Server crashs new Chunk

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Major
    • None
    • Affects Version/s: None
    • None
    • 1.14
    • Yes

      Location where i joined ([world]-1523.0123344020974, 76.0, 430.2028407071927)
      Seed: 600000222763165

      The World "world" is just s seperate word i use. My Mainworlds name is "Farmworld".
      I generated the World "world" like a normal world in 1.14.

      The server crashed with the Following Error:

      [18:43:09] [Server thread/ERROR]: Encountered an unexpected exception
      java.util.concurrent.CompletionException: net.minecraft.server.v1_14_R1.ReportedException: Exception generating new chunk
      at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_212]
      at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_212]
      at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:961) ~[?:1.8.0_212]
      at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926) ~[?:1.8.0_212]
      at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_212]
      at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:57) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_212]
      at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_212]
      at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_212]
      at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_212]
      at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_212]
      Caused by: net.minecraft.server.v1_14_R1.ReportedException: Exception generating new chunk
      at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$17(PlayerChunkMap.java:420) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$15(PlayerChunkMap.java:405) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:952) ~[?:1.8.0_212]
      ... 11 more
      Caused by: java.lang.NullPointerException
      at net.minecraft.server.v1_14_R1.WorldGenStronghold.a(SourceFile:46) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ChunkGenerator.createStructures(ChunkGenerator.java:144) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ChunkStatus.d(SourceFile:44) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:199) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$17(PlayerChunkMap.java:407) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$15(PlayerChunkMap.java:405) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:952) ~[?:1.8.0_212]
      ... 11 more
      [18:43:09] [Server thread/ERROR]: Cause of unexpected exception was
      net.minecraft.server.v1_14_R1.ReportedException: Exception generating new chunk
      at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$17(PlayerChunkMap.java:420) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$15(PlayerChunkMap.java:405) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:952) ~[?:1.8.0_212]
      at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926) ~[?:1.8.0_212]
      at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_212]
      at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:57) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402) ~[?:1.8.0_212]
      at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_212]
      at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_212]
      at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_212]
      at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_212]
      Caused by: java.lang.NullPointerException
      at net.minecraft.server.v1_14_R1.WorldGenStronghold.a(SourceFile:46) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ChunkGenerator.createStructures(ChunkGenerator.java:144) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ChunkStatus.d(SourceFile:44) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:199) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$17(PlayerChunkMap.java:407) ~[server.jar:git-Spigot-1eece4f-68e72f6]
      ... 14 more

      ____________________________________________________________________

      That happend till yesterday 10-15 times at diffrent locations.

            Assignee:
            Unassigned
            Reporter:
            Max Klug
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: