Jump to content

FML 9.11.1.965 src setup problem


hyperv

Recommended Posts

Hi all! Sorry for my English? i'm Russian.

 

I want to learn to write modifications/

So, I'm trying to install forge src (http://adf.ly/673885/http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.6.4-9.11.1.965/forge-1.6.4-9.11.1.965-src.zip) and have a problem with it!

 

Every time, i try to run install.cmd (my OS is win7), there is error:

 

Microsoft Windows [Version 6.1.7601]
(c) Корпорация Майкрософт (Microsoft Corp.), 2009. Все права защищены.

C:\Users\Denis>cd c:\mcmods\mod\forge

c:\mcmods\mod\forge>install.cmd
================ Forge ModLoader Setup Start ===================
MCP Detected already, not downloading
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
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:\mcmods\mod\forge\fml\fml.py", line 1027, in decompile_minecraft
    pre_decompile(mcp_dir, fml_dir, disable_assets=disable_assets)
  File "c:\mcmods\mod\forge\fml\fml.py", line 1075, in pre_decompile
    download_minecraft(mcp_dir, fml_dir)
  File "c:\mcmods\mod\forge\fml\fml.py", line 1139, in download_minecraft
    failed = download_libraries(mcp_dir, version_json['libraries'], mc_info['nat
ives_dir']) or failed
  File "c:\mcmods\mod\forge\fml\fml.py", line 1195, in download_libraries
    headers = get_headers(url)
  File "c:\mcmods\mod\forge\fml\fml.py", line 180, in get_headers
    response = urllib2.urlopen(HeadRequest(url))
  File "urllib2.pyc", line 126, in urlopen
  File "urllib2.pyc", line 400, in open
  File "urllib2.pyc", line 418, in _open
  File "urllib2.pyc", line 378, in _call_chain
  File "urllib2.pyc", line 1215, in https_open
  File "urllib2.pyc", line 1177, in do_open
urllib2.URLError: <urlopen error [Errno 10060] ╧юя√Єър єёЄрэютшЄ№ ёюхфшэхэшх с√ы
р схчєёях°эющ, Є.ъ. юЄ фЁєуюую ъюья№■ЄхЁр чр ЄЁхсєхьюх тЁхь  эх яюыєўхэ эєцэ√щ ю
Єъышъ, шыш с√ыю ЁрчюЁтрэю єцх єёЄрэютыхээюх ёюхфшэхэшх шч->
Для продолжения нажмите любую клавишу . . .

c:\mcmods\mod\forge>

 

Please, help me with my problem. what am I doing wrong?

Link to comment
Share on other sites

  • 2 weeks later...

Both the latest and the recommended builds for Minecraft 1.6.4 are 9.11.1.965.

 

The 965 src package does not contain anything related to gradle. It took me hours of google searching before I gave up on 965.

 

I decided to check in the older source packages. I downloaded the src for 9.11.1.964, and sure enough, this was a gradle build. I played around with it for an hour or so. I like the gradle build system a lot. I watched the Lex Manos

video, and tried editing my build.gradle to use

minecraft {
version = "1.6.4-9.11.1.965"
}

 

It failed. :'(

 

Why is there no gradle build for 965? I was under the assumption that this was *the way* moving forward. Why did I have to go to an older version to get the newer build system?

 

I'll continue with 964 for now because I am now a big fan of building mods with gradle, but I am very curious as to why this much better system is not in the *latest* and *recommended* builds.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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