Dimensional Doors Legacy

Dimensional Doors Legacy

7.4k Downloads

[1.17.1] Crash from oak door

itsdinkd opened this issue · 9 comments

commented

Crashes dedicated server when players go through oak doors. I've had 8 of these crashes in the last 24 hours. each similar, but first couple lines of stack trace are a little different. here is one https://pastebin.com/GNvkwybw and another is below.

---- Minecraft Crash Report ----


C2ME Compatibility Module Notice:
Do NOT report to mod authors if you encountered issues with the following mods:


// Everything's going to plan. No, really, that was supposed to happen.

Time: 10/31/21, 3:22 AM
Description: Watching Server

java.lang.Error: Watchdog
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.52)
at org.dimdev.dimdoors.world.pocket.VirtualLocation.getTopPos(VirtualLocation.java:98)
at org.dimdev.dimdoors.world.pocket.VirtualLocation.projectToWorld(VirtualLocation.java:93)
at org.dimdev.dimdoors.rift.targets.EscapeTarget.receiveEntity(EscapeTarget.java:99)
at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:208)
at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:81)
at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:77)
at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:121)
at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onAfterMovePlayerCollision(DimensionalDoorBlock.java:65)
at net.minecraft.server.network.ServerPlayNetworkHandler.handler$big000$checkBlockCollision(ServerPlayNetworkHandler:6655)
at net.minecraft.server.network.ServerPlayNetworkHandler.onPlayerMove(ServerPlayNetworkHandler:943)
at net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket.apply(PlayerMoveC2SPacket:114)
at net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket$Full.apply(PlayerMoveC2SPacket:16)
at net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils:21)
at net.minecraft.class_2600$$Lambda$15931/0x0000000803315a30.run(Unknown Source)
at net.minecraft.server.ServerTask.run(ServerTask:18)
at net.minecraft.util.thread.ThreadExecutor.redirect$hgc000$redirectExecuteTask(ThreadExecutor:521)
at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor:125)
at net.minecraft.server.MinecraftServer.runOneTask(MinecraftServer:770)
at net.minecraft.server.MinecraftServer.runTask(MinecraftServer:764)
at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor:134)
at net.minecraft.server.MinecraftServer.runTasksTillTickEnd(MinecraftServer:749)
at net.minecraft.server.MinecraftServer.handler$dig000$modifiedRunLoop(MinecraftServer:9899)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270)
at net.minecraft.server.MinecraftServer$$Lambda$13391/0x0000000802b2d618.run(Unknown Source)
at java.lang.Thread.run(Thread.java:831)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Server Watchdog
Stacktrace:
at org.dimdev.dimdoors.world.pocket.VirtualLocation.getTopPos(VirtualLocation.java:98)
at org.dimdev.dimdoors.world.pocket.VirtualLocation.projectToWorld(VirtualLocation.java:93)
at org.dimdev.dimdoors.rift.targets.EscapeTarget.receiveEntity(EscapeTarget.java:99)
at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:208)
at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:81)
at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:77)
at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:121)
at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onAfterMovePlayerCollision(DimensionalDoorBlock.java:65)
at net.minecraft.class_3244.handler$big000$checkBlockCollision(class_3244.java:6655)
at net.minecraft.class_3244.method_12063(class_3244.java:943)
at net.minecraft.class_2828.method_12272(class_2828.java:114)
at net.minecraft.class_2828$class_2830.method_11054(class_2828.java:16)
at net.minecraft.class_2600.method_11072(class_2600.java:21)
at net.minecraft.class_2600$$Lambda$15931/0x0000000803315a30.run(Unknown Source)
at net.minecraft.class_3738.run(class_3738.java:18)
at net.minecraft.class_1255.redirect$hgc000$redirectExecuteTask(class_1255.java:521)
at net.minecraft.class_1255.method_16075(class_1255.java:125)
at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:770)
at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:764)
at net.minecraft.class_1255.method_18857(class_1255.java:134)
at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:749)
at net.minecraft.server.MinecraftServer.handler$dig000$modifiedRunLoop(MinecraftServer.java:9899)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270)

-- Thread Dump --
Details:
Threads: "Reference Handler" daemon prio=10 Id=2 RUNNABLE
at [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
at [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:243)
at [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)

"Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@6d89443e
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@6d89443e
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
at [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:171)

"Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE

"Common-Cleaner" daemon prio=8 Id=11 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@634ea7ff
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@634ea7ff
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
at [email protected]/java.lang.Thread.run(Thread.java:831)
at [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)

"Notification Thread" daemon prio=9 Id=12 RUNNABLE

"Worker-Bootstrap-3" daemon prio=5 Id=449 WAITING on java.util.concurrent.ForkJoinPool@67712f4e
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@67712f4e
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"Timer hack thread" daemon prio=5 Id=451 TIMED_WAITING
at [email protected]/java.lang.Thread.sleep(Native Method)
at net.minecraft.class_156$6.run(class_156.java:714)

"pool-7-thread-1" prio=5 Id=456 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2273adc4
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2273adc4
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
...

"ThreadedScheduler-0" prio=5 Id=465 TIMED_WAITING
at [email protected]/java.lang.Thread.sleep(Native Method)
at com.bb1.api.timings.ThreadedScheduler.lambda$new$0(ThreadedScheduler.java:46)
at com.bb1.api.timings.ThreadedScheduler$$Lambda$7505/0x00000008020dedd0.run(Unknown Source)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"FileSystemWatchService" daemon prio=5 Id=466 RUNNABLE (in native)
at [email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
at [email protected]/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"DefaultDispatcher-worker-1" daemon prio=5 Id=467 TIMED_WAITING
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

"DefaultDispatcher-worker-2" daemon prio=5 Id=468 TIMED_WAITING
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

"kotlinx.coroutines.DefaultExecutor" daemon prio=5 Id=469 TIMED_WAITING on kotlinx.coroutines.DefaultExecutor@57cb500
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on kotlinx.coroutines.DefaultExecutor@57cb500
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:82)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"ForkJoinPool-4-worker-51" daemon prio=5 Id=471 WAITING on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool-4-worker-37" daemon prio=5 Id=472 WAITING on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool-4-worker-9" daemon prio=5 Id=474 WAITING on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool-4-worker-17" daemon prio=5 Id=478 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7dfecd7d
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7dfecd7d
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3127)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485)
at [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673)
at [email protected]/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118)
...

