Jump to content

Error when installing for Eclipse


tamanor

Recommended Posts

Hi i keep getting an error about 5 seconds after i start the install

 

i'm using forge-1.6.4-9.11.1.953-src

 

this is the error i get when ever i use the install file

================ Forge ModLoader Setup Start ===================
Checking MCP zip (may take time to download)
Downloaded mcp8.11.zip
Extracting MCP to 'C:\My Minecraft Mod\forge\mcp'
Setting up MCP
Patching commands.py
patching file commands.py
    Commands patch applied successfully
Copying FML conf
Creating Repackaged data
    Creating re-packaged srg
    Creating re-packaged exc
    Creating re-packaged MCP patches
Fixing MCP Workspace
Traceback (most recent call last):
  File "install.py", line 76, in <module>
    decompile=options.decompile, gen_conf=False)
  File "install.py", line 17, in fml_main
    disable_assets=disable_assets)
  File "C:\My Minecraft Mod\forge\fml\fml.py", line 1013, in decompile_minecraft

    pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets)
  File "C:\My Minecraft Mod\forge\fml\fml.py", line 1061, in pre_decompile
    download_minecraft(mcp_dir, fml_dir)
  File "C:\My Minecraft Mod\forge\fml\fml.py", line 1125, in download_minecraft
    failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['nat
ives_dir']) or failed
  File "C:\My Minecraft Mod\forge\fml\fml.py", line 1181, in download_libraries
    headers = get_headers(url)
  File "C:\My Minecraft Mod\forge\fml\fml.py", line 173, in get_headers
    response = urllib2.urlopen(HeadRequest(url))
  File "urllib2.pyc", line 126, in urlopen
  File "urllib2.pyc", line 406, in open
  File "urllib2.pyc", line 519, in http_response
  File "urllib2.pyc", line 444, in error
  File "urllib2.pyc", line 378, in _call_chain
  File "urllib2.pyc", line 527, in http_error_default
urllib2.HTTPError: HTTP Error 403: Forbidden
Press any key to continue . . .

 

I have Java installed and i also have Java JDK and have set the path for JDK.

Link to comment
Share on other sites

I also have the same exact issue. The way I had to get around it is by using the new ForgeGradle thing following this http://www.minecraftforge.net/forum/index.php/topic,14048.0.html guide. The download for Gradle is the latest build.

 

can you let me know if you are able to fix it please. it really starting to bug me xD never had a problem in the past on my old laptop but now on my new desktop it just don't want to work :S

Link to comment
Share on other sites

I also have the same exact issue. The way I had to get around it is by using the new ForgeGradle thing following this http://www.minecraftforge.net/forum/index.php/topic,14048.0.html guide. The download for Gradle is the latest build.

I don't get how your suppose to run it and when I tried it still didn't work

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Link to comment
Share on other sites

I spent several hours trying to figure it out to no avail so I've kinda given up on it. As for Novas comment, I dont really know what you mean by that, on windows you just run the batch file and if youre on linux/mac you open terminal and you run the command ./gradlew and it will install everything for you.

 

Known, mojang changed things aroung, use 964 if you're developing.

 

That's a reply I received about the same issue, so if you're wanting to develop you just need to use 964. I don't really like the new setup as I cant access vanilla source or forge source, but oh well. It was really nice to see how things worked.

Link to comment
Share on other sites

I just tryed changing the fml.py Links and it starts working but then it gets to

Backing up server
Downloaded minecraft_server.1.6.4.jar
Gathering assets list from http://resources.dow...d.minecraft.net
Error gathering asset list:
IOError('socket error', gaierror(11004, 'getaddrinfo failed'))
Decompile Exception: 1
Press any key to continue . . .

 

Link to comment
Share on other sites

Locked, the solution is right there, besides if you're modding you shouldn't be using 953 anyway, learn to gradle. It's a must for 1.7.

Read the EAQ before posting! OR ELSE!

 

This isn't building better software, its trying to grab a place in the commit list of a highly visible github project.

 

www.forgeessentials.com

 

Don't PM me, I don't check this account unless I have to.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.