Description of the Bug Encountered
1.19.2 server time out/crash when opening underwater generated chests.
Steps To Reproduce
Be on a server with wilder wild installed.
Open an underwater chest in a structure.
Logs
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 2024-10-28 17:39:39
Description: Watching Server
java.lang.Error: Watchdog
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
at MC//net.minecraft.util.thread.ThreadExecutor.waitForTasks(ThreadExecutor.java:152)
at MC//net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:142)
at MC//net.minecraft.server.world.ServerChunkManager.getChunkBlocking(ServerChunkManager.java:1781)
at MC//net.minecraft.server.world.ServerChunkManager.getChunk(ServerChunkManager.java:1677)
at MC//net.minecraft.world.World.getChunk(World.java:197)
at MC//net.minecraft.world.World.getChunk(World.java:6083)
at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateStructure(ChunkGenerator.java:365)
at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateRandomSpreadStructure(ChunkGenerator.java:344)
at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateStructure(ChunkGenerator.java:284)
at MC//net.minecraft.server.world.ServerWorld.locateStructure(ServerWorld.java:1187)
at MC//net.minecraft.loot.function.ExplorationMapLootFunction.process(ExplorationMapLootFunction.java:76)
at MC//net.minecraft.loot.function.ConditionalLootFunction.apply(ConditionalLootFunction.java:31)
at MC//net.minecraft.loot.function.ConditionalLootFunction.apply(ConditionalLootFunction.java:20)
at MC//net.minecraft.loot.function.LootFunctionTypes.method_591(LootFunctionTypes.java:58)
at MC//net.minecraft.loot.function.LootFunctionTypes$$Lambda/0x00007fcfe1cda880.apply(Unknown Source)
at MC//net.minecraft.loot.function.LootFunction.method_514(LootFunction.java:14)
at MC//net.minecraft.loot.function.LootFunction$$Lambda/0x00007fcfe2108460.accept(Unknown Source)
at MC//net.minecraft.loot.entry.ItemEntry.generateLoot(ItemEntry.java:33)
at MC//net.minecraft.loot.entry.LeafEntry$1.generateLoot(LeafEntry.java:59)
at MC//net.minecraft.loot.LootPool.supplyOnce(LootPool.java:73)
at MC//net.minecraft.loot.LootPool.addGeneratedLoot(LootPool.java:96)
at MC//net.minecraft.loot.LootTable.generateUnprocessedLoot(LootTable.java:74)
at MC//net.minecraft.loot.LootTable.generateLoot(LootTable.java:83)
at MC//net.minecraft.loot.LootTable.generateLoot(LootTable.java:88)
at MC//net.minecraft.loot.LootTable.supplyInventory(LootTable.java:107)
at MC//net.minecraft.block.entity.LootableContainerBlockEntity.checkLootInteraction(LootableContainerBlockEntity.java:82)
at MC//net.minecraft.block.entity.LootableContainerBlockEntity.createMenu(LootableContainerBlockEntity.java:160)
at MC//net.minecraft.server.network.ServerPlayerEntity.openHandledScreen(ServerPlayerEntity.java:1040)
at MC//net.minecraft.block.ChestBlock.onUse(ChestBlock.java:207)
at MC//net.minecraft.block.AbstractBlock$AbstractBlockState.onUse(AbstractBlock.java:964)
at MC//net.minecraft.server.network.ServerPlayerInteractionManager.interactBlock(ServerPlayerInteractionManager.java:338)
at MC//net.minecraft.server.network.ServerPlayNetworkHandler.onPlayerInteractBlock(ServerPlayNetworkHandler.java:1145)
at MC//net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:34)
at MC//net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:8)
at MC//net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils.java:22)
at MC//net.minecraft.network.NetworkThreadUtils$$Lambda/0x00007fcfe20d3a10.run(Unknown Source)
at MC//net.minecraft.server.ServerTask.run(ServerTask.java:18)
at MC//net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor.java:157)
at MC//net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor.java:23)
at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:776)
at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:159)
at MC//net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor.java:131)
at net.minecraft.server.MinecraftServer.runOneTask(MinecraftServer.java:758)
at net.minecraft.server.MinecraftServer.runTask(MinecraftServer.java:752)
at MC//net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:116)
at net.minecraft.server.MinecraftServer.runTasksTillTickEnd(MinecraftServer.java:736)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:669)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at net.minecraft.server.MinecraftServer$$Lambda/0x00007fcfe1db2240.run(Unknown Source)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server Watchdog
Stacktrace:
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
at MC//net.minecraft.util.thread.ThreadExecutor.waitForTasks(ThreadExecutor.java:152)
at MC//net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:142)
at MC//net.minecraft.server.world.ServerChunkManager.getChunkBlocking(ServerChunkManager.java:1781)
at MC//net.minecraft.server.world.ServerChunkManager.getChunk(ServerChunkManager.java:1677)
at MC//net.minecraft.world.World.getChunk(World.java:197)
at MC//net.minecraft.world.World.getChunk(World.java:6083)
at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateStructure(ChunkGenerator.java:365)
at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateRandomSpreadStructure(ChunkGenerator.java:344)
at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateStructure(ChunkGenerator.java:284)
at MC//net.minecraft.server.world.ServerWorld.locateStructure(ServerWorld.java:1187)
at MC//net.minecraft.loot.function.ExplorationMapLootFunction.process(ExplorationMapLootFunction.java:76)
at MC//net.minecraft.loot.function.ConditionalLootFunction.apply(ConditionalLootFunction.java:31)
at MC//net.minecraft.loot.function.ConditionalLootFunction.apply(ConditionalLootFunction.java:20)
at MC//net.minecraft.loot.function.LootFunctionTypes.method_591(LootFunctionTypes.java:58)
at MC//net.minecraft.loot.function.LootFunctionTypes$$Lambda/0x00007fcfe1cda880.apply(Unknown Source)
at MC//net.minecraft.loot.function.LootFunction.method_514(LootFunction.java:14)
at MC//net.minecraft.loot.function.LootFunction$$Lambda/0x00007fcfe2108460.accept(Unknown Source)
at MC//net.minecraft.loot.entry.ItemEntry.generateLoot(ItemEntry.java:33)
at MC//net.minecraft.loot.entry.LeafEntry$1.generateLoot(LeafEntry.java:59)
at MC//net.minecraft.loot.LootPool.supplyOnce(LootPool.java:73)
at MC//net.minecraft.loot.LootPool.addGeneratedLoot(LootPool.java:96)
at MC//net.minecraft.loot.LootTable.generateUnprocessedLoot(LootTable.java:74)
at MC//net.minecraft.loot.LootTable.generateLoot(LootTable.java:83)
at MC//net.minecraft.loot.LootTable.generateLoot(LootTable.java:88)
at MC//net.minecraft.loot.LootTable.supplyInventory(LootTable.java:107)
at MC//net.minecraft.block.entity.LootableContainerBlockEntity.checkLootInteraction(LootableContainerBlockEntity.java:82)
at MC//net.minecraft.block.entity.LootableContainerBlockEntity.createMenu(LootableContainerBlockEntity.java:160)
at MC//net.minecraft.server.network.ServerPlayerEntity.openHandledScreen(ServerPlayerEntity.java:1040)
at MC//net.minecraft.block.ChestBlock.onUse(ChestBlock.java:207)
at MC//net.minecraft.block.AbstractBlock$AbstractBlockState.onUse(AbstractBlock.java:964)
at MC//net.minecraft.server.network.ServerPlayerInteractionManager.interactBlock(ServerPlayerInteractionManager.java:338)
at MC//net.minecraft.server.network.ServerPlayNetworkHandler.onPlayerInteractBlock(ServerPlayNetworkHandler.java:1145)
at MC//net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:34)
at MC//net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:8)
at MC//net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils.java:22)
at MC//net.minecraft.network.NetworkThreadUtils$$Lambda/0x00007fcfe20d3a10.run(Unknown Source)
at MC//net.minecraft.server.ServerTask.run(ServerTask.java:18)
at MC//net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor.java:157)
at MC//net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor.java:23)
at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:776)
at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:159)
at MC//net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor.java:131)
at net.minecraft.server.MinecraftServer.runOneTask(MinecraftServer.java:758)
at net.minecraft.server.MinecraftServer.runTask(MinecraftServer.java:752)
at MC//net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:116)
at net.minecraft.server.MinecraftServer.runTasksTillTickEnd(MinecraftServer.java:736)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:669)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
at net.minecraft.server.MinecraftServer$$Lambda/0x00007fcfe1db2240.run(Unknown Source)
Mixins in Stacktrace:
net.minecraft.server.MinecraftServer:
net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json)
org.quiltmc.qsl.frozenblock.resource.loader.mixin.MinecraftServerMixin (mixin/frozenlib_quiltmc_resource_loader.mixins.json)
terrablender.mixin.MixinMinecraftServer (terrablender_fabric.mixins.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixin (together.mixins.common.json)
com.natamus.collective.fabric.mixin.MinecraftServerMixin (collective_fabric.mixins.json)
org.betterx.bclib.mixin.common.MinecraftServerMixin (bclib.mixins.common.json)
com.alessandrv.cave_dweller.mixin.MixingServerWorld (cave-dweller.mixins.json)
net.frozenblock.lib.worldgen.biome.mixin.MinecraftServerMixin (mixin/frozenlib.worldgen.biome.mixins.json)
org.betterx.worlds.together.mixin.common.MinecraftServerMixinLate (together.mixins.common.json)
net.fabricmc.fabric.mixin.biome.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json)
net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json)
net.blay09.mods.balm.mixin.MinecraftServerMixin (balm.mixins.json)
dev.onyxstudios.cca.mixin.level.common.MixinMinecraftServer (mixins.cardinal_components_level.json)
dev.onyxstudios.cca.mixin.scoreboard.MixinMinecraftServer (mixins.cardinal_components_scoreboard.json)
net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
net.fabricmc.fabric.mixin.registry.sync.MinecraftServerMixin (fabric-registry-sync-v0.mixins.json)
net.frozenblock.lib.worldgen.surface.mixin.MinecraftServerMixin (mixin/frozenlib.worldgen.surface.mixins.json)
com.blackgear.geologicexpansion.core.mixin.common.MinecraftServerMixin (geologicexpansion-common.mixins.json)
-- Thread Dump --
Details:
Threads: "Reference Handler" daemon prio=10 Id=9 RUNNABLE
at java.base@21.0.4/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
at java.base@21.0.4/java.lang.ref.Reference.processPendingReferences(Reference.java:246)
at java.base@21.0.4/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:208)
"Finalizer" daemon prio=8 Id=10 WAITING on java.lang.ref.NativeReferenceQueue$Lock@14d3ca77
at java.base@21.0.4/java.lang.Object.wait0(Native Method)
waiting on java.lang.ref.NativeReferenceQueue$Lock@14d3ca77
at java.base@21.0.4/java.lang.Object.wait(Object.java:366)
at java.base@21.0.4/java.lang.Object.wait(Object.java:339)
at java.base@21.0.4/java.lang.ref.NativeReferenceQueue.await(NativeReferenceQueue.java:48)
at java.base@21.0.4/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158)
at java.base@21.0.4/java.lang.ref.NativeReferenceQueue.remove(NativeReferenceQueue.java:89)
at java.base@21.0.4/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:173)
"Common-Cleaner" daemon prio=8 Id=19 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1a14269d
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1a14269d
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
at java.base@21.0.4/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1847)
at java.base@21.0.4/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71)
at java.base@21.0.4/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143)
at java.base@21.0.4/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218)
at java.base@21.0.4/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Thread-1" daemon prio=5 Id=47 TIMED_WAITING
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410)
at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)
"FileSystemWatchService" daemon prio=5 Id=48 RUNNABLE (in native)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"FileSystemWatchService" daemon prio=5 Id=49 RUNNABLE (in native)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"FileSystemWatchService" daemon prio=5 Id=50 RUNNABLE (in native)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"FileSystemWatchService" daemon prio=5 Id=51 RUNNABLE (in native)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"ForkJoinPool.commonPool-worker-1" daemon prio=5 Id=53 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"FileSystemWatchService" daemon prio=5 Id=54 RUNNABLE (in native)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"FileSystemWatchService" daemon prio=5 Id=69 RUNNABLE (in native)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method)
at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"Config Lib config file watcher" daemon prio=5 Id=70 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b292ca6
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b292ca6
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
at java.base@21.0.4/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707)
at java.base@21.0.4/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485)
at java.base@21.0.4/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673)
...
"Timer hack thread" daemon prio=5 Id=73 TIMED_WAITING
at java.base@21.0.4/java.lang.Thread.sleep0(Native Method)
at java.base@21.0.4/java.lang.Thread.sleep(Thread.java:509)
at net.minecraft.class_156$9.run(class_156.java:849)
"Worker-Main-1" daemon prio=5 Id=75 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"Worker-Main-2" daemon prio=5 Id=76 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"Worker-Main-3" daemon prio=5 Id=77 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"Worker-Main-4" daemon prio=5 Id=78 RUNNABLE
at net.minecraft.class_3537.method_16453(class_3537.java:165)
at net.minecraft.class_3537.method_15416(class_3537.java:150)
at net.minecraft.class_5216.method_27406(class_5216.java:98)
at net.minecraft.class_6910$class_7270.method_42356(class_6910.java:54)
at net.minecraft.class_6916$class_6931.method_40464(class_6916.java:486)
at net.minecraft.class_6916$class_6932.method_40464(class_6916.java:269)
at net.minecraft.class_6916$class_6932.method_40464(class_6916.java:269)
at net.minecraft.class_6916$class_6932.method_40464(class_6916.java:269)
...
"Worker-Main-5" daemon prio=5 Id=79 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"Worker-Main-6" daemon prio=5 Id=80 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"Worker-Main-7" daemon prio=5 Id=81 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"Worker-Main-8" daemon prio=5 Id=82 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"Worker-Main-9" daemon prio=5 Id=83 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@51a3d5c6
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"Server thread" prio=8 Id=84 TIMED_WAITING on java.lang.String@6a3831a1
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.lang.String@6a3831a1
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
at net.minecraft.class_1255.method_20813(class_1255.java:152)
at net.minecraft.class_1255.method_18857(class_1255.java:142)
at net.minecraft.class_3215.getChunkBlocking(class_3215.java:1781)
at net.minecraft.class_3215.method_12121(class_3215.java:1677)
at net.minecraft.class_1937.method_8402(class_1937.java:197)
at net.minecraft.class_1937.method_22342(class_1937.java:6083)
...
"DestroyJavaVM" prio=5 Id=86 RUNNABLE
"ForkJoinPool.commonPool-worker-3" daemon prio=5 Id=87 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"ForkJoinPool.commonPool-worker-5" daemon prio=8 Id=89 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"ForkJoinPool.commonPool-worker-7" daemon prio=5 Id=91 TIMED_WAITING on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:449)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1891)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"ForkJoinPool.commonPool-worker-8" daemon prio=5 Id=92 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"ForkJoinPool.commonPool-worker-9" daemon prio=5 Id=93 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.ForkJoinPool@1e2ba107
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
at java.base@21.0.4/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
"Server console handler" daemon prio=8 Id=96 RUNNABLE (in native)
at java.base@21.0.4/java.io.FileInputStream.readBytes(Native Method)
at java.base@21.0.4/java.io.FileInputStream.read(FileInputStream.java:287)
at java.base@21.0.4/java.io.BufferedInputStream.read1(BufferedInputStream.java:345)
at java.base@21.0.4/java.io.BufferedInputStream.implRead(BufferedInputStream.java:420)
at java.base@21.0.4/java.io.BufferedInputStream.read(BufferedInputStream.java:399)
at java.base@21.0.4/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:350)
at java.base@21.0.4/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:393)
at java.base@21.0.4/sun.nio.cs.StreamDecoder.lockedRead(StreamDecoder.java:217)
...
Number of locked synchronizers = 3
- java.util.concurrent.locks.ReentrantLock$NonfairSync@29589678
- java.util.concurrent.locks.ReentrantLock$NonfairSync@3b06d3e9
- java.util.concurrent.locks.ReentrantLock$NonfairSync@74442caa
"Netty Epoll Server IO #0" daemon prio=5 Id=98 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #1" daemon prio=5 Id=99 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"IO-Worker-10" prio=8 Id=100 TIMED_WAITING on java.util.concurrent.SynchronousQueue$Transferer@5fdabeba
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.SynchronousQueue$Transferer@5fdabeba
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410)
at java.base@21.0.4/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452)
at java.base@21.0.4/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194)
at java.base@21.0.4/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233)
at java.base@21.0.4/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336)
at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069)
at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
...
"Netty Epoll Server IO #2" daemon prio=5 Id=102 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #3" daemon prio=5 Id=106 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"IO-Worker-13" prio=8 Id=107 TIMED_WAITING on java.util.concurrent.SynchronousQueue$Transferer@5fdabeba
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.SynchronousQueue$Transferer@5fdabeba
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410)
at java.base@21.0.4/java.util.concurrent.LinkedTransferQueue$DualNode.await(LinkedTransferQueue.java:452)
at java.base@21.0.4/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(SynchronousQueue.java:194)
at java.base@21.0.4/java.util.concurrent.SynchronousQueue.xfer(SynchronousQueue.java:233)
at java.base@21.0.4/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:336)
at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1069)
at java.base@21.0.4/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
...
"Netty Epoll Server IO #4" daemon prio=5 Id=109 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #5" daemon prio=5 Id=110 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:182)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:290)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:354)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"Netty Epoll Server IO #6" daemon prio=5 Id=111 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #7" daemon prio=5 Id=112 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #8" daemon prio=5 Id=113 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #9" daemon prio=5 Id=114 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #10" daemon prio=5 Id=115 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Server Watchdog" daemon prio=8 Id=116 RUNNABLE
at java.management@21.0.4/sun.management.ThreadImpl.dumpThreads0(Native Method)
at java.management@21.0.4/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:518)
at java.management@21.0.4/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:506)
at net.minecraft.class_3178.run(class_3178.java:47)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"Java2D Disposer" daemon prio=10 Id=118 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@325c186f
at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@325c186f
at java.base@21.0.4/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
at java.base@21.0.4/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
at java.base@21.0.4/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
at java.base@21.0.4/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707)
at java.base@21.0.4/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:67)
at java.base@21.0.4/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158)
...
"Netty Epoll Server IO #11" daemon prio=5 Id=120 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #12" daemon prio=5 Id=121 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #13" daemon prio=5 Id=122 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #14" daemon prio=5 Id=123 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #15" daemon prio=5 Id=127 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #16" daemon prio=5 Id=128 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #17" daemon prio=5 Id=129 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #18" daemon prio=5 Id=130 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Netty Epoll Server IO #19" daemon prio=5 Id=134 RUNNABLE (in native)
at io.netty.channel.epoll.Native.epollWait(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:209)
at io.netty.channel.epoll.Native.epollWait(Native.java:202)
at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
...
"Keep-Alive-Timer" daemon prio=8 Id=139 TIMED_WAITING
at java.base@21.0.4/java.lang.Thread.sleep0(Native Method)
at java.base@21.0.4/java.lang.Thread.sleep(Thread.java:509)
at java.base@21.0.4/sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:238)
at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
at java.base@21.0.4/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)
Stacktrace:
at MC//net.minecraft.server.dedicated.DedicatedServerWatchdog.run(DedicatedServerWatchdog.java:63)
at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
Mixins in Stacktrace: None found
Description of the Bug Encountered 1.19.2 server time out/crash when opening underwater generated chests.
Steps To Reproduce
Logs ---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward.
Time: 2024-10-28 17:39:39 Description: Watching Server
java.lang.Error: Watchdog at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method) at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269) at MC//net.minecraft.util.thread.ThreadExecutor.waitForTasks(ThreadExecutor.java:152) at MC//net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:142) at MC//net.minecraft.server.world.ServerChunkManager.getChunkBlocking(ServerChunkManager.java:1781) at MC//net.minecraft.server.world.ServerChunkManager.getChunk(ServerChunkManager.java:1677) at MC//net.minecraft.world.World.getChunk(World.java:197) at MC//net.minecraft.world.World.getChunk(World.java:6083) at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateStructure(ChunkGenerator.java:365) at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateRandomSpreadStructure(ChunkGenerator.java:344) at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateStructure(ChunkGenerator.java:284) at MC//net.minecraft.server.world.ServerWorld.locateStructure(ServerWorld.java:1187) at MC//net.minecraft.loot.function.ExplorationMapLootFunction.process(ExplorationMapLootFunction.java:76) at MC//net.minecraft.loot.function.ConditionalLootFunction.apply(ConditionalLootFunction.java:31) at MC//net.minecraft.loot.function.ConditionalLootFunction.apply(ConditionalLootFunction.java:20) at MC//net.minecraft.loot.function.LootFunctionTypes.method_591(LootFunctionTypes.java:58) at MC//net.minecraft.loot.function.LootFunctionTypes$$Lambda/0x00007fcfe1cda880.apply(Unknown Source) at MC//net.minecraft.loot.function.LootFunction.method_514(LootFunction.java:14) at MC//net.minecraft.loot.function.LootFunction$$Lambda/0x00007fcfe2108460.accept(Unknown Source) at MC//net.minecraft.loot.entry.ItemEntry.generateLoot(ItemEntry.java:33) at MC//net.minecraft.loot.entry.LeafEntry$1.generateLoot(LeafEntry.java:59) at MC//net.minecraft.loot.LootPool.supplyOnce(LootPool.java:73) at MC//net.minecraft.loot.LootPool.addGeneratedLoot(LootPool.java:96) at MC//net.minecraft.loot.LootTable.generateUnprocessedLoot(LootTable.java:74) at MC//net.minecraft.loot.LootTable.generateLoot(LootTable.java:83) at MC//net.minecraft.loot.LootTable.generateLoot(LootTable.java:88) at MC//net.minecraft.loot.LootTable.supplyInventory(LootTable.java:107) at MC//net.minecraft.block.entity.LootableContainerBlockEntity.checkLootInteraction(LootableContainerBlockEntity.java:82) at MC//net.minecraft.block.entity.LootableContainerBlockEntity.createMenu(LootableContainerBlockEntity.java:160) at MC//net.minecraft.server.network.ServerPlayerEntity.openHandledScreen(ServerPlayerEntity.java:1040) at MC//net.minecraft.block.ChestBlock.onUse(ChestBlock.java:207) at MC//net.minecraft.block.AbstractBlock$AbstractBlockState.onUse(AbstractBlock.java:964) at MC//net.minecraft.server.network.ServerPlayerInteractionManager.interactBlock(ServerPlayerInteractionManager.java:338) at MC//net.minecraft.server.network.ServerPlayNetworkHandler.onPlayerInteractBlock(ServerPlayNetworkHandler.java:1145) at MC//net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:34) at MC//net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:8) at MC//net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils.java:22) at MC//net.minecraft.network.NetworkThreadUtils$$Lambda/0x00007fcfe20d3a10.run(Unknown Source) at MC//net.minecraft.server.ServerTask.run(ServerTask.java:18) at MC//net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor.java:157) at MC//net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor.java:23) at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:776) at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:159) at MC//net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor.java:131) at net.minecraft.server.MinecraftServer.runOneTask(MinecraftServer.java:758) at net.minecraft.server.MinecraftServer.runTask(MinecraftServer.java:752) at MC//net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:116) at net.minecraft.server.MinecraftServer.runTasksTillTickEnd(MinecraftServer.java:736) at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:669) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) at net.minecraft.server.MinecraftServer$$Lambda/0x00007fcfe1db2240.run(Unknown Source) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Thread: Server Watchdog Stacktrace: at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method) at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269) at MC//net.minecraft.util.thread.ThreadExecutor.waitForTasks(ThreadExecutor.java:152) at MC//net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:142) at MC//net.minecraft.server.world.ServerChunkManager.getChunkBlocking(ServerChunkManager.java:1781) at MC//net.minecraft.server.world.ServerChunkManager.getChunk(ServerChunkManager.java:1677) at MC//net.minecraft.world.World.getChunk(World.java:197) at MC//net.minecraft.world.World.getChunk(World.java:6083) at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateStructure(ChunkGenerator.java:365) at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateRandomSpreadStructure(ChunkGenerator.java:344) at MC//net.minecraft.world.gen.chunk.ChunkGenerator.locateStructure(ChunkGenerator.java:284) at MC//net.minecraft.server.world.ServerWorld.locateStructure(ServerWorld.java:1187) at MC//net.minecraft.loot.function.ExplorationMapLootFunction.process(ExplorationMapLootFunction.java:76) at MC//net.minecraft.loot.function.ConditionalLootFunction.apply(ConditionalLootFunction.java:31) at MC//net.minecraft.loot.function.ConditionalLootFunction.apply(ConditionalLootFunction.java:20) at MC//net.minecraft.loot.function.LootFunctionTypes.method_591(LootFunctionTypes.java:58) at MC//net.minecraft.loot.function.LootFunctionTypes$$Lambda/0x00007fcfe1cda880.apply(Unknown Source) at MC//net.minecraft.loot.function.LootFunction.method_514(LootFunction.java:14) at MC//net.minecraft.loot.function.LootFunction$$Lambda/0x00007fcfe2108460.accept(Unknown Source) at MC//net.minecraft.loot.entry.ItemEntry.generateLoot(ItemEntry.java:33) at MC//net.minecraft.loot.entry.LeafEntry$1.generateLoot(LeafEntry.java:59) at MC//net.minecraft.loot.LootPool.supplyOnce(LootPool.java:73) at MC//net.minecraft.loot.LootPool.addGeneratedLoot(LootPool.java:96) at MC//net.minecraft.loot.LootTable.generateUnprocessedLoot(LootTable.java:74) at MC//net.minecraft.loot.LootTable.generateLoot(LootTable.java:83) at MC//net.minecraft.loot.LootTable.generateLoot(LootTable.java:88) at MC//net.minecraft.loot.LootTable.supplyInventory(LootTable.java:107) at MC//net.minecraft.block.entity.LootableContainerBlockEntity.checkLootInteraction(LootableContainerBlockEntity.java:82) at MC//net.minecraft.block.entity.LootableContainerBlockEntity.createMenu(LootableContainerBlockEntity.java:160) at MC//net.minecraft.server.network.ServerPlayerEntity.openHandledScreen(ServerPlayerEntity.java:1040) at MC//net.minecraft.block.ChestBlock.onUse(ChestBlock.java:207) at MC//net.minecraft.block.AbstractBlock$AbstractBlockState.onUse(AbstractBlock.java:964) at MC//net.minecraft.server.network.ServerPlayerInteractionManager.interactBlock(ServerPlayerInteractionManager.java:338) at MC//net.minecraft.server.network.ServerPlayNetworkHandler.onPlayerInteractBlock(ServerPlayNetworkHandler.java:1145) at MC//net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:34) at MC//net.minecraft.network.packet.c2s.play.PlayerInteractBlockC2SPacket.apply(PlayerInteractBlockC2SPacket.java:8) at MC//net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils.java:22) at MC//net.minecraft.network.NetworkThreadUtils$$Lambda/0x00007fcfe20d3a10.run(Unknown Source) at MC//net.minecraft.server.ServerTask.run(ServerTask.java:18) at MC//net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor.java:157) at MC//net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor.java:23) at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:776) at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:159) at MC//net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor.java:131) at net.minecraft.server.MinecraftServer.runOneTask(MinecraftServer.java:758) at net.minecraft.server.MinecraftServer.runTask(MinecraftServer.java:752) at MC//net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:116) at net.minecraft.server.MinecraftServer.runTasksTillTickEnd(MinecraftServer.java:736) at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:669) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) at net.minecraft.server.MinecraftServer$$Lambda/0x00007fcfe1db2240.run(Unknown Source) Mixins in Stacktrace: net.minecraft.server.MinecraftServer: net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json) org.quiltmc.qsl.frozenblock.resource.loader.mixin.MinecraftServerMixin (mixin/frozenlib_quiltmc_resource_loader.mixins.json) terrablender.mixin.MixinMinecraftServer (terrablender_fabric.mixins.json) org.betterx.worlds.together.mixin.common.MinecraftServerMixin (together.mixins.common.json) com.natamus.collective.fabric.mixin.MinecraftServerMixin (collective_fabric.mixins.json) org.betterx.bclib.mixin.common.MinecraftServerMixin (bclib.mixins.common.json) com.alessandrv.cave_dweller.mixin.MixingServerWorld (cave-dweller.mixins.json) net.frozenblock.lib.worldgen.biome.mixin.MinecraftServerMixin (mixin/frozenlib.worldgen.biome.mixins.json) org.betterx.worlds.together.mixin.common.MinecraftServerMixinLate (together.mixins.common.json) net.fabricmc.fabric.mixin.biome.MinecraftServerMixin (fabric-biome-api-v1.mixins.json) net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json) net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json) net.blay09.mods.balm.mixin.MinecraftServerMixin (balm.mixins.json) dev.onyxstudios.cca.mixin.level.common.MixinMinecraftServer (mixins.cardinal_components_level.json) dev.onyxstudios.cca.mixin.scoreboard.MixinMinecraftServer (mixins.cardinal_components_scoreboard.json) net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json) net.fabricmc.fabric.mixin.registry.sync.MinecraftServerMixin (fabric-registry-sync-v0.mixins.json) net.frozenblock.lib.worldgen.surface.mixin.MinecraftServerMixin (mixin/frozenlib.worldgen.surface.mixins.json) com.blackgear.geologicexpansion.core.mixin.common.MinecraftServerMixin (geologicexpansion-common.mixins.json)
-- Thread Dump -- Details: Threads: "Reference Handler" daemon prio=10 Id=9 RUNNABLE at java.base@21.0.4/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@21.0.4/java.lang.ref.Reference.processPendingReferences(Reference.java:246) at java.base@21.0.4/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:208)
"Finalizer" daemon prio=8 Id=10 WAITING on java.lang.ref.NativeReferenceQueue$Lock@14d3ca77 at java.base@21.0.4/java.lang.Object.wait0(Native Method)
"Signal Dispatcher" daemon prio=9 Id=11 RUNNABLE
"Notification Thread" daemon prio=9 Id=18 RUNNABLE
"Common-Cleaner" daemon prio=8 Id=19 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1a14269d at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Thread-1" daemon prio=5 Id=47 TIMED_WAITING at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method) at java.base@21.0.4/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:410) at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)
"FileSystemWatchService" daemon prio=5 Id=48 RUNNABLE (in native) at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"FileSystemWatchService" daemon prio=5 Id=49 RUNNABLE (in native) at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"FileSystemWatchService" daemon prio=5 Id=50 RUNNABLE (in native) at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"FileSystemWatchService" daemon prio=5 Id=51 RUNNABLE (in native) at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"ForkJoinPool.commonPool-worker-1" daemon prio=5 Id=53 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"FileSystemWatchService" daemon prio=5 Id=54 RUNNABLE (in native) at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"FileSystemWatchService" daemon prio=5 Id=69 RUNNABLE (in native) at java.base@21.0.4/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@21.0.4/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"Config Lib config file watcher" daemon prio=5 Id=70 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b292ca6 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Timer hack thread" daemon prio=5 Id=73 TIMED_WAITING at java.base@21.0.4/java.lang.Thread.sleep0(Native Method) at java.base@21.0.4/java.lang.Thread.sleep(Thread.java:509) at net.minecraft.class_156$9.run(class_156.java:849)
"Worker-Main-1" daemon prio=5 Id=75 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Worker-Main-2" daemon prio=5 Id=76 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Worker-Main-3" daemon prio=5 Id=77 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Worker-Main-4" daemon prio=5 Id=78 RUNNABLE at net.minecraft.class_3537.method_16453(class_3537.java:165) at net.minecraft.class_3537.method_15416(class_3537.java:150) at net.minecraft.class_5216.method_27406(class_5216.java:98) at net.minecraft.class_6910$class_7270.method_42356(class_6910.java:54) at net.minecraft.class_6916$class_6931.method_40464(class_6916.java:486) at net.minecraft.class_6916$class_6932.method_40464(class_6916.java:269) at net.minecraft.class_6916$class_6932.method_40464(class_6916.java:269) at net.minecraft.class_6916$class_6932.method_40464(class_6916.java:269) ...
"Worker-Main-5" daemon prio=5 Id=79 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Worker-Main-6" daemon prio=5 Id=80 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Worker-Main-7" daemon prio=5 Id=81 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Worker-Main-8" daemon prio=5 Id=82 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Worker-Main-9" daemon prio=5 Id=83 WAITING on java.util.concurrent.ForkJoinPool@51a3d5c6 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Server thread" prio=8 Id=84 TIMED_WAITING on java.lang.String@6a3831a1 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"DestroyJavaVM" prio=5 Id=86 RUNNABLE
"ForkJoinPool.commonPool-worker-3" daemon prio=5 Id=87 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"ForkJoinPool.commonPool-worker-5" daemon prio=8 Id=89 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"ForkJoinPool.commonPool-worker-7" daemon prio=5 Id=91 TIMED_WAITING on java.util.concurrent.ForkJoinPool@1e2ba107 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"ForkJoinPool.commonPool-worker-8" daemon prio=5 Id=92 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"ForkJoinPool.commonPool-worker-9" daemon prio=5 Id=93 WAITING on java.util.concurrent.ForkJoinPool@1e2ba107 at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Server console handler" daemon prio=8 Id=96 RUNNABLE (in native) at java.base@21.0.4/java.io.FileInputStream.readBytes(Native Method) at java.base@21.0.4/java.io.FileInputStream.read(FileInputStream.java:287) at java.base@21.0.4/java.io.BufferedInputStream.read1(BufferedInputStream.java:345) at java.base@21.0.4/java.io.BufferedInputStream.implRead(BufferedInputStream.java:420) at java.base@21.0.4/java.io.BufferedInputStream.read(BufferedInputStream.java:399) at java.base@21.0.4/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:350) at java.base@21.0.4/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:393) at java.base@21.0.4/sun.nio.cs.StreamDecoder.lockedRead(StreamDecoder.java:217) ...
"Netty Epoll Server IO #0" daemon prio=5 Id=98 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #1" daemon prio=5 Id=99 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"IO-Worker-10" prio=8 Id=100 TIMED_WAITING on java.util.concurrent.SynchronousQueue$Transferer@5fdabeba at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Netty Epoll Server IO #2" daemon prio=5 Id=102 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #3" daemon prio=5 Id=106 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"IO-Worker-13" prio=8 Id=107 TIMED_WAITING on java.util.concurrent.SynchronousQueue$Transferer@5fdabeba at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Netty Epoll Server IO #4" daemon prio=5 Id=109 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #5" daemon prio=5 Id=110 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:182) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:290) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:354) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"Netty Epoll Server IO #6" daemon prio=5 Id=111 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #7" daemon prio=5 Id=112 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #8" daemon prio=5 Id=113 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #9" daemon prio=5 Id=114 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #10" daemon prio=5 Id=115 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Server Watchdog" daemon prio=8 Id=116 RUNNABLE at java.management@21.0.4/sun.management.ThreadImpl.dumpThreads0(Native Method) at java.management@21.0.4/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:518) at java.management@21.0.4/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:506) at net.minecraft.class_3178.run(class_3178.java:47) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583)
"Java2D Disposer" daemon prio=10 Id=118 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@325c186f at java.base@21.0.4/jdk.internal.misc.Unsafe.park(Native Method)
"Netty Epoll Server IO #11" daemon prio=5 Id=120 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #12" daemon prio=5 Id=121 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #13" daemon prio=5 Id=122 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #14" daemon prio=5 Id=123 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #15" daemon prio=5 Id=127 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #16" daemon prio=5 Id=128 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #17" daemon prio=5 Id=129 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #18" daemon prio=5 Id=130 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Netty Epoll Server IO #19" daemon prio=5 Id=134 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:209) at io.netty.channel.epoll.Native.epollWait(Native.java:202) at io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) ...
"Keep-Alive-Timer" daemon prio=8 Id=139 TIMED_WAITING at java.base@21.0.4/java.lang.Thread.sleep0(Native Method) at java.base@21.0.4/java.lang.Thread.sleep(Thread.java:509) at java.base@21.0.4/sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:238) at java.base@21.0.4/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583) at java.base@21.0.4/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)
Stacktrace: at MC//net.minecraft.server.dedicated.DedicatedServerWatchdog.run(DedicatedServerWatchdog.java:63) at java.base@21.0.4/java.lang.Thread.run(Thread.java:1583) Mixins in Stacktrace: None found
-- Performance stats -- Details: Random tick rate: 3 Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 3, entities: 537,537,272,1828,1828,0,0 [minecraft:item:171,minecraft:zombie:30,minecraft:creeper:30,minecraft:skeleton:29,minecraft:cow:23], block_entities: 3117 [minecraft:sculk_sensor:1728,minecraft:sculk_catalyst:833,minecraft:sculk_shrieker:321,minecraft:mob_spawner:95,wilderwild:hanging_tendril:78], block_ticks: 89, fluid_ticks: 788, chunk_source: Chunks[S] W: 9303 E: 537,537,272,1828,1828,0,0, ResourceKey[minecraft:dimension / aylyth:aylyth]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0, ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0, ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 1,0,1,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 1,0,1,0,0,0,0
-- System Details -- Details: Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Linux (amd64) version 6.1.0-26-amd64 Java Version: 21.0.4, Eclipse Adoptium Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium Memory: 945290680 bytes (901 MiB) / 2826960896 bytes (2696 MiB) up to 8589934592 bytes (8192 MiB) CPUs: 10 Processor Vendor: GenuineIntel Processor Name: Intel(R) Xeon(R) E-2236 CPU @ 3.40GHz Identifier: Intel64 Family 6 Model 158 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 3.40 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: unknown Graphics card #0 vendor: unknown Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: unknown Virtual memory max (MB): 105254.30 Virtual memory used (MB): 39824.43 Swap memory total (MB): 40960.00 Swap memory used (MB): 1683.75 JVM Flags: 6 total; -Xmx8192M -Xms1024M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1MixedGCLiveThresholdPercent=90 -XX:+DisableExplicitGC Fabric Mods: additionalstructures: Additional Structures 4.1.2 alloy_forgery: Alloy Forgery 2.1.1+1.19 angling: Angling Mod 1.0.1 animated_armor: Animated Armor Origin 1.7.0 architectury: Architectury 6.6.92 attributefix: AttributeFix 17.2.7 auditory: Auditory 0.0.4-1.19.x aylyth: Aylyth 1.19.2-2.0.1 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT playerabilitylib: Pal 1.6.0 azurelib: AzureLib 1.0.54 balm-fabric: Balm 4.6.0 bclib: BCLib 2.1.8 betterend: Better End 2.1.7 biomemakeover: Biome Makeover 1.19.2-1.6.4 blended_compat: Blended Compat 1.1.0 blockus: Blockus 2.5.11+1.19.2 terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0 bno: Basic Nether Ores 1.19.2-8.2.2-Fabric bookshelf: Bookshelf 16.3.20 cardinal-components: Cardinal Components API 5.0.2 cardinal-components-item: Cardinal Components API (items) 5.0.2 cardinal-components-level: Cardinal Components API (world saves) 5.0.2 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2 cave_dweller: Cave Dweller Fabric 1.3.0 chisel: Chisel Refabricated 1.4.5 cloth-config: Cloth Config v8 8.3.134 cloth-basic-math: cloth-basic-math 0.6.1 clumps: Clumps 9.0.0+14 collective: Collective 7.64 corgilib: CorgiLib 1.0.0.34 com_electronwill_night-config_core: core 3.6.6 com_electronwill_night-config_toml: toml 3.6.6 coroutil: CoroUtil 1.19.2-1.3.6 forgeconfigapiport: Forge Config API Port 4.2.11 crawl: Crawl 0.11.1 mm: Manningham Mills 2.3 creativecore: CreativeCore (Fabric) 2.9.3 creeperoverhaul: Creeper Overhaul 2.0.9 crittersandcompanions: Critters and Companions 1.19.2-2.0.1 ctov: ChoiceTheorem's Overhauled Village 3.2.6c cupboard: cupboard 1.19.2-2.6 dawn: Dawn API 3.5.0 diagonalfences: Diagonal Fences 4.2.6 diagonalwindows: Diagonal Windows 4.0.2 display_case: Display Case Mod 1.0.7 doubledoors: Double Doors 5.7 dramaticdoors: Dramatic Doors (QuiFabrge) 1.19.2-3.2.7 dungeons_andtaverns_mr: Dungeons and Taverns 2.0.2 ecologics: Ecologics 2.1.11 editenchanting: Disenchantment Edit Table 1.1.0 emi: EMI 1.1.16+1.19.2+fabric emi_loot: EMI Loot 0.6.6+1.19 emi_ores: EMI Ores 1.0+1.19.2+fabric emiffect: EMIffect 0.1.5+mc1.19.2 enchanted-vertical-slabs: Enchanted Vertical Slabs 1.8 enchanttweaker: Enchant Tweaker 1.4.9+mc1.19-1.19.2 enderitemod: Enderite Mod 1.4.1 endermanoverhaul: Enderman Overhaul 0.0.0 endrem: End Remastered 5.2.0 exposure: Exposure 1.6.0 fabric-api: Fabric API 0.77.0+1.19.2 fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290 fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1+16f1e31390 fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90 fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90 fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790 fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390 fabric-containers-v0: Fabric Containers (v0) 0.1.42+df3654b390 fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+7c6cd14d90 fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+4bc6e26290 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.9+413cbbc790 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36+df3654b390 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490 fabric-item-api-v1: Fabric Item API (v1) 1.6.6+b7d1888890 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39+9244241690 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13+83a8659290 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16+9e7660c690 fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24+33fbc73890 fabric-networking-api-v1: Fabric Networking API (v1) 1.2.12+def3f86d90 fabric-networking-v0: Fabric Networking (v0) 0.3.29+df3654b390 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2+d8ef690890 fabric-particles-v1: Fabric Particles (v1) 1.1.0+ee641e7390 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.2+413cbbc790 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.33+9244241690 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4+edbdcddb90 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.8+1cc24b1b90 fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490 fabric-language-kotlin: Fabric Language Kotlin 1.12.3+kotlin.2.0.21 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.21 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.21 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.21 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.21 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1 org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.4 org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.4 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3 fabricloader: Fabric Loader 0.16.5 mixinextras: MixinExtras 0.4.1 factory_api: Factory API 2.0 team_reborn_energy: Energy 2.3.0 ferritecore: FerriteCore 5.0.3 flowerymooblooms: Friends&Foes - Flowery Mooblooms 2.0.2 friendsandfoes: Friends & Foes 3.0.5 reach-entity-attributes: Reach Entity Attributes 2.3.0 galosphere: Galosphere 1.19.2-1.3.0 gardens_of_the_dead: Gardens of the Dead 2.0.2 terrablender: TerraBlender 2.0.1.130 geckolib3: Geckolib 3.1.40 com_eliotlash_mclib_mclib: mclib 20 geodes: More Geodes 1.7+1.19 geologicexpansion: Geologic Expansion 1.0.1 gigeresque: Gigeresque 0.5.31 guardvillagers: GuardVillagers 2.0.7-1.19.2 haema: Haema 1.10.4+1.19 halfdoors: Half Doors 1.3.9+1.19.x horseexpert: Horse Expert 4.0.0 icarus: Icarus 1.14.1 iceberg: Iceberg 1.0.46 immersive_weathering: Immersive Weathering 1.19.2-1.2.10 inmis: Inmis 2.7.1-1.19 inmisaddon: InmisAddon 1.0.4 inventorymanagement: Inventory Management 1.1.2 roundalib: RoundaLib 0.2.1 ironchests: Iron Chests: Restocked 3.1.3 jade: Jade 8.7.3 jadeaddons: Jade Addons 3.2.0 jamlib: JamLib 0.6.1+1.19-1.19.2 java: OpenJDK 64-Bit Server VM 21 kiwi: Kiwi Lib 8.3.4 kleeslabs: KleeSlabs 12.3.0 konkrete: Konkrete 1.8.0 lithium: Lithium 0.11.1 luphieclutteredmod: Cluttered 2.1 memoryleakfix: Memory Leak Fix 1.1.5 merenc: Merge Enchantments 4.0 mermod: Mermod 2.21 omega-config: OmegaConfig 1.2.3-1.18.1 midnightlib: MidnightLib 1.0.0 minecraft: Minecraft 1.19.2 mixintrace: MixinTrace 1.1.1+1.17 moborigins: Mob Origins 1.10.0 moonlight: Moonlight 1.19.2-2.3.7 moremobvariants: More Mob Variants 1.0.1 mr_edf_remastered: Ender Dragon Fight Remastered 4.3 mr_lithosphere: Lithosphere 1.2 mr_manys_manysimplescales: Many's Many Simple Scales 1.0.1 mysticaloaktree: Mystical Oak Tree 1.19.2-1.8 naturalist: Naturalist 4.0.3 neepmeat: NEEPMeat 0.6.1-beta+1.19.2 milk: Milk Lib 1.0.51 dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1 myron-neepmeat: Myron-NEEPMeat 1.6.3+1.19.2 org_apache_commons_commons-collections4: commons-collections4 4.5.0-M1 netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.5-1.19.2 origins: Origins 1.7.1 apoli: Apoli 2.6.1 additionalentityattributes: Additionalentityattributes 1.0.0+1.19 calio: Calio 1.7.0 owo: oωo 0.9.3+1.19 passablefoliage: Passable Foliage 1.19-fabric-5.0.2 patchouli: Patchouli 1.19.2-77-FABRIC fiber: fiber 0.23.0-2 pehkui: Pehkui 3.8.3+1.14.4-1.21 kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4 pigsteel: Pigsteel Mod 1.7.7 polymorph: Polymorph 0.46.6+1.19.2 spectrelib: SpectreLib 0.12.8+1.19.2 puzzleslib: Puzzles Lib 4.4.3 cardinal-components-base: Cardinal Components API (base) 5.0.2 cardinal-components-block: Cardinal Components API (blocks) 5.0.2 cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2 cardinal-components-entity: Cardinal Components API (entities) 5.0.2 cardinal-components-world: Cardinal Components API (worlds) 5.0.2 realisticbees: Realistic Bees 3.8 resourcefulconfig: Resourcefulconfig 1.0.20 resourcefullib: Resourceful Lib 1.1.24 simplemod: SimpleMod 1.19.2 simplyswords: Simply Swords 1.47.0-1.19.2 slide_show: Slide Show 1.0.3-Enhancement-1 smartbrainlib: SmartBrainLib 1.9 species: Species 1.1-fabric spiderstpo: Spiders 2.0 1.19.2-2.0.3 stackdeobfuscator: StackDeobfuscator 1.4.3+08e71cc net_fabricmc_mapping-io: mapping-io 0.6.1 stackdeobfuscator-common: StackDeobfuscator Common 1.4.3+08e71cc structory: Structory 1.3.1a supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17+a supplementaries: Supplementaries 1.19.2-2.4.21 swampier_swamps: Swampier Swamps 1.19-1.2.1 tectonic: Tectonic 2.3.5a tesseract: Tesseract 1.0.35a theprinter: The Printer 1.4.2+1.19 datacriteria: Data Criteria 1.0.1+1.19 things: Things 0.3.0+1.19 toms_storage: Tom's Simple Storage Mod 1.5.11 toolleveling: ToolLeveling+ 1.19.2-1.4.1 transmog: Transmog 1.2.2+1.19.2 treechop: HT's TreeChop 0.19.1 trinkets: Trinkets 3.4.2 twigs: Twigs 3.0.0 universal_ores: Universal Ores 1.4.2 variantsandventures: Variants & Ventures 1.0.6 veinmining: Vein Mining 1.1.3+1.19.2 visualworkbench: Visual Workbench 4.2.4 watut: What Are They Up To 1.19.2-1.0.14 whisperwoods: Whisperwoods 1.19-2.1.1 wilderwild: Wilder Wild 2.0.7-Fabric+1.19.2 caffeineconfig: CaffeineConfig 1.0.0+1.17 frozenlib: FrozenLib 1.2.6-Fabric+1.19.2 blue_endless_jankson: jankson 1.2.2 nbtcrafting: NBT Crafting 2.2.3+mc1.19 windchimes: Windchimes 1.2.1 wwoo: William Wythers' Overhauled Overworld 3.1.9.1 yet-another-config-lib: YetAnotherConfigLib 2.2.0-for-1.19.2 yigd: You're in Grave Danger 1.4.9 yttr: Yttr 7.681+1.19.2 lib39-aqi: Lib39 (AQI) 1.5.0-pre3+1.19.2 lib39-core: Lib39 (Core) 1.5.0-pre3+1.19.2 lib39-crowbar: Lib39 (Crowbar) 1.5.0-pre3+1.19.2 lib39-dessicant: Lib39 (Dessicant) 1.5.0-pre3+1.19.2 lib39-fractal: Lib39 (Fractal) 1.5.0-pre3+1.19.2 lib39-lockpick: Lib39 (Lockpick) 1.5.0-pre3+1.19.2 lib39-machination: Lib39 (Machination) 1.5.0-pre3+1.19.2 lib39-mesh: Lib39 (Mesh) 1.5.0-pre3+1.19.2 lib39-phantom: Lib39 (Phantom) 1.5.0-pre3+1.19.2 lib39-recoil: Lib39 (Recoil) 1.5.0-pre3+1.19.2 lib39-sandman: Lib39 (Sandman) 1.5.0-pre3+1.19.2 lib39-tunnel: Lib39 (Tunnel) 1.5.0-pre3+1.19.2 lib39-util: Lib39 (Util) 1.5.0-pre3+1.19.2 lib39-waypoint: Lib39 (Waypoint) 1.5.0-pre3+1.19.2 lib39-weld: Lib39 (Weld) 1.5.0-pre3+1.19.2 Server Running: true Player Count: 3 / 20; [class_3222['CentiSalad'/75, l='ServerLevel[world]', x=3651.67, y=8.04, z=2197.62], class_3222['EclipsedGecko'/496, l='ServerLevel[world]', x=-848.08, y=214.00, z=713.10], class_3222['N1athan767'/638, l='ServerLevel[world]', x=3639.71, y=62.28, z=2210.53]] Data Packs: vanilla, Fabric Mods, Default Printer Rules, WWOO, tectonic, Supplementaries Generated Pack, Immersive Weathering Generated Pack World Generation: Stable Is Modded: Definitely; Server brand changed to 'fabric' Type: Dedicated Server (map_server.txt)