"ForkJoinPool-4-worker-23" daemon prio=5 Id=473 WAITING on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool-4-worker-31" daemon prio=5 Id=477 WAITING on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool-4-worker-59" daemon prio=5 Id=475 TIMED_WAITING on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:293)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1624)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool-4-worker-53" daemon prio=5 Id=480 WAITING on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool-4-worker-25" daemon prio=5 Id=482 WAITING on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"FileSystemWatchService" daemon prio=5 Id=483 RUNNABLE (in native)
at [email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
at [email protected]/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Worker-Main-7" daemon prio=5 Id=485 WAITING on java.util.concurrent.ForkJoinPool@425c528b
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@425c528b
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"Worker-Main-8" daemon prio=5 Id=486 WAITING on java.util.concurrent.ForkJoinPool@425c528b
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@425c528b
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"Worker-Main-10" daemon prio=5 Id=488 TIMED_WAITING on java.util.concurrent.ForkJoinPool@425c528b
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@425c528b
at [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:293)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1624)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"Worker-Main-9" daemon prio=5 Id=487 WAITING on java.util.concurrent.ForkJoinPool@425c528b
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@425c528b
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-9" daemon prio=5 Id=493 TIMED_WAITING on java.util.concurrent.ForkJoinPool@22e82b75
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@22e82b75
at [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:293)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1624)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"Snooper Timer" daemon prio=5 Id=498 WAITING on java.util.TaskQueue@6de48fd4
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@6de48fd4
at [email protected]/java.lang.Object.wait(Object.java:320)
at [email protected]/java.util.TimerThread.mainLoop(Timer.java:527)
at [email protected]/java.util.TimerThread.run(Timer.java:506)

"Server thread" prio=5 Id=497 RUNNABLE
at org.dimdev.dimdoors.world.pocket.VirtualLocation.getTopPos(VirtualLocation.java:98)
at org.dimdev.dimdoors.world.pocket.VirtualLocation.projectToWorld(VirtualLocation.java:93)
at org.dimdev.dimdoors.rift.targets.EscapeTarget.receiveEntity(EscapeTarget.java:99)
at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:208)
at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:81)
at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:77)
at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:121)
at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onAfterMovePlayerCollision(DimensionalDoorBlock.java:65)
...

"DestroyJavaVM" prio=5 Id=500 RUNNABLE

"spark-cpu-monitor" daemon prio=5 Id=501 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@66fa2230
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@66fa2230
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
...

"spark-fabric-async-worker" daemon prio=5 Id=502 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4612ec6e
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4612ec6e
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
...

"Timer-425" prio=5 Id=503 WAITING on java.util.TaskQueue@2542d45a
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@2542d45a
at [email protected]/java.lang.Object.wait(Object.java:320)
at [email protected]/java.util.TimerThread.mainLoop(Timer.java:527)
at [email protected]/java.util.TimerThread.run(Timer.java:506)

"ktor-cio-dispatcher-worker-1" daemon prio=5 Id=504 TIMED_WAITING
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:701)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

"ktor-cio-dispatcher-worker-2" daemon prio=5 Id=505 RUNNABLE
at [email protected]/java.net.InetSocketAddress.(InetSocketAddress.java:225)
at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.util.network.NetworkAddressJvmKt.NetworkAddress(NetworkAddressJvm.kt:21)
at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.client.engine.cio.Endpoint.connect(Endpoint.kt:181)
at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.client.engine.cio.Endpoint.access$connect(Endpoint.kt:28)
at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.client.engine.cio.Endpoint$makeDedicatedRequest$1.invokeSuspend(Endpoint.kt:105)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
...

"ktor-cio-dispatcher-worker-3" daemon prio=5 Id=506 TIMED_WAITING
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

"mysql-cj-abandoned-connection-cleanup" daemon prio=5 Id=507 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@6c117509
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@6c117509
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at [email protected]/java.lang.Thread.run(Thread.java:831)

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@3b5da96f

