Jump to content

ianc1215

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by ianc1215

  1. I had a similar problem when trying to just run minecraft. You have to export the location of the java library files so minecraft(forge) can find them. Here is what I did and it work(s/ed). Open a terminal (not root / sudo) and type: export LD_LIBRARY_PATH="/opt/java/jre/lib/amd64" or change to i386 for 32-bit. Assuming this is where you java is installed. I personally use Oracle Java on Linux.
  2. I was wonder why forge is not downloading the 8.05 version of mcp when the installer is launched. Did nothing drastically change in that version or something? I figured out how to change the config files to download a different of mcp. But I still am running into a tiny problem. When run the install script the first thing I see if a notice that while patching commands.py hunk #1 has failed. After looking into it I found that the issue is cause by a slight change the commands.py file that seems to not require that part of the patch. I was able to "resolve" it lets say. Still I was wondering if such a change is already on deck or would it be worth my time to submit a modified patch upstream? Thanks in advance.
  3. Do you want the logs from the 2.10 failure or the 2.8 success?
  4. Thanks, that worked perfect! One odd thing I noticed is the forge installer pulls scala 2.10.2 libraries, so why does the same compiler version not work?
  5. I am almost sure this is not a bug which I am posting here. I am not sure what I am doing wrong during the recompile. I am getting a fatal error from the forge "install.cmd" script. Here is the error I am getting; == MCP 8.04 (data: 8.04, client: 1.6.2, server: 1.6.2) == == Updating client == > Adding javadoc > Renaming sources - Done in 12.27 seconds == MCP 8.04 (data: 8.04, client: 1.6.2, server: 1.6.2) == == Recompiling client == > Cleaning bin > Recompiling '"scalac.bat" -encoding UTF-8 -deprecation -target:jvm-1.6 -classpath "jars\vers ions\1.6.2\1.6.2.jar;...' failed : 255 == ERRORS FOUND in SCALA CODE == The syntax of the command is incorrect. ================================ Client recompile failed, correct source then rerun updatemd5 =============================== Minecraft Forge Setup Finished ================= I have search the forums for an answer and I have come up short on answers that specifically identify my problem. I have the scala compiler on my machine because its requirement for another project that I download and compile. I have not touched the forge file or installer I just downloaded a fresh copy of the latest release (1.6.2-9.10.0.789 at the time) and ran the install script. I have been trying to compile for every version since 1.6 forge was posted and each time it fails to finish. Also just clarify the error is fatal so I am unable to use mcp I tried already. Here is some important info about my machine / environment: Windows 7 Pro 64-bit Oracle Java JDK 7 update 25 Scala Compiler 2.10.2 If anyone could give some insight to what I am doing wrong it would be appreciated.
×
×
  • Create New...

Important Information

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