Getting Server-Crash on chunk-load

Discussion in 'Bukkit Help' started by Kostronor, Jun 10, 2011.

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

    Kostronor

    My info:
    Running a Linux-server with cb819
    (no info for java/excact linux, because it is hosted.)
    No server-wrapper

    Hey there,
    I've just installed Minecart-mania and was doing some stuff.
    But then i hit a storage-minecart with superpickaxe(idk if this is helpful or to be reproduced) but after that, the whole server suddenly crashed with this error:
    Code:
    2011-06-10 22:17:55 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 10
    2011-06-10 22:17:55 [SEVERE]     at net.minecraft.server.EntityMinecart.h(EntityMinecart.java:623)
    2011-06-10 22:17:55 [SEVERE]     at net.minecraft.server.EntityMinecart.o_(EntityMinecart.java:279)
    2011-06-10 22:17:55 [SEVERE]     at net.minecraft.server.World.entityJoinedWorld(World.java:1071)
    2011-06-10 22:17:55 [SEVERE]     at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:56)
    2011-06-10 22:17:55 [SEVERE]     at net.minecraft.server.World.playerJoinedWorld(World.java:1053)
    2011-06-10 22:17:55 [SEVERE]     at net.minecraft.server.World.cleanUp(World.java:1030)
    2011-06-10 22:17:55 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:397)
    2011-06-10 22:17:55 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    2011-06-10 22:17:55 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-10 22:17:55 [SEVERE] Unexpected exception
    java.lang.ArrayIndexOutOfBoundsException: 10
        at net.minecraft.server.EntityMinecart.h(EntityMinecart.java:623)
        at net.minecraft.server.EntityMinecart.o_(EntityMinecart.java:279)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1071)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:56)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1053)
        at net.minecraft.server.World.cleanUp(World.java:1030)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:397)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    After restart everysthing works fine but on the load of chunks, the error reappears. does someone has a clue how to delete the chunk-minecrat that produces the error so that it can be newly generated.
    or more prefered but not expected, is there any solution for it?

    Edit:
    I got another player to go there, it instantly crashed his client without showing something else than end of stream in the console and the server works fine...

    Edit2:
    At second attempt the server crashes by him to

    Edit3:
    Will now try vanilla/craftbukkit only
    //Issue stays on craftbukkit only
    will try vanilla now
     
  2. Offline

    Zaros

    It must be a problem with minecart mania. It an error with the minecart entity.
     
    Kostronor likes this.
  3. Offline

    Kostronor

    I'm at that point to, but i've tryed it with removing every plugin, minecart mania to and it does not work.
    The problem is not, why this happended but how to get it resolved
    Installing Vanilla now, so we'll se in a minute
    Edit:
    Vanilla does not work to...
     
  4. Offline

    Zaros

    It must be a world issue. I don't know if there is any way to fix it. Its an entity issue so it has to do with the saved chunks.
     
    Kostronor likes this.
  5. Offline

    Kostronor

    do you know how to get(delete/reload) that chunk (if i have the coordinates/not)?
     
  6. Offline

    Zaros

    Believe you divide the coordinates by 16 and that gives you the chunk number in the world folder.
     
    Kostronor likes this.
  7. Offline

    Kostronor

    well, there are regions, no chunks
     
  8. Offline

    Zaros

    Sorry, meant region number.
     
    Kostronor likes this.
  9. Offline

    Kostronor

    well, but my coordinates of the chunk are about 1500 -2600 (bedrock)
    and my highest region gos to about 10
     
  10. Offline

    Zaros

    I don't know then. An other person had this issue and that solved their problem.

    Edit: Try using MCEdit and see if you can delete the minecarts.
     
    Kostronor likes this.
  11. Offline

    Kostronor

    That works, mcedit doesn't crash with loading the chunk.
    Thank you!

    Edit:
    It does not work...
    i deleted the whole region but it got the error on creating the region...

    Edit2:
    Tryed it with deleting 9 regions, that works, so i have to find the real problem-causing minecart, damn :D
     
  12. Offline

    Zaros

    Huh, your best bet is going to be starting a new map. Don't delete your old world, you can use it to move important pieces over. Make sure to backup both worlds.

    Sorry I couldn't help you save your world. :(
     
    Kostronor likes this.
  13. Offline

    Kostronor

    I think, i've just overseen a minecart on it, so i just deleted all the entities, that worked :)
    got it now:)
     
  14. Offline

    Zaros

    It works now? Congrats! :p
     
Thread Status:
Not open for further replies.

Share This Page