VeteranWarrior Posted April 17, 2020 Posted April 17, 2020 Today I decided I wanted to get into modding, so I did the first step in creating my workstation. I downloaded IntelliJ, changed the PATH variable to JDK, changed all the examplemod names, etc. but whenever I try to run Minecraft from IntelliJ, it crashes. Any and all support is greatly appreciated! crash-2020-04-17_19.06.29-client.txtFetching info... Quote
VeteranWarrior Posted April 18, 2020 Author Posted April 18, 2020 And no my mod ID isn't capitalized Quote
Turtledove Posted April 18, 2020 Posted April 18, 2020 Did you set up your decomp workspace, and create intellij runs? Quote
Animefan8888 Posted April 18, 2020 Posted April 18, 2020 On 4/17/2020 at 11:54 PM, VeteranWarrior said: Any and all support is greatly appreciated! Expand This error happens when you setup your environment with Java 9+ and then run it with Java 8. If your JAVA_HOME is set to Java 8 now create a new workspace. If that doesn't work uninstall all Java 9+ then setup another workspace. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
VeteranWarrior Posted April 18, 2020 Author Posted April 18, 2020 On 4/18/2020 at 5:48 AM, Animefan8888 said: This error happens when you setup your environment with Java 9+ and then run it with Java 8. If your JAVA_HOME is set to Java 8 now create a new workspace. If that doesn't work uninstall all Java 9+ then setup another workspace. Expand I thought I uninstalled all Java9+ stuff, how do I make sure I did? Whenever I type java -version in the Terminal it only shows Java 8. Also I'm a little daft could you tell me where and how to see what JAVA_HOME is set to? Quote
Animefan8888 Posted April 18, 2020 Posted April 18, 2020 On 4/18/2020 at 4:57 PM, VeteranWarrior said: I thought I uninstalled all Java9+ stuff, how do I make sure I did? Expand Java is just another program on your computer, you uninstall it just like you do everything else. On 4/18/2020 at 4:57 PM, VeteranWarrior said: Also I'm a little daft could you tell me where and how to see what JAVA_HOME is set to? Expand Google it. It's different for each OS. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
VeteranWarrior Posted April 19, 2020 Author Posted April 19, 2020 (edited) On 4/18/2020 at 11:18 PM, Animefan8888 said: Java is just another program on your computer, you uninstall it just like you do everything else. Google it. It's different for each OS. Expand I did this, and now this is appearing: Also sorry if this is annoying to you, I'm very new to all this and I'm an ex-Ubuntu user Edited April 19, 2020 by VeteranWarrior Quote
VeteranWarrior Posted April 19, 2020 Author Posted April 19, 2020 (edited) On 4/18/2020 at 3:19 AM, Turtledove said: Did you set up your decomp workspace, and create intellij runs? Expand Yes I think so, unless my problem was during these processes I'm also getting this: Error: Could not find or load main class net.minecraftforge.userdev.LaunchTesting Process finished with exit code 1 Edited April 19, 2020 by VeteranWarrior Quote
Animefan8888 Posted April 19, 2020 Posted April 19, 2020 On 4/19/2020 at 2:08 AM, VeteranWarrior said: I did this, and now this is appearing: Expand Ok what is the problem? Have you ran those? runClient runs the Minecraft Client. runServer runs the Minecraft Dedicated Server, and runData I'm not a hundred percent on but I think it runs the Provider system for generating BlockStates and other json files. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
VeteranWarrior Posted April 19, 2020 Author Posted April 19, 2020 On 4/19/2020 at 2:32 AM, Animefan8888 said: Ok what is the problem? Have you ran those? runClient runs the Minecraft Client. runServer runs the Minecraft Dedicated Server, and runData I'm not a hundred percent on but I think it runs the Provider system for generating BlockStates and other json files. Expand Yes whenever I run runClient it gives me that error, though I did cd <file path> and gradlew genIntellijRuns Quote
VeteranWarrior Posted April 19, 2020 Author Posted April 19, 2020 On 4/19/2020 at 2:32 AM, Animefan8888 said: Ok what is the problem? Have you ran those? runClient runs the Minecraft Client. runServer runs the Minecraft Dedicated Server, and runData I'm not a hundred percent on but I think it runs the Provider system for generating BlockStates and other json files. Expand I ended up just wiping literally everything and it worked lmao thanks Quote
Recommended Posts
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.