DW20 (w/AP unofficial) crashing

Demazee

New Member
Jul 29, 2019
2
0
0
Greetings all,

I have been running a server for about a week now, using the DW20 modpack supplemented by Additional Pipes. Earlier today I had a strange crash occur, the crash report is attached. I havent touched configs for the past several days, so I dont think its config related, but again I am unsure. I can restore from a back up fine, so something happened in world that must have triggered it, and the world has saved this change. Does anyone have any suggestions about why this particular crash occured?
 

Attachments

  • crash-2013-01-15_03.29.59-server.txt
    10.4 KB · Views: 63

Nessiroj

New Member
Jul 29, 2019
855
0
1
Code:
-- NBT Tag --
Details:
    Tag name: level
    Tag type: 2
Stacktrace:
    at cd.b(SourceFile:96)
    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_85_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)

Does the server startup normally or does it keep crashing?
If it keeps crashing you might wanna check:

http://forum.feed-the-beast.com/threads/server-crashing-upon-startup-this-morning.7273/#post-84037
http://forum.feed-the-beast.com/thr...rch-related-crash-on-startup.7406/#post-86533
 
  • Like
Reactions: Demazee

Demazee

New Member
Jul 29, 2019
2
0
0
seems like that was the issue, replaced the aura.dat file with a previous backup, and everything is running smoothly now. Thank you for your help ^^