Very werid Error on a Certain Map.

Discussion in 'Bukkit Help' started by Snip3d, Feb 6, 2011.

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

    Snip3d

    2011-02-06 19:55:34 [INFO] Snipedz [/127.0.0.1:51305] logged in with entity id 227
    2011-02-06 19:55:40 [SEVERE] Unexpected exception
    java.lang.ArrayIndexOutOfBoundsException: -1
    at net.minecraft.server.ChunkCache.getTypeId(SourceFile:38)
    at net.minecraft.server.ChunkCache.getMaterial(SourceFile:103)
    at net.minecraft.server.Pathfinder.a(SourceFile:158)
    at net.minecraft.server.Pathfinder.a(SourceFile:120)
    at net.minecraft.server.Pathfinder.b(SourceFile:94)
    at net.minecraft.server.Pathfinder.a(SourceFile:64)
    at net.minecraft.server.Pathfinder.a(SourceFile:37)
    at net.minecraft.server.Pathfinder.a(SourceFile:22)
    at net.minecraft.server.World.a(SourceFile:1707)
    at net.minecraft.server.EntityCreature.d(EntityCreature.java:45)
    at net.minecraft.server.EntityLiving.o(EntityLiving.java:641)
    at net.minecraft.server.EntityMonster.o(EntityMonster.java:30)
    at net.minecraft.server.EntityLiving.b_(EntityLiving.java:226)
    at net.minecraft.server.EntityMonster.b_(EntityMonster.java:34)
    at net.minecraft.server.World.a(SourceFile:1116)
    at net.minecraft.server.WorldServer.a(WorldServer.java:57)
    at net.minecraft.server.World.f(SourceFile:1092)
    at net.minecraft.server.World.c(SourceFile:1071)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:282)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)

    It only happens when I load the main server as the map. If I generate a new map the server loads fine. I'm out of ideas. I have updated bukkit to the newest and and even downgraded. Still getting this error.
    --- merged: Feb 7, 2011 1:30 AM ---
    I fixed it by going into MCEdit and removing a lava moat around a big wooden square. Just a little tip for those who have this problem in the future.

    Also I have no idea what caused it.
     
  2. Offline

    mughi

    sounds like a chunk error, and your fix was the general solution for chunk errors (which is good..means you should be fine now).
    sometimes they are caused by server crashes, sometimes they are caused by gremlins :)
     
Thread Status:
Not open for further replies.

Share This Page