Jump to content

CJWilk

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by CJWilk

  1. https://pastebin.com/TYSUwWAJ

    So I have been recently having this issue to where the game crashes at the start of the Initialization stage of loading. This profile has loaded in the past.

    I have looked through the report and there seems to be no specific mod causing the crash (as all of them have the state of LCH)

    The section of the log giving the details also doesn't mention a single mod, but interactions within Minecraft itself.

  2. 1 hour ago, Eragon_Skill said:

    You need to select a class of your mod. Just click on any of your classes, not .json or like on this screenshot, on .info file.

    Thanks so much! That worked perfectly, and now I can continue modding. Thanks again.

  3. So I am new to this whole modding thing, and I was adding an item, and after adding the .json i needed, adding the code (.java files), it gives me this error when I launch the game, and I have ABSOLUTELY no idea why.

     

     

    Screenshot (49).png

  4. 58 minutes ago, diesieben07 said:

    Did you reboot?

    I rebooted my computer, and reran the gradlew setupDecompWorkspace and got this error. This is also after changing the JAVA_HOME variable to the jdk. Please help.

    Screenshot (45).png

  5. 16 minutes ago, Choonster said:

    The error message tells you exactly what's wrong: The JAVA_HOME environment variable currently points to the JRE, but it needs to point to the JDK instead.

    I set that up by creating the Path variable, and creating a new variable called JAVA_HOME, and set those to only the JDK. It still won't work. Any idea why?

  6. Okay, so I am using Minecraft Forge MDK 1.10.2-12.18.3.2221, and I went to setup my main mod folder to start working on a mod. I dragged all of the files into my main folder, then opened a command window in the folder, and typed gradlew setupDecompWorkspace. The setup would get to 73% recompileMC and from there the build would fail. It says that it is unable to find a javac compiler. Could someone help?

     

    I have linked a picture of the command prompt window.

    Screenshot (44).png

×
×
  • Create New...

Important Information

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