Sullys Mod

Sullys Mod

1M Downloads

Server Crash

ZzamZ opened this issue ยท 4 comments

commented

message.txt
Crash Report of the mod crashing on servers!

commented

fixed. Will release an update soon

commented

Will look into this soon

commented

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)
  ...
commented

that's the same issue ye!