Chunk Problem (Server Crash)

Discussion in 'Bukkit Help' started by callandt, Feb 16, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    callandt

    help me i have a stupid problem my server keeps caching with this in the log:
    2013-02-16 23:44:00 [INFO] Chunk file at -37,60 is in the wrong location; relocating. (Expected -37, 60, got -39, 55)
    2013-02-16 23:44:00 [WARNING] Wrong location for EntityItem['item.tile.stonebrick'/1297065, l='Survival', x=-576.88, y=94.13, z=960.18] in world 'Survival'!
    2013-02-16 23:44:00 [WARNING] Entity is at -576.875,960.1792742561358 (chunk -37,60) but was stored in chunk -39,55
    2013-02-16 23:44:00 [INFO] Chunk file at -37,61 is in the wrong location; relocating. (Expected -37, 61, got -35, 63)
    2013-02-16 23:44:00 [INFO] Chunk file at -36,51 is in the wrong location; relocating. (Expected -36, 51, got -34, 52)
    2013-02-16 23:44:00 [INFO] Attempted to place a tile entity (net.minecraft.server.v1_4_R1.TileEntityChest@6c5eea2b) at -558,29,1019 (AIR) where there was no entity tile!
    2013-02-16 23:44:00 [INFO] Chunk coordinates: -592,976
    2013-02-16 23:44:00 [SEVERE] java.lang.Exception
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:645)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:624)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:350)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
    2013-02-16 23:44:00 [INFO] Chunk file at -37,62 is in the wrong location; relocating. (Expected -37, 62, got -39, 55)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:537)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    2013-02-16 23:44:00 [INFO] Attempted to place a tile entity (net.minecraft.server.v1_4_R1.TileEntityMobSpawner@49b6e57) at -557,29,1022 (AIR) where there was no entity tile!
    2013-02-16 23:44:00 [INFO] Chunk coordinates: -592,976
    2013-02-16 23:44:00 [SEVERE] java.lang.Exception
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:645)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:624)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:350)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:537)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    2013-02-16 23:44:00 [INFO] Chunk file at -37,63 is in the wrong location; relocating. (Expected -37, 63, got -37, 34)
    2013-02-16 23:44:00 [WARNING] Wrong location for EntityItem['item.tile.stonebrick'/1297143, l='Survival', x=-576.88, y=94.13, z=960.18] in world 'Survival'!
    2013-02-16 23:44:00 [WARNING] Entity is at -576.875,960.1792742561358 (chunk -37,60) but was stored in chunk -37,62
    2013-02-16 23:44:00 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: -6325
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.ChunkSection.a(ChunkSection.java:41)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.Chunk.getTypeId(Chunk.java:350)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:637)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:624)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:350)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
    2013-02-16 23:44:00 [SEVERE]at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:537)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    2013-02-16 23:44:00 [SEVERE]at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    2013-02-16 23:44:00 [SEVERE] Encountered an unexpected exception ArrayIndexOutOfBoundsException
    java.lang.ArrayIndexOutOfBoundsException: -6325
    at net.minecraft.server.v1_4_R1.ChunkSection.a(ChunkSection.java:41)
    at net.minecraft.server.v1_4_R1.Chunk.getTypeId(Chunk.java:350)
    at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:637)
    at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:624)
    at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:350)
    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)
    at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
    at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
    at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
    at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:537)
    at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    2013-02-16 23:44:01 [SEVERE] This crash report has been saved to: /home/minecraft/multicraft/servers/server41/./crash-reports/crash-2013-02-16_23.44.01-server.txt
     
  2. Offline

    PatPeter

Thread Status:
Not open for further replies.

Share This Page