946+ problems

Discussion in 'Bukkit Help' started by parker_digg, Jun 30, 2011.

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

    parker_digg

    So it works fine except destroying a piston randomly sets off an error, about ever 1/3 destroyed.

    It makes an error, then to read timed out.

    Code:
    at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    If bukkit could magically get that fixed, servers would be good to go.... :p
     
  2. Offline

    hellodave111

    were do i get the 946 rb
     
  3. Offline

    Bonewerkz

    I have the same error when my friend join my server. It appears while he force pistons to load. Also using #946.

    It crashes even if im hosting same world on default Minecraft server.
     
  4. Offline

    gnftoxic

    Receiving the same error on my worlds. As soon as my server starts, it shuts down. D:
     
  5. Offline

    ZeusAllMighty11

    Same here, I can't do anything. I log in, and get sent into a void, then black screen. The Command Prompt says the same exact error.
     
  6. Offline

    ekeup

    happens when someone stacks... a piston, with dirt on top, with a pressure plate on top of the dirt.
     
  7. Offline

    Reiuiji

    happening on my world too,
     
  8. Offline

    nidzzllll-

    I too had(probably still have) this problem and looked a bit into to.
    I tried all successful builds craftbukkit builds for 1.7._01 (946+). It is 'something' someone build/destoyed in the world obviously. I couldn't locate the exact block/chunk where those errors get triggered but as soon as you come in range of said zone the happy error flood starts flowing. In my case this was around 80.5, 69.0, -799.5 (in a world first created in 1.7._01 vanilla ) or so.

    Not sure if it helps but I pasted my error message for bukkit and the ones I get when I just load vanilla minecraft 1.7_01 server (It's the same result: server becomes unresponsive to users, console works just fine ).

    CraftBukkit-946 - 950 (plugins: Essentials, EssentialsProtect, EssentialsSpawn)

    Code:
    2011-07-01 00:59:45 [SEVERE] java.lang.StackOverflowError
    2011-07-01 00:59:45 [SEVERE]     at java.util.HashMap.get(Unknown Source)
    2011-07-01 00:59:45 [SEVERE]     at net.minecraft.server.Chunk.d(Chunk.java:404)
    2011-07-01 00:59:45 [SEVERE]     at net.minecraft.server.World.getTileEntity(World.java:1523)
    2011-07-01 00:59:45 [SEVERE]     at net.minecraft.server.BlockPistonMoving.b(SourceFile:153)
    2011-07-01 00:59:45 [SEVERE]     at net.minecraft.server.BlockPistonMoving.e(SourceFile:94)
    2011-07-01 00:59:45 [SEVERE]     at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
    On Vanilla Minecraft 1.7_01 this looks like this:

    Code:
    2011-07-01 00:48:29 [SEVERE] Unexpected exception
    java.lang.StackOverflowError
        at he.b(SourceFile:92)
        at dj.c(SourceFile:313)
        at dj.b(SourceFile:1441)
        at mz.b(SourceFile:153)
    I MCedit deleted the effected area and all nearby chunks (desperate measures ). For now my server is stable.
     
  9. Offline

    Starrk

    I have the same problem, even deleting the player.dat doesn't work as if anyone goes near that area it crashes.
     
  10. Offline

    Rytharr

    nowhere it does not exist. 946 is not a rb
     
  11. Offline

    parker_digg

    The problem is being caused by minecraft, not bukkit itself necessarily. The problem should clear up with the 1.7_02 build tomorrow.
     
  12. Offline

    Danaan

    where did you get 946?
    i was just looking for it.
     
  13. Offline

    wassilij

    @Danaan: ci.bukkit.org

    @other: i had the same problem .. only a older backup fixxed that :(
    I updated to 950, but sometimes the error comes, the server crashes and the map is corrupted .. so i give only VIPs and Moderators the permissions for pistons .. and now, ~12 h without crash and any errors :)
     
  14. Offline

    Bonewerkz

    Problem solved. I updated server and game to 1.7.2.
     
  15. Offline

    wassilij

    @Bonewerkz: Do you use Bukkit with 1.7.2 or vanilla 1.7.2?
    If bukkit please upload the .jar, becaue ci.bukkit.org is under huge load (i think).
     
  16. Offline

    Bonewerkz

    Im using default Minecraft server for a while. In bukkit im using /home plugin only so i can wait for it.
     
  17. Offline

    mrvertigo27

    if this problem is still existing on your server please update to 1000 see if that fixes your problem.
     
Thread Status:
Not open for further replies.

Share This Page