Chunk Error?

Discussion in 'Bukkit Help' started by x2nec, Feb 23, 2014.

Thread Status:
Not open for further replies.
  1. Any sort of diagnosis on this? Thanks

    Code:
    23.02 17:16:25 [Server] ERROR This crash report has been saved to: /./crash-reports/crash-2014-02-23_17.16.25-server.txt
    23.02 17:16:25 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:594) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:34) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:347) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:188) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:13) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:51) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at net.minecraft.server.v1_7_R1.Chunk.a(Chunk.java:828) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at net.minecraft.server.v1_7_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:238) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.generator.NormalChunkGenerator.getChunkAt(NormalChunkGenerator.java:49) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at net.minecraft.server.v1_7_R1.ChunkProviderGenerate.getChunkAt(SourceFile:403) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO at net.minecraft.server.v1_7_R1.StructureGenerator.a(SourceFile:86) ~[craftbukkit-dev-3023.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3023jnks]
    23.02 17:16:25 [Server] INFO java.lang.NullPointerException
    23.02 17:16:25 [Server] ERROR Encountered an unexpected exception
     
  2. Offline

    Vanhout1985

    We have bin having this problem for 14 days now....

    Can someone help? 0r atleast tell me what the problem is? cause it seems its Bukkit?
    Every time players go "exploring" the server crashes, And then it starts spitting errors about chunk generation.
     

    Attached Files:

  3. Offline

    GameplayJDK

    If you know in which chunk(s) you are when the server crashes, you can delete the chunk(s) using MCEdit, that solved a problem I had last year. It looks like the server tries to generate a structure that is null..
     
  4. Offline

    Vanhout1985

    Thanx!
    But it happens like every few hours? Never around the same player and never around the same coordinates?
    Could this mean there is a problem with all structures?
     
  5. Offline

    GameplayJDK

    I don't know the exact way these structure things works, but I guess, it's caused by the way it is done by the server. Have you tried to use a new world?
     
  6. Offline

    Vanhout1985

    We changed worlds on one of the first 1.7 versions. (around half december).
    Problems started after we went to the 3023 version.

    If i know 100% sure a new world would fix it, i would
     
  7. Offline

    GameplayJDK

    Why are you using development builds? The chance of an error or a bug are higher when using these, I guess. I'm using #3020 and everything works fine..
     
  8. Offline

    Vanhout1985

    First updates you have no choice, if you don't update you lose players.
    Secondly an update would mean something got fixed or changed? So better then the previous build?

    I could be wrong, But i never had problems with a dev before.
     
  9. Offline

    GameplayJDK

    Yes, me too, but I prefer beta builds.
     
Thread Status:
Not open for further replies.

Share This Page