Jump to content

Recommended Posts

Posted

I have made several attempts setting up my workspace for Eclipse, to use with Forge src and mcp. My java path is set up correctly, and i installed the latest Forge build 9.11.1.965  . Upon downloading the file, I then extracted it and ran install.cmd . I do keep getting this error though, that leads to me not being able to get any forge code in my work space. I have tried manually adding the 1.6.4 server.jar, and that hasnt worked either.

It doesnt not seem to install the server.jar itself.  It then proceeds to tell me that there were md5 errors. I have the log file from MCP (if it helps) for when i ran decompile.bat immediately after running install.bat

 

 

11:03:09 - "scalac" is not found on the PATH.  Scala files will not be recompiled

11:10:54 - !! Missing server jar file. Aborting !!

11:11:28 - '"C:\Program Files\Java\jdk1.7.0_45\bin\javac" -encoding UTF-8 -Xlint:-options -deprecation -g -source 1.6 -target 1.6 -classpath "jars\versions\1.6.4\1.6.4.jar;lib;lib\*;jars\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;jars\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar;jars\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;jars\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;jars\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;jars\libraries\com\google\guava\guava\14.0\guava-14.0.jar;jars\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;jars\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;jars\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;jars\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;jars\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;jars\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar;jars\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;jars\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar;jars\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;jars\libraries\org\ow2\asm\asm-debug-all\4.1\asm-debug-all-4.1.jar;jars\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;jars\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;jars\libraries\net\sourceforge\argo\argo\2.25\argo-2.25.jar;jars\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;jars\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;jars\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar;jars\libraries\net\minecraft\launchwrapper\1.8\launchwrapper-1.8.jar" -sourcepath src\minecraft -d bin\minecraft @"c:\docume~1\veronica\locals~1\temp\java_src_path_l2vynr.txt"' failed : 1

11:11:28 -

11:11:28 - == ERRORS FOUND in JAVA CODE ==

11:11:28 -

11:11:28 - C:\Documents and Settings\Veronica\My Documents\Development\forge\mcp\src\minecraft\net\minecraft\util\ChatMessageComponent.java:268: warning: non-varargs call of varargs method with inexact argument type for last parameter;

11:11:28 -                var7.append(StatCollector.translateToLocalFormatted(this.translationKey, var13));

11:11:28 -                                                                                          ^

11:11:28 -

11:11:28 -  cast to Object for a varargs call

11:11:28 -  cast to Object[] for a non-varargs call and to suppress this warning

11:11:28 - C:\Documents and Settings\Veronica\My Documents\Development\forge\mcp\src\minecraft\net\minecraft\client\gui\LoadingScreenRenderer.java:52: error: running is not public in Minecraft; cannot be accessed from outside package

11:11:28 -        if (!this.mc.running)

11:11:28 -                    ^

11:11:28 -

11:11:28 - C:\Documents and Settings\Veronica\My Documents\Development\forge\mcp\src\minecraft\net\minecraft\client\gui\LoadingScreenRenderer.java:77: error: running is not public in Minecraft; cannot be accessed from outside package

11:11:28 -        if (!this.mc.running)

11:11:28 -                    ^

11:11:28 -

11:11:28 - C:\Documents and Settings\Veronica\My Documents\Development\forge\mcp\src\minecraft\net\minecraft\client\gui\LoadingScreenRenderer.java:98: error: running is not public in Minecraft; cannot be accessed from outside package

11:11:28 -        if (!this.mc.running)

11:11:28 -                    ^

11:11:28 -

11:11:28 - C:\Documents and Settings\Veronica\My Documents\Development\forge\mcp\src\minecraft\net\minecraft\world\gen\feature\MapGenScatteredFeature.java:113: error: components has protected access in StructureStart

11:11:28 -        if (var4 != null && var4 instanceof StructureScatteredFeatureStart && !var4.components.isEmpty())

11:11:28 -                                                                                    ^

11:11:28 -

11:11:28 - C:\Documents and Settings\Veronica\My Documents\Development\forge\mcp\src\minecraft\net\minecraft\world\gen\feature\MapGenScatteredFeature.java:115: error: components has protected access in StructureStart

11:11:28 -            StructureComponent var5 = (StructureComponent)var4.components.getFirst();

11:11:28 -                                                              ^

11:11:28 -

11:11:28 - 5 errors

11:11:28 - 1 warning

11:11:28 - ==================

11:11:28 -

11:11:28 - Initial client recompile failed, correct source then run updatemd5

 

 

 

and of course the log for when i ran install.cmd ( this is the second attempt, however the last section says the same thing )

 

 

 

================ 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

== MCP 8.09 (data: 8.11, client: 1.6.4, server: 1.6.4) ==

"scalac" is not found on the PATH.  Scala files will not be recompiled

WARNING:

The cleanup script will delete all folders created by MCP, including the

src folder which may contain changes you made to the code, along with any

saved worlds from the client or server.

If you really want to clean up, enter "Yes" Yes

> Cleaning temp

> Cleaning src

> Cleaning bin

> Cleaning reobf

> Cleaning jars

> Cleaning logs

Downloading 42 libraries

Backing up client

Backing up server

Download of minecraft_server.1.6.4.jar failed hash check, deleting abcf286a14f7a

ee82e8bf89270433509 ba3145656b1480122bd8759cecd7b7a1

Something failed verifying minecraft files, see log for details.

Decompile Exception: 1

Press any key to continue . . .

 

 

 

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.