Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. How much RAM is in your machine?
  2. Please post logs as described in my signature below.
  3. Not sure what you mean by "Forge Mac Downloads", but the Installer is available on the Files page: http://files.minecraftforge.net
  4. Please update to a modern version of Minecraft.
  5. Please post the full log as described in my signature.
  6. No. Support is not given for versions THAT out of date.
  7. If you've installed the 64-Bit SDK and removed _JAVA_OPTIONS, just point JAVA_HOME at the 64-Bit SDK and you should be good.
  8. Yes, you also need to remove your _JAVA_OPTIONS environment variable. Why do you even have that?
  9. A couple things wrong here: This is not nearly enough to run the compilation process. (x86) means you are likely running 32-Bit Java which will not let you use more than 2G, while the decompilation process is recommended to be run with 3G, which is specified in the gradle.properties that comes with the MDK, it is also recommended to run 64-Bit Java in general if you have a 64-Bit machine.
  10. Do you have a Java folder in /Program Files(x86)/?
  11. Is that the only JDK you have installed?
  12. What's the name of the JDK installer file?
  13. Double check your JAVA_HOME variable, since that's what Gradle gets your JDK from
  14. The only thing I can suggest is re-installing the JDK, because the JVM saying anything higher than 2G "exceeds the maximum representable size" is indicative of the 32-Bit version.
  15. Open a command prompt and type java -version please.
  16. And that was the default install location for the JDK?
  17. Yes that looks alright, and your JAVA_HOME variable points to that?
  18. Can you give me the path of your JDK?
  19. It's one of those mods that extracts a component of itself into mods/1.12.2. You'll need to remove this as well because the component gets loaded and assumes the rest of the mod is there, then crashes when it can't find it.
  20. Are you using Open Terrain Generator or no?
  21. Make sure you're using a 64-bit JDK, not 32-bit.
  22. Not according to GitHub
  23. Because you are not building it correctly and you are still using 1.8.X I will help you further when i see your repo updated to a modern version.
×
×
  • Create New...

Important Information

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