1.0.2: Server crashes while loading

Trisscar

New Member
Jul 29, 2019
974
0
0
Can you copy/pasta the bit that starts with "---- Minecraft Crash Report ----"? That's likely the only part we need to see. :)
 

Naddox

New Member
Jul 29, 2019
56
0
0
When your server crashes it should be generating a crash report in the directory /crash-reports/

but based on what you posed, it looks like enderstorage is your culprit per lines 142 and 143. But without the actual crash report, cant really tell you whats what.

  1. [19:13:01] [Server thread/ERROR] [FML/]: Caught exception from EnderStorage
  2. java.lang.RuntimeException: java.util.zip.ZipException: Not in GZIP format
 

Yaeger

New Member
Jul 29, 2019
121
0
0
Just a wild guess, but if the gzip exception is really the one that is causing the server to trip up, maybe check if all the mod files are correct? Maybe redownload the mods?
 

DinckelMan

New Member
Jul 29, 2019
47
0
0
I have no idea what could have happened to them, because all i did was stop the server and start it again.

I forgot to mention that this affects only the map i was playing on. Any other map works perfectly fine
 

Yaeger

New Member
Jul 29, 2019
121
0
0
If it is with a specific map, the mod files themselves can be ruled out, so then it is possibly a corrupted file in the saved world I guess.
 

Trisscar

New Member
Jul 29, 2019
974
0
0
It's talking about queued events not being able to start and ender storage...
Mk, I'm guessing something went into a dye-able ender chest or pouch that the mod doesn't like. I suppose one way to be sure is to delete all current EnderStorage inventories and see if that fixes it.