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.
While installing the new 1.13.2 installer crashes in the 'building processors' phase.
I have tried re-downloading as well as restarting my computer.
I have also gone to the file path defined on the error and seen if I could manually edit the file, but it does not exist.
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.
That didn't seem to work. I found I don't have the newest version of JDK, I have JDK 8 101, and the newest is JDK 8 121. I trying to see if that will help.
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.
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?
EXTRA NOTE: I have setup the Path Variable correctly, and I have modded 1.7.10. I tried making a JAVA_HOME variable like oracle suggested, but that didn't work.
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.