Arrow Error freezing my server.

Discussion in 'Bukkit Help' started by SparrowMaxx, Jan 20, 2011.

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

    SparrowMaxx

    I'm running 114.

    Code:
    java.lang.NullPointerException
            at net.minecraft.server.EntityArrow.b_(EntityArrow.java:182)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:41)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:260)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-01-20 18:03:00 [SEVERE] Unexpected exception
    java.lang.NullPointerException
            at net.minecraft.server.EntityArrow.b_(EntityArrow.java:182)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:41)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:260)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    My server doesn't run anymore now. It runs, but it gets stuck at "logging in..." and times out. Even if I restart it.

    Some people were having this problem, but i don't think a solution was found.

    It's not my plugins. I disabled all of them. no effect.


    I still cannot figure out what it going on.
     
  2. Offline

    Killcraft

    I have the same problem :(
     
  3. Offline

    deerhunter101

  4. Offline

    SparrowMaxx

    That doesn't work for everyone, and it certainly doesn't work here. Already tried.
     
  5. Offline

    deerhunter101

    dang :( sorry
     
  6. Offline

    Peter Gransden

    I was having the same problem, I fixed it by downloading #114 and starting a fresh server in new folder. I found this solves most of my problems...
     
  7. Offline

    Killcraft

    But I don't want to remake all my machines D:
     
  8. Offline

    saiek

    just replace the new world folder with your old world folder from your other server
     
Thread Status:
Not open for further replies.

Share This Page