Problem Server crash - Loading NBT data

  • 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

DaMightyTom

New Member
Jul 29, 2019
3
0
0
FULL LOG: http://pastebin.com/zg3bTAHu

Hey, I could really use some help. Seems that my map is corrupted somehow. Is there any way to recover it, by going into mcedit or something and if so, what would i be looking for?

Description: Loading NBT data

java.io.EOFException
at java.io.DataInputStream.readUnsignedShort(Unknown Source)
at java.io.DataInputStream.readUTF(Unknown Source)
at java.io.DataInputStream.readUTF(Unknown Source)
at cd.b(SourceFile:91)
at bq.a(SourceFile:34)
at by.a(SourceFile:38)
at cd.b(SourceFile:96)
at bq.a(SourceFile:34)
at cd.b(SourceFile:96)
at ca.a(CompressedStreamTools.java:126)
at ca.a(CompressedStreamTools.java:170)
at thaumcraft.common.SaveManager.loadAuras(SaveManager.java:192)
at thaumcraft.common.EventHandler.worldLoad(EventHandler.java:51)
at net.minecraftforge.event.ASMEventHandler_86_EventHandler_worldLoad_Load.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:279)
at ho.c(DedicatedServer.java:179)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
 
Okey so after removing Thaumcraft config and mod files the server could start.
Can anyone with the knowhow please enlighten me what might cause thaumcraft to crash the server.
 
I seem to have the same issue (DW20 Server):
http://pastebin.com/pqfj3sJL

Edit: I replaced the auras.dat file (in world folder) with a fresh one, seems to have fixed it.
(I moved my world folder to a new server download initially as there were mod updates, but that didn't fix anything)
 
Code:
at thaumcraft.common.SaveManager.loadAuras(SaveManager.java:192)
Is a know error, if you use the search function you can see many reports about it and always the same solution so no bump needed ;)
 
Code:
at thaumcraft.common.SaveManager.loadAuras(SaveManager.java:192)
Is a know error, if you use the search function you can see many reports about it and always the same solution so no bump needed ;)
had a hard time getting here from google though, it didn't give me that error message either, 't was sth else, but fixed now, new one arose though so searching a bit more :p (memory leak)

Cipher