Advertisement
Ultimga

Untitled

Jul 5th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. [17:19:24] [Server-Worker-14/FATAL]: Failed to schedule load callback for chunk [-231, -479]
  2. java.util.concurrent.CompletionException: net.minecraft.server.v1_16_R1.ReportedException: Exception generating new chunk
  3. at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:1.8.0_211]
  4. at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:1.8.0_211]
  5. at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source) ~[?:1.8.0_211]
  6. at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:1.8.0_211]
  7. at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:1.8.0_211]
  8. at net.minecraft.server.v1_16_R1.ChunkTaskQueueSorter.b(SourceFile:58) ~[patched_1.16.1.jar:git-Paper-60]
  9. at net.minecraft.server.v1_16_R1.ThreadedMailbox.e(ThreadedMailbox.java:90) ~[patched_1.16.1.jar:git-Paper-60]
  10. at net.minecraft.server.v1_16_R1.ThreadedMailbox.a(ThreadedMailbox.java:137) ~[patched_1.16.1.jar:git-Paper-60]
  11. at net.minecraft.server.v1_16_R1.ThreadedMailbox.run(ThreadedMailbox.java:102) ~[patched_1.16.1.jar:git-Paper-60]
  12. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  13. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  14. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  15. Caused by: net.minecraft.server.v1_16_R1.ReportedException: Exception generating new chunk
  16. at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$null$38(PlayerChunkMap.java:1222) ~[patched_1.16.1.jar:git-Paper-60]
  17. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[patched_1.16.1.jar:git-Paper-60]
  18. at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$b$40(PlayerChunkMap.java:1207) ~[patched_1.16.1.jar:git-Paper-60]
  19. ... 10 more
  20. Caused by: java.lang.RuntimeException: Deprecated - use getHeight(BiomeGenerator, int, int, HeightType) instead.
  21. at nl.rutgerkok.worldgeneratorapi.BaseTerrainGenerator.getHeight(BaseTerrainGenerator.java:84) ~[?:?]
  22. at nl.rutgerkok.worldgeneratorapi.BaseTerrainGenerator.getHeight(BaseTerrainGenerator.java:62) ~[?:?]
  23. at nl.rutgerkok.worldgeneratorapi.internal.bukkitoverrides.InjectedChunkGenerator.getBaseHeight(InjectedChunkGenerator.java:329) ~[?:?]
  24. at net.minecraft.server.v1_16_R1.WorldGenFeatureRuinedPortal$a.a(SourceFile:120) ~[patched_1.16.1.jar:git-Paper-60]
  25. at net.minecraft.server.v1_16_R1.WorldGenFeatureRuinedPortal$a.a(SourceFile:59) ~[patched_1.16.1.jar:git-Paper-60]
  26. at net.minecraft.server.v1_16_R1.StructureGenerator.a(StructureGenerator.java:215) ~[patched_1.16.1.jar:git-Paper-60]
  27. at net.minecraft.server.v1_16_R1.StructureFeature.a(SourceFile:27) ~[patched_1.16.1.jar:git-Paper-60]
  28. at net.minecraft.server.v1_16_R1.ChunkGenerator.a(ChunkGenerator.java:234) ~[patched_1.16.1.jar:git-Paper-60]
  29. at net.minecraft.server.v1_16_R1.ChunkGenerator.createStructures(ChunkGenerator.java:225) ~[patched_1.16.1.jar:git-Paper-60]
  30. at net.minecraft.server.v1_16_R1.ChunkStatus.lambda$static$2(ChunkStatus.java:31) ~[patched_1.16.1.jar:git-Paper-60]
  31. at net.minecraft.server.v1_16_R1.ChunkStatus.a(ChunkStatus.java:193) ~[patched_1.16.1.jar:git-Paper-60]
  32. at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$null$38(PlayerChunkMap.java:1209) ~[patched_1.16.1.jar:git-Paper-60]
  33. at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[patched_1.16.1.jar:git-Paper-60]
  34. at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$b$40(PlayerChunkMap.java:1207) ~[patched_1.16.1.jar:git-Paper-60]
  35. ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement