Windows .exe Very problematic issue + 2 annoying bugs(DW20)

  • 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.

Conner

New Member
Jul 29, 2019
10
0
0
Modpack: Direwolf20

So my first problem is that my world will not load, it tryies, than says shutting down internal server, and then crashed minecraft. The error report is here: http://pastebin.com/U7ix5C1t

Second, my quarry keeps having to be 're-markered'. I have an extra chunk loader next to it so I assume that it is not a chunk loading error.

And last, for some reason, I CANNOT break wrath lamps... other than with a mining laser, and when I do that, it deletes it.

I sat for a minute hitting it with an advanced diamond drill and nothing.

Any help would be greatly appreciated.
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Code:
2013-01-16 01:06:31 [WARNING] [ForgeModLoader] [Thaumcraft] Unable to read aura data at C:\Users\Conner\Downloads\Direwolf20\minecraft\saves\world\DIM-1\auras.dat - it will be ignored
java.io.IOException: Root tag must be a named compound tag
        at ca.a(CompressedStreamTools.java:134)
        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_84_EventHandler_worldLoad_Load.invoke(.dynamic)
        at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
        at net.minecraftforge.event.EventBus.post(EventBus.java:103)
        at bdz.a(IntegratedServer.java:79)
        at bdz.c(IntegratedServer.java:100)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
        at fy.run(SourceFile:849)

Seems there is a problem with your Auras.dat file for your DIM-1 world

Code:
2013-01-16 01:06:35 [INFO] [STDOUT] Chunk file at -36,109 is in the wrong location; relocating. (Expected -36, 109, got -38, 110)
2013-01-16 01:06:35 [INFO] [STDOUT] Chunk file at -36,111 is in the wrong location; relocating. (Expected -36, 111, got -38, 108)
2013-01-16 01:06:35 [INFO] [STDOUT] Chunk file at -36,117 is in the wrong location; relocating. (Expected -36, 117, got -33, 118)

Something is messed up with your chunks atleast. I reckon thats causing the remarking of the quarry.

I'm thinking how i did remove the wrathlamp, i know a pick wasn't working when i tried it.
 

Conner

New Member
Jul 29, 2019
10
0
0
THANKS!
What I did to fix the loading problem was move my player back to home in mc edit and repop the chunks that crashed me in the first place.
 
  • Like
Reactions: Ashzification
Status
Not open for further replies.