
Server Crash
ZzamZ opened this issue ยท 4 comments
message.txt
Crash Report of the mod crashing on servers!
Encountered a similar issue. The server crashes during startup due to Sully's Mod (sullysmod-3.2.0-beta) attempting to load a client-side class (HumanoidModel) on the server. This occurs in the initialization phase and results in an IllegalStateException caused by RuntimeDistCleaner detecting an invalid environment (DEDICATED_SERVER).
java.lang.IllegalStateException: Attempted to load class net.minecraft.client.model.HumanoidModel for invalid dist DEDICATED_SERVER
at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71)
at net.minecraftforge.fml.loading.RuntimeDistCleaner.transform(RuntimeDistCleaner.java:44)
...