Jump to content

SineZ

Members
  • Posts

    3
  • Joined

  • Last visited

SineZ's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. As I already mentioned, I have a JDK 8 Installation. Maybe I should mention that I have two different versions of Java installed (JDK 8 and JDK 13) but I set the Java 8 dir as my java home in my gradle.properties: "# Sets default memory used for gradle commands. Can be overridden by user or command line properties. # This is required to provide enough memory for the Minecraft decompilation process. org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false org.gradle.java.home=E:/Programme/JavaOLD"
  2. Hello, I has been a couple of years since I was developing minecraft forgemods, I wanted to give it another try, but I sumbled upon some problems. First of all, I am using IntelliJ IDEA, JDK 8 and Forge 1.15.2 - 31.1.23 So I opened the project with intellij and ran the "genIntelliJRuns" task, I wanted to test if I can start the game with the given examplemod. But somehow it gives me an "Caused by: java.lang.IllegalStateException: Failed to resolve consumer event type: net.minecraftforge.fml.network.simple.SimpleChannel$$Lambda$2259/0x0000000801428440@53fb3e1b" I hope anyone of you can help me P.S: U can find the full crashlog in the attachments. crash-2020-03-15_23.00.15-client.txt latest.log
×
×
  • Create New...

Important Information

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