"ktor-cio-dispatcher-worker-4" daemon prio=5 Id=509 RUNNABLE
at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
at [email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@5b4d3119
- locked sun.nio.ch.EPollSelectorImpl@aedc782
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.network.selector.ActorSelectorManager.select(ActorSelectorManager.kt:95)
at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.network.selector.ActorSelectorManager.access$select(ActorSelectorManager.kt:18)
at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.network.selector.ActorSelectorManager$select$1.invokeSuspend(ActorSelectorManager.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
...

"luckperms-scheduler" daemon prio=5 Id=510 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@39be2281
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@39be2281
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
...

"FileSystemWatchService" daemon prio=5 Id=512 RUNNABLE (in native)
at [email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
at [email protected]/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"mysql-cj-abandoned-connection-cleanup" daemon prio=5 Id=515 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@5ee0b182
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@5ee0b182
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at me.lucko.luckperms.lib.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at [email protected]/java.lang.Thread.run(Thread.java:831)

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@4914bd1e

"luckperms-hikari housekeeper" daemon prio=5 Id=516 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6c9786be
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6c9786be
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
...

"DefaultDispatcher-worker-3" daemon prio=5 Id=522 TIMED_WAITING
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

"DefaultDispatcher-worker-4" daemon prio=5 Id=523 TIMED_WAITING
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

"DefaultDispatcher-worker-5" daemon prio=5 Id=524 TIMED_WAITING
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

"DefaultDispatcher-worker-6" daemon prio=5 Id=527 RUNNABLE
at [email protected]/jdk.internal.misc.Unsafe.unpark(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.unpark(LockSupport.java:177)
at kotlinx.coroutines.scheduling.CoroutineScheduler.tryUnpark(CoroutineScheduler.kt:453)
at kotlinx.coroutines.scheduling.CoroutineScheduler.signalBlockingWork(CoroutineScheduler.kt:420)
at kotlinx.coroutines.scheduling.CoroutineScheduler.dispatch(CoroutineScheduler.kt:402)
at kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher.dispatchWithContext$kotlinx_coroutines_core(Dispatcher.kt:115)
at kotlinx.coroutines.scheduling.LimitingDispatcher.dispatch(Dispatcher.kt:170)
at kotlinx.coroutines.scheduling.LimitingDispatcher.dispatch(Dispatcher.kt:160)
...

"DefaultDispatcher-worker-7" daemon prio=5 Id=529 TIMED_WAITING
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)

"ObjectCleanerThread" daemon prio=1 Id=530 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@8229d79
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@8229d79
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #0" daemon prio=5 Id=531 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #1" daemon prio=5 Id=532 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #2" daemon prio=5 Id=533 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #3" daemon prio=5 Id=534 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #4" daemon prio=5 Id=535 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"IOWorker-0" daemon prio=4 Id=536 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@40c00cd6
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@40c00cd6
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-1" daemon prio=4 Id=537 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1bf7d9ed
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1bf7d9ed
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"c2me daemon" daemon prio=4 Id=538 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4b051e5b
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4b051e5b
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"C2ME worker #1" daemon prio=4 Id=539 WAITING on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"C2ME worker #2" daemon prio=4 Id=540 WAITING on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"C2ME worker #4" daemon prio=4 Id=542 WAITING on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"C2ME worker #3" daemon prio=4 Id=541 WAITING on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"C2ME worker #5" daemon prio=4 Id=543 WAITING on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"C2ME worker #6" daemon prio=4 Id=544 TIMED_WAITING on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@57509b17
at [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:293)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1624)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"Netty Epoll Server IO #5" daemon prio=5 Id=545 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"ServerLevel[world] - Light" daemon prio=4 Id=546 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@17368b97
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@17368b97
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"Netty Epoll Server IO #6" daemon prio=5 Id=547 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"IOWorker-2" daemon prio=4 Id=548 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@322b102d
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@322b102d
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"Netty Epoll Server IO #7" daemon prio=5 Id=549 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Query Listener #1" prio=5 Id=550 RUNNABLE
at [email protected]/sun.nio.ch.Net.poll(Native Method)
at [email protected]/sun.nio.ch.SelChImpl.park(SelChImpl.java:92)
at [email protected]/sun.nio.ch.DatagramChannelImpl.trustedBlockingReceive(DatagramChannelImpl.java:702)
at [email protected]/sun.nio.ch.DatagramChannelImpl.blockingReceive(DatagramChannelImpl.java:630)
at [email protected]/sun.nio.ch.DatagramSocketAdaptor.receive(DatagramSocketAdaptor.java:239)
at [email protected]/java.net.DatagramSocket.receive(DatagramSocket.java:567)
at net.minecraft.class_3364.run(class_3364.java:258)
at [email protected]/java.lang.Thread.run(Thread.java:831)

Number of locked synchronizers = 1
- java.util.concurrent.locks.ReentrantLock$NonfairSync@513f37f5

"Server Watchdog" daemon prio=5 Id=551 RUNNABLE
at [email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
at [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
at [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
at net.minecraft.class_3178.run(class_3178.java:49)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"jline4mcdsrv Console Thread" daemon prio=5 Id=552 RUNNABLE
at [email protected]/java.io.FileInputStream.read0(Native Method)
at [email protected]/java.io.FileInputStream.read(FileInputStream.java:223)
at org.jline.terminal.impl.AbstractPty$PtyInputStream.read(AbstractPty.java:73)
at org.jline.utils.NonBlockingInputStream.read(NonBlockingInputStream.java:62)
at org.jline.utils.NonBlocking$NonBlockingInputStreamReader.read(NonBlocking.java:168)
at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:57)
at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:160)
at org.jline.keymap.BindingReader.readBinding(BindingReader.java:110)
...

"Java2D Disposer" daemon prio=10 Id=559 WAITING on java.lang.ref.ReferenceQueue$Lock@26496e6
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@26496e6
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
at [email protected]/sun.java2d.Disposer.run(Disposer.java:144)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #8" daemon prio=5 Id=561 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #9" daemon prio=5 Id=563 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"IOWorker-3" daemon prio=4 Id=567 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@212ddf0e
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@212ddf0e
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-4" daemon prio=4 Id=568 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4b6d197e
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4b6d197e
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-5" daemon prio=4 Id=569 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@63450f79
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@63450f79
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-6" daemon prio=4 Id=570 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45306651
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@45306651
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"ServerLevel[world] - Light" daemon prio=4 Id=571 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@a2a1456
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@a2a1456
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-7" daemon prio=4 Id=572 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@29af4a84
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@29af4a84
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"ServerLevel[world] - Light" daemon prio=4 Id=573 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@625aa60f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@625aa60f
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-8" daemon prio=4 Id=574 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@249e46fb
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@249e46fb
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"ForkJoinPool-5-worker-3" daemon prio=5 Id=577 WAITING on java.util.concurrent.ForkJoinPool@7ecc7e9a
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7ecc7e9a
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"IOWorker-9" daemon prio=4 Id=580 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2de4e0ad
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2de4e0ad
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-10" daemon prio=4 Id=581 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1a3941c0
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1a3941c0
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"ServerLevel[world] - Light" daemon prio=4 Id=585 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4cc675e2
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4cc675e2
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-11" daemon prio=4 Id=586 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@51e3ea4e
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@51e3ea4e
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"ForkJoinPool-4-worker-33" daemon prio=5 Id=592 WAITING on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@131b8b0f
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"IOWorker-12" daemon prio=4 Id=599 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b888957
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b888957
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-13" daemon prio=4 Id=600 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@b6fe4a7
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@b6fe4a7
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"ServerLevel[world] - Light" daemon prio=4 Id=601 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7479e94d
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7479e94d
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"IOWorker-14" daemon prio=4 Id=602 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a86cc16
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a86cc16
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"luckperms-scheduler-worker-13" daemon prio=5 Id=613 WAITING on java.util.concurrent.CompletableFuture$Signaller@25db3820
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.CompletableFuture$Signaller@25db3820
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1860)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1894)
at [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2113)
at net.minecraft.class_1255.method_19537(class_1255.java:84)
at me.lucko.luckperms.fabric.FabricSchedulerAdapter.lambda$new$1(FabricSchedulerAdapter.java:36)
...

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@5475a0ad

"IR Pump Thread" daemon prio=5 Id=614 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@51e5bae0
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@51e5bae0
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
at [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
...

"luckperms-scheduler-worker-14" daemon prio=5 Id=615 WAITING on java.util.concurrent.CompletableFuture$Signaller@6a6d1210
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.CompletableFuture$Signaller@6a6d1210
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1860)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1894)
at [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2113)
at net.minecraft.class_1255.method_19537(class_1255.java:84)
at me.lucko.luckperms.fabric.FabricSchedulerAdapter.lambda$new$1(FabricSchedulerAdapter.java:36)
...

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@59f78ed

