"Chunk file x in wrong location; relocating" Error?

Discussion in 'Bukkit Help' started by odawg2, Jan 21, 2013.

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

    odawg2

    Hey, my server keeps crashing. This is the error code I get:

    21.01 16:51:26 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    21.01 16:51:26 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:537)
    21.01 16:51:26 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
    21.01 16:51:26 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
    21.01 16:51:26 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
    21.01 16:51:26 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)
    21.01 16:51:26 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
    21.01 16:51:26 [Server] INFO at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:350)
    21.01 16:51:26 [Server] INFO at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:627)
    21.01 16:51:26 [Server] INFO at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:640)
    21.01 16:51:26 [Server] INFO at net.minecraft.server.v1_4_R1.Chunk.getTypeId(Chunk.java:350)
    21.01 16:51:26 [Server] INFO at net.minecraft.server.v1_4_R1.ChunkSection.a(ChunkSection.java:41)
    21.01 16:51:26 [Server] INFO java.lang.ArrayIndexOutOfBoundsException: -4
    21.01 16:51:26 [Server] SEVERE Encountered an unexpected exception ArrayIndexOutOfBoundsException
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:537)
    21.01 16:51:26 [Server] SEVERE at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:30)
    21.01 16:51:26 [Server] SEVERE at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287)
    21.01 16:51:26 [Server] SEVERE at org.bukkit.craftbukkit.v1_4_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179)
    21.01 16:51:26 [Server] SEVERE at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13)
    21.01 16:51:26 [Server] SEVERE at org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:350)
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:627)
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.Chunk.a(Chunk.java:640)
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.Chunk.getTypeId(Chunk.java:350)
    21.01 16:51:26 [Server] SEVERE at net.minecraft.server.v1_4_R1.ChunkSection.a(ChunkSection.java:41)
    21.01 16:51:26 [Server] SEVERE java.lang.ArrayIndexOutOfBoundsException: -4
    21.01 16:51:26 [Server] INFO Chunk file at 61,-43 is in the wrong location; relocating. (Expected 61, -43, got 60, -43)
    21.01 16:51:26 [Server] INFO Chunk file at 60,-43 is in the wrong location; relocating. (Expected 60, -43, got 61, -44)


    It's backwards because I use multicraft.
    Thanks,
    Troll
     
  2. Offline

    XanderCrews01

    Try deleting the corrupted chunks and regenerating.
     
  3. Offline

    odawg2

    So I should just go to 60, -43 and 61 -44 and delete the chunks there? And then regenerate my entire world..?
     
Thread Status:
Not open for further replies.

Share This Page