Corrupt Unhinged world file

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

ZigZaggh

New Member
Jul 29, 2019
1
0
0
Hi all :)

My computer with my Unhinged server on just crashed, when the computer was up an running again I tried to start the server, but it fails with the following error:

Code:
 [INFO] Starting minecraft server version 1.5.2
 [INFO] Loading properties
 [INFO] Default game type: SURVIVAL
 [INFO] Generating keypair
 [INFO] Starting Minecraft server on *:25565
 [INFO] Preparing level "world"
 [SEVERE] Encountered an unexpected exception RuntimeException
java.lang.RuntimeException: java.util.zip.ZipException: Not in GZIP format
    at codechicken.enderstorage.api.EnderStorageManager.load(EnderStorageManager.java:157)
    at codechicken.enderstorage.api.EnderStorageManager.<init>(EnderStorageManager.java:118)
    at codechicken.enderstorage.api.EnderStorageManager.reloadManager(EnderStorageManager.java:195)
    at codechicken.enderstorage.api.EnderStorageManager$EnderStorageSaveHandler.onWorldLoad(EnderStorageManager.java:41)
    at net.minecraftforge.event.ASMEventHandler_38_EnderStorageSaveHandler_onWorldLoad_Load.invoke(.dynamic)
    at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
    at net.minecraftforge.event.EventBus.post(EventBus.java:108)
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:251)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.util.zip.ZipException: Not in GZIP format
    at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:28)
    at codechicken.enderstorage.api.EnderStorageManager.load(EnderStorageManager.java:144)
    ... 10 more

I am able to load the world file in a single player game, with no problems at all, but as soon I try with the server the message above shows up, someone got an idea what this means?

Steps I already have tried to resolve the problem:
1. Run the world file on a new installed server.
2. Run the world file in singleplayer save and run the saved world file on the server.
3. Open and save the world file with MCEdit.

Any feedback is greatly appreciated :)
 

tp1212

New Member
Jul 29, 2019
2
0
0
A bit late, but I just had the same problem and found a fix.
For anyone still having this problem deleting everything in "[serverroot]\world\EnderStorage" fixed this for me.
(Note: this will probably remove any item currently stored in ender chests.)
 
Status
Not open for further replies.