"ForkJoinPool.commonPool-worker-5" daemon prio=5 Id=616 WAITING on java.util.concurrent.ForkJoinPool@22e82b75
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@22e82b75
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-7" daemon prio=5 Id=617 WAITING on java.util.concurrent.ForkJoinPool@22e82b75
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@22e82b75
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"ForkJoinPool.commonPool-worker-11" daemon prio=5 Id=618 WAITING on java.util.concurrent.ForkJoinPool@22e82b75
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@22e82b75
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"luckperms-scheduler-worker-15" daemon prio=5 Id=619 WAITING on java.util.concurrent.CompletableFuture$Signaller@66878537
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.CompletableFuture$Signaller@66878537
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1860)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1894)
at [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2113)
at net.minecraft.class_1255.method_19537(class_1255.java:84)
at me.lucko.luckperms.fabric.FabricSchedulerAdapter.lambda$new$1(FabricSchedulerAdapter.java:36)
...

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@574fb1e9

"ForkJoinPool-5-worker-5" daemon prio=5 Id=620 TIMED_WAITING on java.util.concurrent.ForkJoinPool@7ecc7e9a
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7ecc7e9a
at [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:293)
at [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1624)
at [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

"luckperms-scheduler-worker-16" daemon prio=5 Id=621 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@1ae1abff
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@1ae1abff
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1055)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
...

"luckperms-scheduler-worker-17" daemon prio=5 Id=622 WAITING on java.util.concurrent.CompletableFuture$Signaller@662f20f9
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.CompletableFuture$Signaller@662f20f9
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1860)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1894)
at [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2113)
at net.minecraft.class_1255.method_19537(class_1255.java:84)
at me.lucko.luckperms.fabric.FabricSchedulerAdapter.lambda$new$1(FabricSchedulerAdapter.java:36)
...

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@2cb6340f

"luckperms-scheduler-worker-18" daemon prio=5 Id=623 WAITING on java.util.concurrent.CompletableFuture$Signaller@64d053be
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.CompletableFuture$Signaller@64d053be
at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
at [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1860)
at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
at [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1894)
at [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2113)
at net.minecraft.class_1255.method_19537(class_1255.java:84)
at me.lucko.luckperms.fabric.FabricSchedulerAdapter.lambda$new$1(FabricSchedulerAdapter.java:36)
...

Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@52107964

"luckperms-scheduler-worker-19" daemon prio=5 Id=624 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@1ae1abff
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@1ae1abff
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1055)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
...

"luckperms-scheduler-worker-20" daemon prio=5 Id=625 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@1ae1abff
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@1ae1abff
at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1055)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
...

Stacktrace:
at net.minecraft.class_3178.run(class_3178.java:65)
at java.base/java.lang.Thread.run(Thread.java:831)

-- Performance stats --
Details:
Random tick rate: 3
Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 3, entities: 721,721,4303,1270,1270,1,0 [minecraft:item:93,minecraft:chicken:78,extragenerators:generator_area_effect_cloud:72,minecraft:creeper:66,minecraft:zombie:49], block_entities: 1753 [techreborn:cable:606,techreborn:machine_casing:292,minecraft:mob_spawner:151,extragenerators:thermoelectric_generator:83,minecraft:campfire:68], block_ticks: 25, fluid_ticks: 13, chunk_source: Chunks[S] W: 8693 E: 721,721,4303,1270,1270,1,0,
ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 1, entities: 180,140,611,225,225,0,0 [minecraft:item_frame:33,minecraft:strider:15,minecraft:zombified_piglin:14,minecraft:armor_stand:10,minecraft:item:9], block_entities: 62 [minecraft:mob_spawner:46,techreborn:cable:8,extragenerators:thermoelectric_generator:3,techreborn:gas_turbine:2,quarrymod:quarry:1], block_ticks: 31, fluid_ticks: 0, chunk_source: Chunks[S] W: 1369 E: 180,140,611,225,225,0,0,
ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 37,37,189,25,25,0,0 [minecraft:shulker:21,minecraft:enderman:13,minecraft:shulker_bullet:2,betterend:end_slime:1], block_entities: 1 [techreborn:cable:1], block_ticks: 485, fluid_ticks: 0, chunk_source: Chunks[S] W: 729 E: 37,37,189,25,25,0,0,
ResourceKey[minecraft:dimension / dimdoors:personal_pockets]: 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 / dimdoors:public_pockets]: 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 / agape:europa_surface]: 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 / agape:io]: 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 / minershorizon:miners_horizon]: 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 / agape:mercury]: 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 / agape:starship_1]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 1 [agape_space:starship_control:1], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0,
ResourceKey[minecraft:dimension / agape:moon_surface]: 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 / agape:europa_ocean]: 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 / the_aether:the_aether]: 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 / voidz:void]: 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 / dimdoors:dungeon_pockets]: players: 1, entities: 1,1,1,252,252,0,0 [minecraft:player:1], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 1898 E: 1,1,1,252,252,0,0,
ResourceKey[minecraft:dimension / dimdoors:limbo]: 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 / agape:overworld_orbit]: 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 / appliedenergistics2:spatial_storage]: 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 / agape:ganymede]: 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 / agape:red_planet]: 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 / agape:titan]: 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

-- System Details --
Details:
Minecraft Version: 1.17.1
Minecraft Version ID: 1.17.1
Operating System: Linux (amd64) version 5.10.0-9-amd64
Java Version: 16.0.2, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 5042714208 bytes (4809 MiB) / 11274289152 bytes (10752 MiB) up to 11274289152 bytes (10752 MiB)
CPUs: 5
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 9 5950X 16-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 16
Number of logical CPUs: 32
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): 159692.41
Virtual memory used (MB): 163649.81
Swap memory total (MB): 95301.00
Swap memory used (MB): 65990.00
JVM Flags: 21 total; -XX:+UseContainerSupport -Xms10750M -Xmx10750M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
Fabric Mods:
addendum: Addendum 1.0.2
adorn: Adorn 2.2.0+1.17.1
advanced_runtime_resource_pack: Runtime Resource Pack 0.2.9
adventure-platform-fabric: adventure-platform-fabric 4.1.0-SNAPSHOT
adventurez: AdventureZ 1.4.0
ae2wtlib: AE2WTLib ${version}
agape_space: Space Dimensions 0.3.3
annotateddi: Annotated DI 2.0.3+1.17.1
antishulkerdupe: Antishulkerdupe 1.0.0
aopalliance_aopalliance: aopalliance 1.0
apoli: Apoli 2.0.3
appleskin: AppleSkin mc1.17-2.1.3
appliedenergistics2: Applied Energistics 2 9.0.0-alpha.8
aqupdcaracal: Caracal mob 1.17-1.3.11
arcanus: Arcanus 1.21
architects_palette: Architect's Palette Fabric 1.3
architectury: Architectury 2.6.35
artifality: Artifality 0.4.2
artifice: Artifice 0.15.3+21w07a
attributefix: Attribute Fix {FABRIC} 1.0.3
badstdout: BadStdOut 1.1.0-1.17
balm-fabric: Balm 1.3.0+0
banhammer: BanHammer 0.4.1+1.17.1
battletowers: Battle Towers 3.4.1-1.17.1
bclib: BCLib 0.3.1
beenfo: Beenfo 1.17.1-fabric0.36.1-1.3.2
better_wandering_trader: Better Wandering Trader 1.7.0
betterdungeons: YUNG's Better Dungeons 1.17-1.0.2
betterend: Better End 0.11.0-pre
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.1
betternether: Better Nether 5.1.3
betterstrongholds: YUNG's Better Strongholds 1.17-1.1.2
bewitchment: Bewitchment 1.17-12
bfapi: BFAPI 1.1.10
bitsandchisels: BitsAndChisels 2.5.3
blast: BLAST 1.8
blockbot-api: BlockBot Api 1.0.0
blockbot-discord: BlockBot Discord 2.0.0-beta
blockshifter: Blockshifter 1.4.0+fabric-1.17.1
blockus: Blockus 2.2.10+1.17.1
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.2-1.17.1
bountiful: Bountiful 1.0.0
box-of-placeholders: Box of Placeholders 1.3.2+1.17.1
buildinggadgets: st'ructure tools 1.0.0+beta.6
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.5.5
calio: Calio 1.0.3
cardinal-components: Cardinal Components API 3.1.1
cardinal-components-base: Cardinal Components API (base) 3.1.1
cardinal-components-block: Cardinal Components API (blocks) 3.1.1
cardinal-components-chunk: Cardinal Components API (chunks) 3.1.1
cardinal-components-entity: Cardinal Components API (entities) 3.1.1
cardinal-components-item: Cardinal Components API (items) 3.1.1
cardinal-components-level: Cardinal Components API (world saves) 3.1.1
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 3.1.1
cardinal-components-util: Cardinal Components API (utilities) 3.1.1
cardinal-components-world: Cardinal Components API (worlds) 3.1.1
carpet: Carpet Mod 1.4.51
carpet-extra: Carpet Extra 1.4.51
carpet-fixes: Carpet Fixes 1.17.1-1.2.0+v211021
carpet-tis-addition: Carpet TIS Addition 1.23.1+build.703
carrier: Carrier 1.8.1
chalk: Chalk 1.0.1
charm: Charm 3.3.2
chipped: Chipped 1.1.1
chunky: Chunky 1.2.124
cloth-api: Cloth API 2.0.54
cloth-armor-api-v1: Cloth Armor API v1 1.5.47
cloth-basic-math: Cloth Basic Math 0.5.1
cloth-client-events-v0: Cloth Client Events v0 2.0.54
cloth-common-events-v1: Cloth Common Events v1 2.0.54
cloth-config2: Cloth Config v5 5.0.38
cloth-datagen-api-v1: Cloth Datagen v1 2.0.54
cloth-utils-v1: Cloth Utils v1 2.0.54
cloud: Cloud 1.5.0
cloud_commandframework_cloud-brigadier_: cloud-brigadier 1.5.0
cloud_commandframework_cloud-core_: cloud-core 1.5.0
cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.5.0
cloud_commandframework_cloud-services_: cloud-services 1.5.0
cmdspy: Command Spy 1.2.3
colorutility: ColorUtility 2.0.1
com_electronwill_night-config_core: core 3.6.2
com_electronwill_night-config_toml: toml 3.6.2
com_fasterxml_jackson_dataformat_jackson-dataformat-yaml: jackson-dataformat-yaml 2.12.2
com_flowpowered_flow-math: flow-math 1.0.3
com_github_dimensionaldevelopment_poly2tri_java: poly2tri.java 0.1.1
com_google_inject_guice: guice 5.0.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
com_typesafe_config: config 1.4.1
com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
companion_bats: Companion Bats 1.17.9
completeconfig: CompleteConfig 1.0.0
compress: Compress 'em [v1.5]
conjuring: Conjuring 1.0.13
cosmetic-armor: Cosmetic Armor 1.1.0
craftingtweaks: Crafting Tweaks 13.0.0+0
creativeonepunch: Creative One-Punch 1.2
croptopia: Croptopia 1.6.3
crowdin-translate: CrowdinTranslate 1.3+1.17
customportalapi: Custom Portal Api 0.0.1-beta44-1.17
customportals: Custom Portals 2.1.0
customspawns: Custom Spawns 0.5+1.17
dark-enchanting: Dark Enchanting 0.4.1-1.17.1
darkpaintings: Dark Paintings 4.0.2
deathknell: Example Mod 1.0.1
dimdoors: DimensionalDoors 4.0.0+beta.3-27.10.2021
discerning_furnace: Discerning Furnace 1.0.3+MC1.17-1.17.1
dml-refabricated: Deep Mob Learning: Refabricated 0.4.4-beta
dml-refabricated-base: DML: Refabricated - Base 0.4.4-beta
dml-refabricated-events: DML: Refabricated - Vanilla Events 0.4.4-beta
dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.4.4-beta
dml-refabricated-rei: DML: Refabricated - REI Integration 0.4.4-beta
dmlsimulacrum: Deep Mob Learning: Simulacrum 1.0.5
doom: Doom Fabric 4.0.32
dragonloot: DragonLoot 1.0.9
dual_riders: DualRiders 1.0.5
dungeons_arise: When Dungeons Arise 2.1.48-fabric
ec-core: Essential Commands Core 1.0.0-mc1.17.1
eer: Erroring Entity Remover 1.0.1+1.17.1
eldritch_mobs: Eldritch Mobs 1.9.6
emagnet: E Magnet 1.2.3
enchant_giver: Enchant Giver 1.1.0
enhancedcelestials: Enhanced Celestials 2.0.5
essential_commands: Essential Commands 0.16.2-mc1.17.1
essentialaddons: Essential Addons 1.17.1-1.0.5
expandedstorage: Expanded Storage 7.2.7
extraalchemy: Extra Alchemy 1.6.1
extragenerators: Extra Generators 1.1-BETA+1.17
extraorigins: Extra Origins 1.17-8
fabric: Fabric API 0.41.0+1.17
fabric-api-base: Fabric API Base 0.3.0+a02b446313
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.0+cbda931818
fabric-biome-api-v1: Fabric Biome API (v1) 3.2.0+cbda931818
fabric-command-api-v1: Fabric Command API (v1) 1.1.3+5ab9934c18
fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa18
fabric-containers-v0: Fabric Containers (v0) 0.1.12+cbda931818
fabric-content-registries-v0: Fabric Content Registries (v0) 0.3.0+cbda931818
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31018
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.11+6cefd57718
fabric-entity-events-v1: Fabric Entity Events (v1) 1.3.0+57bef5a318
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.10+fc40aa9d18
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa18
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+cbda931818
fabric-item-api-v1: Fabric Item API (v1) 1.2.4+cbda931818
fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118
fabric-language-kotlin: Fabric Language Kotlin 1.6.5+kotlin.1.5.31
fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b446318
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446318
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa18
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+2e8bd82f18
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b446318
fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa13
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+b7ab612118
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446318
fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b446318
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.11+7931163218
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446318
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.14+4658223018
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+cbda931818
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.13+5ab9934c18
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.1+b06cb95b18
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab612118
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.4.0+7931163218
fabricenchantments: Fabric Enchantments 0.4.2
fabricloader: Fabric Loader 0.11.7
fabricsit: FabricSit 1.6.4
fabrictailor: Fabric Tailor 1.7.1
factory: Factory 1.17.1-1.4.0
fake-player-api: Fake Player API 0.2.0
fallflyinglib: FallFlyingLib 3.0.0-beta.2
fallingtree: FallingTree 2.14.3
farmersdelight: Farmer's Delight 1.17.1-0.1.2
fastfurnace: FastFurnace 1.17-3.0
fatxporbs: Fat Experience Orbs 1.0.1
ferritecore: FerriteCore 3.1.0
fiber: fiber 0.23.0-2
fireplacelib: Fireplace Lib 6.0.6+1.17.1
flan: Flan 1.17.1-1.6.2
flytre-lib-base: Flytre Lib - Base Module 1.2.0
flytre-lib-compat: Flytre Lib - Compat Module 1.0.0
flytre-lib-config: Flytre Lib - Config Module 1.1.0
flytre-lib-event: Flytre Lib - Event Module 1.0.1
flytre-lib-gui: Flytre Lib - GUI Module 1.0.0
flytre-lib-storage: Flytre Lib - Storage Module 2.3.1
flytre_lib: Flytre Lib 1.3.9
geckolib3: Geckolib 3.0.19
givemehats: Give Me Hats! 1.6.5
glassential: Glassential 1.17-1.2.0
go-fish: Go Fish 1.3.0-beta-1.17.1
goat: Goat origin 1.0.0
gobber2: Gobber2 2.4.54
goldenhoppers: Golden Hoppers 1.1.0
golemsgalore: Golems Galore 1.0.3-1.17.1
harvest_scythes: Harvest Scythes 2.0.6
hctm-base: HCTM Base 3.6.2
heartbond: Heartbond 1.1.0
hlandbukkit_c2me-fabric_ver_1_17_libs_: libs 0.2.0+alpha.5.5
hologram-api: Hologram API 0.2.1+1.17.1
hookshot: Hookshot 22.0
horseinfo: Horse Info 0.3.0-1.17
horsestonks: Horse Stonks 1.0.0
hydrogen: Hydrogen 0.3
impersonate: Impersonate 2.3.5
incantationem: Incantationem 1.1.2+1.17.1
incubus_core: Incubus Core 1.6.1
indrev: Industrial Revolution 1.11.0-alpha.4
inmis: Inmis 2.3.2-1.17.1
invview: InvView 1.4.6-1.17.1+
io_leangen_geantyref_geantyref: geantyref 1.3.11
ironfurnaces: Iron Furnaces 1.17.1-2.6.1-fabric
jankson: Jankson 3.0.1+j1.2.0
java: OpenJDK 64-Bit Server VM 16
javax_inject_javax_inject: javax.inject 1
jline4mcdsrv: JLine for Minecraft Dedicated Server 0.2.0
kambrik: Kambrik 1.1.0
kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1
kibe: Kibe 1.9.3-BETA+1.17
kjsextras: KubeJS Extras 1.4.0
krypton: Krypton 0.1.4
ktdatataglib: KtDataTagLib 1.5.4
kubejs: KubeJS 1701.3.10-build.9999
lapisreserve: Lapis Reserve 1.0.8
ledger: Ledger 1.1.1+build.334
libblockattributes: LibBlockAttributes 0.9.2
libblockattributes_core: LibBlockAttributes (Core) 0.9.2
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.2
libblockattributes_items: LibBlockAttributes (Items) 0.9.2
libcd: LibCapableData 3.0.3+1.16.3
libgui: LibGui 4.2.1+1.17.1
libninepatch: LibNinePatch 1.1.0
libra: Libra 0.3.9.2
lightestlamp: Lightest Lamps 0.9.3
lithium: Lithium 0.7.4
lootcrates: Modular Loot Crates 2.1.1
lovely_snails: Lovely Snails 1.0.3+1.17
luckperms: LuckPerms 5.3.65
maelstrom_library: Maelstrom Library 1.2.2-1.17.1
magicfungi: Magic Fungi 0.5.0-BETA+1.17.1
magna: Magna 0.4.0-1.17.1
matrix: Matrix 1.0.0
mc_discord_reserializer: MC Discord Reserializer 1.0.0
mcda: MC Dungeons Armors 1.7.15
mcdw: MC Dungeons Weapons 3.5.6
mcsa: MC Story Mode Armor 2.3.2-1.17
megane: megane 5.5.0
megane-applied-energistics-2: megane-applied-energistics-2 5.5.0+9.0.0-alpha.2
megane-base: megane-base 5.5.0
megane-dml-simulacrum: megane-dml-simulacrum 5.5.0+1.0.5
megane-extra-generators: megane-extra-generators 5.5.0+1.1-BETA-1.17
megane-fabric-transfer: megane-fabric-transfer 5.5.0+1.3.0-fc40aa9d18
megane-industrial-revolution: megane-industrial-revolution 5.5.0+1.11.0-alpha.1
megane-kibe: megane-kibe 5.5.0+1.9.1-BETA-1.17
megane-lib-block-attributes: megane-lib-block-attributes 5.5.0+0.9.0
megane-reborn-core: megane-reborn-core 5.5.0+5.0.8-beta-build.111
megane-runtime: megane-runtime 5.5.0
megane-team-reborn-energy: megane-team-reborn-energy 5.5.0+2.0.0-beta1
megane-tech-reborn: megane-tech-reborn 5.5.0+5.0.8-beta-build.111
megane-vanilla: megane-vanilla 5.5.0+1.17.1
megane-wireless-networks: megane-wireless-networks 5.5.0+1.3.0
minecraft: Minecraft 1.17.1
minershorizon: Miner's Horizon 1.7.2-1.17.1
minimotd-fabric: MiniMOTD 2.0.4
mm: Manningham Mills 2.3
mo_glass: Mo Glass 1.5-MC1.17.1
mob_proof_crystals: Mob proof crystals 2.2.0
mocolors: Mo' Colors 1.2.2
moretags: More Tags 1.2.5
morevillagers-fabric: MoreVillagersFabric 2.1.1-SNAPSHOT
mostructures: Mo' Structures 1.3.0-pre1-1.17.1
multipart_entities: MultipartEntities 1.1.3-1.17.1
myron: Myron 1.6.1
mysql_mysql-connector-java: mysql-connector-java 8.0.25
mythic-mounts: Mythic Mounts 1.17.1-2.0
naturescompass: Nature's Compass 1.17.1-2.0.1-fabric
net_kyori_adventure-api: adventure-api 4.8.1
net_kyori_adventure-key: adventure-key 4.8.1
net_kyori_adventure-platform-api: adventure-platform-api 4.0.0-SNAPSHOT
net_kyori_adventure-serializer-configurate4: adventure-serializer-configurate4 4.8.1
net_kyori_adventure-text-feature-pagination: adventure-text-feature-pagination 4.0.0-SNAPSHOT
net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.2.0-SNAPSHOT
net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.8.1
net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.8.1
net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.8.1
net_kyori_examination-api: examination-api 1.1.0
net_kyori_examination-string: examination-string 1.1.0
ninjaphenix_container_lib: NinjaPhenix's Container Library 1.2.4
notenoughcrashes: Not Enough Crashes 3.7.0+1.17.1
nyfsquivers: Nyf's Quivers Fabric-0.2.6
observable: Observable 0.1.2-1.17
omega-config: OmegaConfig 1.0.8
org_fusesource_jansi_jansi: jansi 1.18
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.31
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.31
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.31
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.31
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.2
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.2
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.0
org_jgrapht_jgrapht-core: jgrapht-core 1.1.0
org_jline_jline: jline 3.15.0
org_jline_jline-terminal-jansi: jline-terminal-jansi 3.15.0
org_json_json: json 20210307
org_objenesis_objenesis: objenesis 3.2
org_spongepowered_configurate-core: configurate-core 4.1.1
org_spongepowered_configurate-hocon: configurate-hocon 4.1.1
org_xerial_sqlite-jdbc: sqlite-jdbc 3.36.0
origins: Origins 1.1.2
origins-classes: Origins: Classes 1.2.2
owo: oωo 0.3.0
packet_tweaker: Packet Tweaker 0.2.0+1.17.1
patchouli: Patchouli 1.17.1-56-FABRIC
pehkui: Pehkui 2.5.3+1.14.4-1.18
persistententities: persistent entities 0.0.4
pipe: Pipe 1.5.0
placeholder-api: Placeholder API 1.1.2+1.17.1
plantinajar: Plant In A Jar 2.2.2
player-data-api: Player Data API 0.1.0+1.17.1
playerabilitylib: Pal 1.3.0
polymer: Polymer 0.1.8+1.17.1
polymorph: Polymorph 0.0.14-1.17.1
prefab: Prefab 2.1.6
pugh_lib: Pugh Lib ${version}
pugh_tools: Pugh Tools ${version}
qcommon-cfg-core: qcommon-cfg-core 3.3.0
qcommon-croco: Croco 2.1.1
quarrymod: Industial Quarry Mod 0.5.0
ratsmischief: Rat's Mischief 1.2.2
reach-entity-attributes: Reach Entity Attributes 2.1.1
reborncore: Reborn Core 5.0.9-beta+build.131
redbits: Red Bits 1.10.1
repurposed_structures: Repurposed Structures 2.4.4+1.17.1
reroll: Reroll 1.3.0-1.17.1
resourceful_tools: Resourceful Tools 1.1.21
respawnablepets: Respawnable Pets 1.17-5
rhino: Rhino 1701.1.5-build.71
roughlyenoughitems: Roughly Enough Items 6.0.307-alpha
rpgstats: RPGStats 4.2.1+1.17.1
rswires: RSWires 4.11.2
schmucks: Schmucks 1.4.0
secretrooms: Secret Rooms 1.1.0+1.17
seedy-behavior: Seedy Behavior 1.0.2+1.17.1
server_translations_api: Server Translations API 1.4.6+1.17
servertick: Server Tick 1.5
sgui: SGui 1.0.0-rc4+1.17.1
shulkerboxtooltip: Shulker Box Tooltip 3.0.3+1.17.1
shulkerutils: shulkerutils 1.0.4-1.17
simplegrinder: Simple Grinder 17.0.1-Fabric
someforgepatchesported: Some Forge Patches Ported 1.0.1
somnus: Somnus API 0.0.14-1.17.1
soulbound: Soulbound 2.0.0
spark: spark 1.6.1
spawnermod: Enhanced Mob Spawners 1.1.2
spawnprotectiontweaks: SpawnProtectionTweaks 0.3+1.17.1
stacc: Stacc 1.2.3
staffofbuilding: Staff of Building 1.3.2-1.17
starlight: Starlight 1.0.0+fabric.73f6d37
static-content: Static Content 1.0.2-1.16.2
staticdata: Static Data 1.1.2
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
stoneholm: Stoneholm 1.3
storagecabinet: Storage Cabinet 1.4.1
strawgolem: Strawgolem 1.10-B5
structure-helpers: Structure Helpers 3.2.0
structurized: Structurized 1.3.0
styledchat: Styled Chat 1.2.0
styledplayerlist: Styled Player List 2.1.2
tabtps-fabric: TabTPS 1.3.10
team_reborn_energy: Energy 2.0.0-beta1
techreborn: Tech Reborn 5.0.9-beta+build.131
tellme: TellMe 0.9.0
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2
terralith: Terralith for Fabric 1.6.1
the_aether: The Aether Reborn 1.17.1-1.6.0
things: Things 0.2.6
toms_storage: Tom's Simple Storage Mod 1.1.18
transportables: Transportables 1.0.6
trinkets: Trinkets 3.0.4
truerooms: True Secret Rooms 1.1.5
unforgivingvoid: Unforgiving Void 3.1.0+1.17.1
universal-graves: Universal Graves 1.1.3+1.17.1
upgradedshulkers: Upgraded Shulkers 1.1.1-1.17
valley: ValleyCraft 1.3.2
vanish: vanish 1.2.6
veinmining: Vein Mining 0.0.10-1.17
villagerfix: Villager Fix 2.1.4-mc-1.17.1
voidtotem: Void Totem (Fabric) 1.17.0-1.0.0
voidz: VoidZ 1.0.5
ward_blocks: Ward Blocks 1.1.9
waystones: Waystones 2.1.2
winged: Winged Mod 1.17.1-3.0.0
wirelessnetworks: Wireless Networks 1.3.1
wthit: wthit 3.10.0
xaerominimap: Xaero's Minimap 21.20.0
xaeroworldmap: Xaero's World Map 1.18.0
xlpackets: XLPackets 2.0-1.17
yungsapi: YUNG's API 1.17-Fabric-19
zihlaunchpads: ZIHLaunchpads 1.1.1
Player Count: 5 / 10; [class_3222['JeezyOG'/628, l='ServerLevel[world]', x=-882.98, y=45.00, z=-4869.88], class_3222['GamerBoyGreen'/783, l='ServerLevel[world]', x=124.49, y=90.06, z=4280.07], class_3222['SlothSlothington'/784, l='ServerLevel[world]', x=4355.52, y=11.00, z=-1788.61], class_3222['Z3_CD'/785, l='ServerLevel[world]', x=-2535.66, y=32.00, z=-4019.56], class_3222['epixphany'/7158, l='ServerLevel[world]', x=-2122.17, y=112.23, z=-3936.65]]
Data Packs: vanilla, Fabric Mods, secretrooms:server_pack, file/Repurposed_Structures-Charm.zip, file/doom, file/eldritch_mobs, file/givemehats, file/nophantom, file/Repurposed_Structures-Better_Strongholds_Fabric_Beta.zip, file/Repurposed_Structures-Farmers_Delight_Fabric.zip, file/Repurposed_Structures-More_Villagers_Fabric.zip, dimdoors/classic, dimdoors/default
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)
Suspected Mods: DimensionalDoors (dimdoors)

