talonos2 / BlightfallTracker

Just a way to test the issue tracking functionality of GitHub, because I'm sick of wrestling with Bug-Genie
10 stars 0 forks source link

Game crashes when attempting to load world. #37

Closed lanceinmypants closed 9 years ago

lanceinmypants commented 9 years ago

8/17/15 2:44 AM Description: Loading NBT data

java.util.zip.ZipException: incorrect data check at java.util.zip.InflaterInputStream.read(Unknown Source) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at java.io.DataInputStream.readFully(Unknown Source) at java.io.DataInputStream.readUTF(Unknown Source) at java.io.DataInputStream.readUTF(Unknown Source) at net.minecraft.nbt.NBTTagString.func_152446_a(SourceFile:25) at net.minecraft.nbt.NBTTagList.func_152446_a(NBTTagList.java:52) at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329) at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41) at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329) at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41) at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:168) at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:125) at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:120) at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:121) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:20) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:12) at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:343) at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) at net.minecraft.world.World.func_72964_e(World.java:419) at net.minecraft.world.World.func_147439_a(World.java:345) at noppes.npcs.NPCSpawning.findChunksForSpawning(NPCSpawning.java:89) at noppes.npcs.ServerTickHandler.onServerTick(ServerTickHandler.java:16) at cpw.mods.fml.common.eventhandler.ASMEventHandler_159_ServerTickHandler_onServerTick_WorldTickEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:268) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Stacktrace: at java.util.zip.InflaterInputStream.read(Unknown Source) at java.io.BufferedInputStream.read1(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at java.io.DataInputStream.readFully(Unknown Source) at java.io.DataInputStream.readUTF(Unknown Source) at java.io.DataInputStream.readUTF(Unknown Source) at net.minecraft.nbt.NBTTagString.func_152446_a(SourceFile:25) at net.minecraft.nbt.NBTTagList.func_152446_a(NBTTagList.java:52)

-- NBT Tag -- Details: Tag name: List Tag type: 9 Stacktrace: at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329) at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41) at net.minecraft.nbt.NBTTagCompound.func_152449_a(SourceFile:329) at net.minecraft.nbt.NBTTagCompound.func_152446_a(SourceFile:41) at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:168) at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:125) at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:120) at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:121) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:20) at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:12) at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:343) at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126) at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101) at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199) at net.minecraft.world.World.func_72964_e(World.java:419)

-- Requested block coordinates -- Details: Found chunk: true Location: World: (1462,2,-18), Chunk: (at 6,0,14 in 91,-2; contains blocks 1456,0,-32 to 1471,255,-17), Region: (2,-1; contains chunks 64,-32 to 95,-1, blocks 1024,0,-512 to 1535,255,-1) Stacktrace: at net.minecraft.world.World.func_147439_a(World.java:345) at noppes.npcs.NPCSpawning.findChunksForSpawning(NPCSpawning.java:89) at noppes.npcs.ServerTickHandler.onServerTick(ServerTickHandler.java:16) at cpw.mods.fml.common.eventhandler.ASMEventHandler_159_ServerTickHandler_onServerTick_WorldTickEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:268) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1612427064 bytes (1537 MB) / 2177368064 bytes (2076 MB) up to 4772593664 bytes (4551 MB) Mod Pack: Unknown / None LiteLoader Mods: 2 loaded mod(s)

talonos2 commented 9 years ago

Never seen this one before. Did you modify the NPCs in any way? CustomNPCs is the only mod I'm seeing in this stacktrace.

lanceinmypants commented 9 years ago

I did no modifications. I was able to get it working temporarily after deleting the mod pack, reinstalling through technic and then pasting my save file back in. I lost maybe 5 mins of game play. The strange thing is when I tried to continue playing I attempted to climb onto the glacier island in the same spot that made the game crash and it crashed again. After that I reinstalled the game as I did before but that did not help. I did find a program that allowed me to edit the save file and I moved my players location to the spawn location and that fixed it. I have not had any issues yet but I have been avoiding the glacier Island. I wonder if it had something to do with jumping up the side of ice blocks? No clue though. If you would like I could zip my files and load them online if that would help but I am currently good to go. Hopefully...

On Aug 18, 2015, at 05:34, talonos2 notifications@github.com wrote:

Never seen this one before. Did you modify the NPCs in any way? CustomNPCs is the only mod I'm seeing in this stacktrace.

— Reply to this email directly or view it on GitHub.

lanceinmypants commented 9 years ago

SO, I have attempted 2 more trips to the glacier Island and both time I ended up crashing with the only fix being to relocate my player from outside the game.

From: talonos2 [mailto:notifications@github.com] Sent: Tuesday, August 18, 2015 5:35 AM To: talonos2/BlightfallTracker BlightfallTracker@noreply.github.com Cc: lanceinmypants lance.goad@gmail.com Subject: Re: [BlightfallTracker] Game crashes when attempting to load world. (#37)

Never seen this one before. Did you modify the NPCs in any way? CustomNPCs is the only mod I'm seeing in this stacktrace.

— Reply to this email directly or view it on GitHub https://github.com/talonos2/BlightfallTracker/issues/37#issuecomment-132012561 .

talonos2 commented 9 years ago

It might have something to do with one of the NPCs in the glacier. Thing is, nobody else seems to be having this problem; I an some other players have all made trips to the glacier just fine.

We'll look into it, but I'm honestly very confused.

This is a long shot, but try copying the CustomNPCs folder in your "Flans" directory into your save directory?