jonryf / EpicWorldGenerator-bugtracker

The most powerfull world generator made for minecraft
https://www.spigotmc.org/resources/epicworldgenerator-1-8-8-1-13-2-beta-support-for-1-14-support-all-update-aquatic-features.8067/
10 stars 0 forks source link

IllegalStateException: Asynchronous world save! #112

Open Corenb opened 4 years ago

Corenb commented 4 years ago

Describe the bug Crash when EpicWorldGenerator try to generate new chunk and/or save it.

Expected behavior Crash logs :

[12:52:45] [Server-Worker-11/FATAL]: Failed to schedule load callback for chunk [978, 2612]
java.util.concurrent.CompletionException: net.minecraft.server.v1_16_R1.ReportedException: Exception generating new chunk
    at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:975) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_262]
    at net.minecraft.server.v1_16_R1.ChunkTaskQueueSorter.b(SourceFile:58) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ThreadedMailbox.e(ThreadedMailbox.java:90) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ThreadedMailbox.a(ThreadedMailbox.java:137) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ThreadedMailbox.run(ThreadedMailbox.java:102) ~[patched_1.16.1.jar:git-Paper-133]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_262]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_262]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
Caused by: net.minecraft.server.v1_16_R1.ReportedException: Exception generating new chunk
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$null$39(PlayerChunkMap.java:1233) ~[patched_1.16.1.jar:git-Paper-133]
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$b$41(PlayerChunkMap.java:1218) ~[patched_1.16.1.jar:git-Paper-133]
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_262]
    ... 9 more
Caused by: java.lang.IllegalStateException: Asynchronous world save!
    at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:15) ~[patched_1.16.1.jar:git-Paper-133]
    at org.bukkit.craftbukkit.v1_16_R1.CraftWorld.save(CraftWorld.java:1426) ~[patched_1.16.1.jar:git-Paper-133]
    at com.minelazz.epicworldgenerator.utils.e.<init>(cla:197) ~[?:?]
    at com.minelazz.epicworldgenerator.mlb.addDecorations(bia:39) ~[?:?]
    at net.minecraft.server.v1_16_R1.ChunkStatus.lambda$static$9(ChunkStatus.java:71) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ChunkStatus.a(ChunkStatus.java:193) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$null$39(PlayerChunkMap.java:1220) ~[patched_1.16.1.jar:git-Paper-133]
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$b$41(PlayerChunkMap.java:1218) ~[patched_1.16.1.jar:git-Paper-133]
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_262]
    ... 9 more
[12:52:47] [Server thread/DEBUG]: Added POI of type bee_nest @ BlockPosition{x=15420, y=75, z=41836}
[12:52:47] [Server thread/DEBUG]: Added POI of type bee_nest @ BlockPosition{x=15411, y=71, z=41836}`
[12:52:50] [Server thread/ERROR]: Task #6911598 for Minecraft v1.0 generated an exception
java.util.concurrent.CompletionException: net.minecraft.server.v1_16_R1.ReportedException: Exception generating new chunk
    at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:975) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_262]
    at net.minecraft.server.v1_16_R1.ChunkTaskQueueSorter.b(SourceFile:58) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ThreadedMailbox.e(ThreadedMailbox.java:90) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ThreadedMailbox.a(ThreadedMailbox.java:137) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ThreadedMailbox.run(ThreadedMailbox.java:102) ~[patched_1.16.1.jar:git-Paper-133]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_262]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_262]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
Caused by: net.minecraft.server.v1_16_R1.ReportedException: Exception generating new chunk
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$null$39(PlayerChunkMap.java:1233) ~[patched_1.16.1.jar:git-Paper-133]
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$b$41(PlayerChunkMap.java:1218) ~[patched_1.16.1.jar:git-Paper-133]
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_262]
    ... 9 more
Caused by: java.lang.IllegalStateException: Asynchronous world save!
    at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:15) ~[patched_1.16.1.jar:git-Paper-133]
    at org.bukkit.craftbukkit.v1_16_R1.CraftWorld.save(CraftWorld.java:1426) ~[patched_1.16.1.jar:git-Paper-133]
    at com.minelazz.epicworldgenerator.utils.e.<init>(cla:197) ~[?:?]
    at com.minelazz.epicworldgenerator.mlb.addDecorations(bia:39) ~[?:?]
    at net.minecraft.server.v1_16_R1.ChunkStatus.lambda$static$9(ChunkStatus.java:71) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ChunkStatus.a(ChunkStatus.java:193) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$null$39(PlayerChunkMap.java:1220) ~[patched_1.16.1.jar:git-Paper-133]
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$b$41(PlayerChunkMap.java:1218) ~[patched_1.16.1.jar:git-Paper-133]
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_262]
    ... 9 more
[12:52:50] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.UnsupportedOperationException: Not supported.
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.MinecraftInternalPlugin.getServer(MinecraftInternalPlugin.java:85) ~[patched_1.16.1.jar:git-Paper-133]
    at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.MinecraftServer.b(MinecraftServer.java:1292) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.DedicatedServer.b(DedicatedServer.java:377) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.MinecraftServer.a(MinecraftServer.java:1213) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:1001) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-133]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
[12:53:22] [Server thread/INFO]: Saving worlds
[12:53:22] [Server thread/INFO]: Saving chunks for level 'ServerLevel[survie_new]'/minecraft:overworld
[12:53:28] [Server thread/ERROR]: Exception stopping the server
java.util.concurrent.CompletionException: net.minecraft.server.v1_16_R1.ReportedException: Exception generating new chunk
    at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:975) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_262]
    at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_262]
    at net.minecraft.server.v1_16_R1.ChunkTaskQueueSorter.b(SourceFile:58) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ThreadedMailbox.e(ThreadedMailbox.java:90) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ThreadedMailbox.a(ThreadedMailbox.java:137) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ThreadedMailbox.run(ThreadedMailbox.java:102) ~[patched_1.16.1.jar:git-Paper-133]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_262]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_262]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
Caused by: net.minecraft.server.v1_16_R1.ReportedException: Exception generating new chunk
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$null$39(PlayerChunkMap.java:1233) ~[patched_1.16.1.jar:git-Paper-133]
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$b$41(PlayerChunkMap.java:1218) ~[patched_1.16.1.jar:git-Paper-133]
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_262]
    ... 9 more
Caused by: java.lang.IllegalStateException: Asynchronous world save!
    at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:15) ~[patched_1.16.1.jar:git-Paper-133]
    at org.bukkit.craftbukkit.v1_16_R1.CraftWorld.save(CraftWorld.java:1426) ~[patched_1.16.1.jar:git-Paper-133]
    at com.minelazz.epicworldgenerator.utils.e.<init>(cla:197) ~[?:?]
    at com.minelazz.epicworldgenerator.mlb.addDecorations(bia:39) ~[?:?]
    at net.minecraft.server.v1_16_R1.ChunkStatus.lambda$static$9(ChunkStatus.java:71) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.ChunkStatus.a(ChunkStatus.java:193) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$null$39(PlayerChunkMap.java:1220) ~[patched_1.16.1.jar:git-Paper-133]
    at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[patched_1.16.1.jar:git-Paper-133]
    at net.minecraft.server.v1_16_R1.PlayerChunkMap.lambda$b$41(PlayerChunkMap.java:1218) ~[patched_1.16.1.jar:git-Paper-133]
    at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:966) ~[?:1.8.0_262]
    ... 9 more

Spigot version (please complete the following information): Paper-131 (1.16.1) EpicWorldGenerator 8.1.33

Additional context Maiskorf pack installed