Open SpaceManiac opened 10 years ago
I have got the same bug but with [GRAVE] flag. It happened when I was walking towards the horizon.
09:35:58 [GRAVE] Error while loading chunk (25,-17) java.io.IOException: Invalid length at net.glowstone.io.anvil.RegionFile.getChunkDataInputStream(RegionFile.java:200) at net.glowstone.io.anvil.AnvilChunkIoService.read(AnvilChunkIoService.java:66) at net.glowstone.ChunkManager.loadChunk(ChunkManager.java:120) at net.glowstone.GlowChunk.load(GlowChunk.java:287) at net.glowstone.GlowChunk.load(GlowChunk.java:283) at net.glowstone.GlowChunk.toMessage(GlowChunk.java:607) at net.glowstone.GlowChunk.toMessage(GlowChunk.java:598) at net.glowstone.entity.GlowPlayer.streamBlocks(GlowPlayer.java:520) at net.glowstone.entity.GlowPlayer.pulse(GlowPlayer.java:368) at net.glowstone.GlowWorld.pulse(GlowWorld.java:362) at net.glowstone.scheduler.WorldScheduler$WorldThread.run(WorldScheduler.java:48)
Any possible information on this? World files?
The world was created with default Glowstone generator.
Presumably the chunk shouldn't have even been written yet, so it's odd to see an error loading it.