Console: http://pastebin.com/qSbagDwK
Crash Report: http://pastebin.com/iz5u78am
Hey guys.
I was playing the other day, and Minecraft froze up so badly I had to CTRL+ALT+DEL out of it. Ever since then, I can't load up this save, but I can load up others, which I think is a sure sign that it's corrupted.
Looks like this is the important bit of the console:
Is there any way to get this save file back? I thought this was one of the things that Mojang was trying to prevent with their stupid internal save thing...
Thanks!
Crash Report: http://pastebin.com/iz5u78am
Hey guys.
I was playing the other day, and Minecraft froze up so badly I had to CTRL+ALT+DEL out of it. Ever since then, I can't load up this save, but I can load up others, which I think is a sure sign that it's corrupted.
Looks like this is the important bit of the console:
Code:
2013-10-07 12:20:58 [INFO] [STDERR] java.lang.RuntimeException: java.io.EOFException
2013-10-07 12:20:58 [INFO] [STDERR] at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:561)
2013-10-07 12:20:58 [INFO] [STDERR] at codechicken.chunkloader.ChunkLoaderEventHandler.onWorldLoad(ChunkLoaderEventHandler.java:90)
2013-10-07 12:20:58 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_196_ChunkLoaderEventHandler_onWorldLoad_Load.invoke(.dynamic)
2013-10-07 12:20:58 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
2013-10-07 12:20:58 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:108)
2013-10-07 12:20:58 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:83)
2013-10-07 12:20:58 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:105)
2013-10-07 12:20:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
2013-10-07 12:20:58 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-10-07 12:20:58 [INFO] [STDERR] Caused by: java.io.EOFException
2013-10-07 12:20:58 [INFO] [STDERR] at java.io.DataInputStream.readInt(Unknown Source)
2013-10-07 12:20:58 [INFO] [STDERR] at codechicken.chunkloader.ChunkLoaderManager.loadLoginTimes(ChunkLoaderManager.java:572)
2013-10-07 12:20:58 [INFO] [STDERR] at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:557)
2013-10-07 12:20:58 [INFO] [STDERR] ... 8 more
2013-10-07 12:20:58 [SEVERE] [Minecraft-Server] Encountered an unexpected exception RuntimeException
java.lang.RuntimeException: java.io.EOFException
at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:561)
at codechicken.chunkloader.ChunkLoaderEventHandler.onWorldLoad(ChunkLoaderEventHandler.java:90)
at net.minecraftforge.event.ASMEventHandler_196_ChunkLoaderEventHandler_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.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:83)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:105)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.io.EOFException
at java.io.DataInputStream.readInt(Unknown Source)
at codechicken.chunkloader.ChunkLoaderManager.loadLoginTimes(ChunkLoaderManager.java:572)
at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:557)
... 8 more
2013-10-07 12:20:58 [SEVERE] [Minecraft-Server] This crash report has been saved to: C:\Users\Harry\Documents\Minceraft\DW20_1_5_Beta\minecraft\crash-reports\crash-2013-10-07_12.20.58-server.txt
2013-10-07 12:20:58 [INFO] [Minecraft-Server] Stopping server
2013-10-07 12:20:58 [INFO] [Minecraft-Server] Saving players
2013-10-07 12:20:58 [INFO] [Minecraft-Server] Saving worlds
2013-10-07 12:20:58 [INFO] [Minecraft-Server] Saving chunks for level 'Technomancy III'/Overworld
2013-10-07 12:21:01 [INFO] [STDERR] java.lang.NullPointerException
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraftforge.common.ForgeChunkManager.saveWorld(ForgeChunkManager.java:826)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraftforge.common.ForgeInternalHandler.onDimensionSave(ForgeInternalHandler.java:70)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_2_ForgeInternalHandler_onDimensionSave_Save.invoke(.dynamic)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:108)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:907)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:346)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:379)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.func_71260_j(IntegratedServer.java:240)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:523)
2013-10-07 12:21:01 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
2013-10-07 12:21:01 [INFO] [ForgeModLoader] The state engine was in incorrect state SERVER_STARTING and forced into state SERVER_STOPPED. Errors may have been discarded.
Is there any way to get this save file back? I thought this was one of the things that Mojang was trying to prevent with their stupid internal save thing...
Thanks!