Kristina Posted April 7, 2020 Posted April 7, 2020 Here's the crash report. I believe it's an issue of forge itself and not Java. I'd like some sort of solution to the problem. Thanks in advance. Description: Exception in server tick loop java.lang.ExceptionInInitializerError: null at net.minecraftforge.fml.ModLoader.<init>(ModLoader.java:121) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.get(ModLoader.java:146) ~[?:?] {re:classloading} at net.minecraftforge.fml.server.ServerModLoader.begin(ServerModLoader.java:45) ~[?:?] {re:classloading} at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:122) ~[?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:611) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at java.lang.Thread.run(Thread.java:830) [?:?] {} Caused by: java.lang.IllegalStateException: Failed to resolve consumer event type: net.minecraftforge.fml.network.simple.SimpleChannel$$Lambda$2578/0x00000008013f9440@51aae12 at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:194) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:161) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:156) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.addListener(EventBus.java:151) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.fml.network.NetworkInstance.addListener(NetworkInstance.java:65) ~[?:?] {re:classloading} at net.minecraftforge.fml.network.simple.SimpleChannel.<init>(SimpleChannel.java:56) ~[?:?] {re:classloading} at net.minecraftforge.fml.network.simple.SimpleChannel.<init>(SimpleChannel.java:49) ~[?:?] {re:classloading} at net.minecraftforge.fml.network.NetworkRegistry$ChannelBuilder.simpleChannel(NetworkRegistry.java:409) ~[?:?] {re:classloading} at net.minecraftforge.fml.network.NetworkInitialization.getHandshakeChannel(NetworkInitialization.java:38) ~[?:?] {re:classloading} at net.minecraftforge.fml.network.FMLNetworkConstants.<clinit>(FMLNetworkConstants.java:48) ~[?:?] {re:classloading} ... 6 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.15.2 Minecraft Version ID: 1.15.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 13.0.2, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation Memory: 3398131200 bytes (3240 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB) CPUs: 4 JVM Flags: 2 total; -Xmx4096M -Xms4096M Data Packs: Is Modded: Definitely; Server brand changed to 'forge' Type: Dedicated Server (map_server.txt) Quote
Animefan8888 Posted April 7, 2020 Posted April 7, 2020 44 minutes ago, Kristina said: Here's the crash report. I believe it's an issue of forge itself and not Java. I'd like some sort of solution to the problem. Thanks in advance. Post your code. Preferably as a github repo. If not just your main class for now. 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.
Kristina Posted April 7, 2020 Author Posted April 7, 2020 10 minutes ago, Animefan8888 said: Post your code. Preferably as a github repo. If not just your main class for now. I'm afraid I know nothing about coding. My apologies. Perhaps explain it so I can understand? Quote
Animefan8888 Posted April 7, 2020 Posted April 7, 2020 Just now, Kristina said: I'm afraid I know nothing about coding. My apologies. Perhaps explain it so I can understand? Oh you posted in the wrong subforum then. The Modder Support subforum is a place for people to ask about code used to make Minecraft Forge mods. 1 hour ago, Kristina said: Java Version: 13.0.2, Oracle Corporation You shouldn't be using Java 13. Use Java 8. 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.
Kristina Posted April 7, 2020 Author Posted April 7, 2020 1 minute ago, Animefan8888 said: Oh you posted in the wrong subforum then. The Modder Support subforum is a place for people to ask about code used to make Minecraft Forge mods. Ohhh my bad then. Apologies again. 2 minutes ago, Animefan8888 said: You shouldn't be using Java 13. Use Java 8. Alright.Thanks anyway. 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.