commented
commented

also receiving messages like this in console

[10:18:47] [Netty Epoll Server IO #3/ERROR] (class_2316) Could not serialize org.dimdev.dimdoors.command.arguments.EnumArgumentType@6b246a57 (class org.dimdev.dimdoors.command.arguments.EnumArgumentType) - will not be sent to client!
[10:18:48] [Netty Epoll Server IO #3/ERROR] (class_2316) Could not serialize org.dimdev.dimdoors.command.arguments.PocketTemplateArgumentType@526b07dd (class org.dimdev.dimdoors.command.arguments.PocketTemplateArgumentType) - will not be sent to client!
[10:18:48] [Netty Epoll Server IO #3/ERROR] (class_2316) Could not serialize org.dimdev.dimdoors.command.arguments.EnumArgumentType@6b246a57 (class org.dimdev.dimdoors.command.arguments.EnumArgumentType) - will not be sent to client!```
commented

Already fixed in dev, see a21073f.

commented

So I tried the commit (the latest one) and it fixes the crash however once you go through a oak door it creates massive lag which ultimately crashes the server due to watchdog.

commented

Please post the watchdog crash-report.

Edit:
You might also want to see if the issue happens without C2ME.

commented

Seems to be related to having a map in your inventory? I am not quite sure whether this is caused by Dimensional Doors tbh, it doesn't really seem to be from the log at least. I'll keep the issue open for a week or so in case you can provide anything that would relate the issue to Dimensional Doors.

Also, the first link is borked.

Sounds good!

First link fixed; https://mclo.gs/M07iwBK

Maybe the above crash log is related to someone entering a dimensional door, causing that lootcrate to bug out and kill server?

commented

I am rather certain that the first crash link does not have anything to do with Dimensional Doors.

commented

After looking at the actual crash log, it could be one of these two logs. or I could be completely wrong, however, I am going off what players told me after they entered a dimensional door and what occurred.

Crash log 1: https://pastebin.com/
Crash log 2 https://pastebin.com/NhhkGMGy

I did ask them to reproduce, and they said they cannot, but they found another issue and recorded a video, for which I am about to open a issue on.

commented

Seems to be related to having a map in your inventory? I am not quite sure whether this is caused by Dimensional Doors tbh, it doesn't really seem to be from the log at least. I'll keep the issue open for a week or so in case you can provide anything that would relate the issue to Dimensional Doors.

Also, the first link is borked.