You're in Grave Danger

You're in Grave Danger

17M Downloads

Client login causes crash

tacogerbil opened this issue · 2 comments

commented

Just updated to the latest version of YIGD, started the server and moments after my son joins the server he get's booted with a timeout... Ends up being the server crashed.
To Reproduce
Steps to reproduce the behavior:

  1. Login as normal, no interaction with anything.

Expected behavior
Login and play as normal

Desktop (please complete the following information):

  • Windows 10
  • 1.17.1
  • youre-in-grave-danger-1.1.6

Additional context
The Server Log
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 11/22/21, 10:58 AM
Description: Watching Server

java.lang.Error: Watchdog
at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.61)
at java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1116)
at java.lang.invoke.DirectMethodHandle.makePreparedLambdaForm(DirectMethodHandle.java:264)
at java.lang.invoke.DirectMethodHandle.preparedLambdaForm(DirectMethodHandle.java:234)
at java.lang.invoke.DirectMethodHandle.preparedLambdaForm(DirectMethodHandle.java:219)
at java.lang.invoke.DirectMethodHandle.preparedLambdaForm(DirectMethodHandle.java:228)
at java.lang.invoke.DirectMethodHandle.make(DirectMethodHandle.java:108)
at java.lang.invoke.MethodHandles$Lookup.getDirectMethodCommon(MethodHandles.java:3988)
at java.lang.invoke.MethodHandles$Lookup.getDirectMethodNoSecurityManager(MethodHandles.java:3944)
at java.lang.invoke.MethodHandles$Lookup.getDirectMethodForConstant(MethodHandles.java:4188)
at java.lang.invoke.MethodHandles$Lookup.linkMethodHandleConstant(MethodHandles.java:4136)
at java.lang.invoke.MethodHandleNatives.linkMethodHandleConstant(MethodHandleNatives.java:615)
at net.minecraft.util.math.BlockPos.iterateOutwards(BlockPos:434)
at com.b1n4ry.yigd.core.GraveHelper.placeDeathGrave(GraveHelper.java:63)
at net.minecraft.entity.LivingEntity.redirect$djc000$generateGrave(LivingEntity:44181)
at net.minecraft.entity.LivingEntity.drop(LivingEntity:1372)
at net.minecraft.server.network.ServerPlayerEntity.onDeath(ServerPlayerEntity:572)
at net.minecraft.entity.LivingEntity.damage(LivingEntity:1177)
at net.minecraft.entity.player.PlayerEntity.damage(PlayerEntity:914)
at net.minecraft.server.network.ServerPlayerEntity.damage(ServerPlayerEntity:664)
at net.minecraft.entity.mob.MobEntity.tryAttack(MobEntity:1401)
at net.minecraft.entity.mob.ZombieEntity.tryAttack(ZombieEntity:345)
at net.minecraft.entity.ai.goal.MeleeAttackGoal.attack(MeleeAttackGoal:142)
at net.minecraft.entity.ai.goal.MeleeAttackGoal.tick(MeleeAttackGoal:134)
at net.minecraft.entity.ai.goal.ZombieAttackGoal.tick(ZombieAttackGoal:28)
at net.minecraft.entity.ai.goal.PrioritizedGoal.tick(PrioritizedGoal:55)
at net.minecraft.entity.ai.goal.GoalSelector.tickGoals(GoalSelector:1657)
at net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector:1556)
at net.minecraft.entity.mob.MobEntity.tickNewAi(MobEntity:733)
at net.minecraft.entity.LivingEntity.tickMovement(LivingEntity:2601)
at net.minecraft.entity.mob.MobEntity.tickMovement(MobEntity:539)
at net.minecraft.entity.mob.HostileEntity.tickMovement(HostileEntity:43)
at net.minecraft.entity.mob.ZombieEntity.tickMovement(ZombieEntity:260)
at net.minecraft.entity.LivingEntity.tick(LivingEntity:2346)
at net.minecraft.entity.mob.MobEntity.tick(MobEntity:339)
at net.minecraft.entity.mob.ZombieEntity.tick(ZombieEntity:233)
at net.minecraft.server.world.ServerWorld.tickEntity(ServerWorld:655)
at net.minecraft.class_3218$$Lambda$9048/0x00000008020b0678.accept(Unknown Source)
at net.minecraft.world.World.tickEntity(World:7074)
at net.minecraft.server.world.ServerWorld.method_31420(ServerWorld:417)
at net.minecraft.class_3218$$Lambda$9025/0x00000008020a32a8.accept(Unknown Source)
at net.minecraft.world.EntityList.forEach(EntityList:54)
at net.minecraft.server.world.ServerWorld.tick(ServerWorld:392)
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:891)
at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer:335)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer:831)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:697)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270)
at net.minecraft.server.MinecraftServer$$Lambda$8199/0x0000000801f6e320.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 [email protected]/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1116)
at [email protected]/java.lang.invoke.DirectMethodHandle.makePreparedLambdaForm(DirectMethodHandle.java:264)
at [email protected]/java.lang.invoke.DirectMethodHandle.preparedLambdaForm(DirectMethodHandle.java:234)
at [email protected]/java.lang.invoke.DirectMethodHandle.preparedLambdaForm(DirectMethodHandle.java:219)
at [email protected]/java.lang.invoke.DirectMethodHandle.preparedLambdaForm(DirectMethodHandle.java:228)
at [email protected]/java.lang.invoke.DirectMethodHandle.make(DirectMethodHandle.java:108)
at [email protected]/java.lang.invoke.MethodHandles$Lookup.getDirectMethodCommon(MethodHandles.java:3988)
at [email protected]/java.lang.invoke.MethodHandles$Lookup.getDirectMethodNoSecurityManager(MethodHandles.java:3944)
at [email protected]/java.lang.invoke.MethodHandles$Lookup.getDirectMethodForConstant(MethodHandles.java:4188)
at [email protected]/java.lang.invoke.MethodHandles$Lookup.linkMethodHandleConstant(MethodHandles.java:4136)
at [email protected]/java.lang.invoke.MethodHandleNatives.linkMethodHandleConstant(MethodHandleNatives.java:615)
at net.minecraft.class_2338.method_25996(class_2338.java:434)
at com.b1n4ry.yigd.core.GraveHelper.placeDeathGrave(GraveHelper.java:63)
at net.minecraft.class_1309.redirect$djc000$generateGrave(class_1309.java:44181)
at net.minecraft.class_1309.method_16080(class_1309.java:1372)
at net.minecraft.class_3222.method_6078(class_3222.java:572)
at net.minecraft.class_1309.method_5643(class_1309.java:1177)
at net.minecraft.class_1657.method_5643(class_1657.java:914)
at net.minecraft.class_3222.method_5643(class_3222.java:664)
at net.minecraft.class_1308.method_6121(class_1308.java:1401)
at net.minecraft.class_1642.method_6121(class_1642.java:345)
at net.minecraft.class_1366.method_6288(class_1366.java:142)
at net.minecraft.class_1366.method_6268(class_1366.java:134)
at net.minecraft.class_1396.method_6268(class_1396.java:28)
at net.minecraft.class_4135.method_6268(class_4135.java:55)
at net.minecraft.class_1355.tickGoals(class_1355.java:1657)
at net.minecraft.class_1355.method_6275(class_1355.java:1556)
at net.minecraft.class_1308.method_6023(class_1308.java:733)
at net.minecraft.class_1309.method_6007(class_1309.java:2601)
at net.minecraft.class_1308.method_6007(class_1308.java:539)
at net.minecraft.class_1588.method_6007(class_1588.java:43)
at net.minecraft.class_1642.method_6007(class_1642.java:260)
at net.minecraft.class_1309.method_5773(class_1309.java:2346)
at net.minecraft.class_1308.method_5773(class_1308.java:339)
at net.minecraft.class_1642.method_5773(class_1642.java:233)
at net.minecraft.class_3218.method_18762(class_3218.java:655)
at net.minecraft.class_3218$$Lambda$9048/0x00000008020b0678.accept(Unknown Source)
at net.minecraft.class_1937.method_18472(class_1937.java:7074)
at net.minecraft.class_3218.method_31420(class_3218.java:417)
at net.minecraft.class_3218$$Lambda$9025/0x00000008020a32a8.accept(Unknown Source)
at net.minecraft.class_5574.method_31791(class_5574.java:54)
at net.minecraft.class_3218.method_18765(class_3218.java:392)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891)
at net.minecraft.class_3176.method_3813(class_3176.java:335)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
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@26bca786
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@26bca786
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

"Attach Listener" daemon prio=5 Id=5 RUNNABLE

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

"Common-Cleaner" daemon prio=8 Id=22 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@287b5d21
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@287b5d21
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)

"Worker-Bootstrap-5" daemon prio=5 Id=51 WAITING on java.util.concurrent.ForkJoinPool@2c44ccf6
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@2c44ccf6
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=54 TIMED_WAITING
at [email protected]/java.lang.Thread.sleep(Native Method)
at net.minecraft.class_156$6.run(class_156.java:714)

"Thread-1" daemon prio=5 Id=55 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/java.lang.Thread.run(Thread.java:831)

"Thread-2" daemon prio=5 Id=56 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@1d7e146a

"Thread-3" daemon prio=5 Id=57 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@a4cde83

"Thread-4" daemon prio=5 Id=58 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@368b6f0

"Thread-5" daemon prio=5 Id=59 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@2d953e1b

"Thread-6" daemon prio=5 Id=60 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@4025b287

"Thread-7" daemon prio=5 Id=61 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@2c71d4c6

"Thread-8" daemon prio=5 Id=62 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@6ae8388e

"Thread-9" daemon prio=5 Id=63 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@6e89b62e

"Thread-10" daemon prio=5 Id=64 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@3d580f2

"Thread-11" daemon prio=5 Id=65 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@21a0a3aa

"Thread-12" daemon prio=5 Id=66 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@aa7c358

"Thread-13" daemon prio=5 Id=67 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@29bc3ce4

"Thread-14" daemon prio=5 Id=68 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@641fb31

"Thread-15" daemon prio=5 Id=69 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@22d8b5a0

"Thread-16" daemon prio=5 Id=70 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@16510fa0

"Thread-17" daemon prio=5 Id=71 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
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@5ec24a92

"Java2D Disposer" daemon prio=10 Id=73 WAITING on java.lang.ref.ReferenceQueue$Lock@6946571a
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@6946571a
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)

"WorldEdit Session Manager" prio=5 Id=74 TIMED_WAITING on java.util.TaskQueue@2a055d23
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@2a055d23
at [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
at [email protected]/java.util.TimerThread.run(Timer.java:506)

"JDA RateLimit-Worker 1" prio=5 Id=76 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
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:1177)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
...

"JDA RateLimit-Worker 2" prio=5 Id=77 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
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:1177)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
...

"JDA RateLimit-Worker 3" prio=5 Id=84 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
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:1177)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
...

"JDA Gateway-Worker 1" daemon prio=5 Id=86 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@524ccb81
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@524ccb81
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)
...

"JDA MainWS-ReadThread" prio=5 Id=92 RUNNABLE (in native)
at [email protected]/sun.nio.ch.Net.poll(Native Method)
at [email protected]/sun.nio.ch.NioSocketImpl.park(NioSocketImpl.java:181)
at [email protected]/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:285)
at [email protected]/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309)
at [email protected]/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
at [email protected]/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
at [email protected]/java.net.Socket$SocketInputStream.read(Socket.java:976)
at [email protected]/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
...

Number of locked synchronizers = 2
- java.util.concurrent.locks.ReentrantLock$NonfairSync@985001e
- java.util.concurrent.locks.ReentrantLock$NonfairSync@7dec3b1e

"JDA MainWS-WriteThread" prio=5 Id=93 WAITING on com.neovisionaries.ws.client.WritingThread@4948e7e1
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on com.neovisionaries.ws.client.WritingThread@4948e7e1
at [email protected]/java.lang.Object.wait(Object.java:320)
at com.neovisionaries.ws.client.WritingThread.waitForFrames(WritingThread.java:305)
at com.neovisionaries.ws.client.WritingThread.main(WritingThread.java:89)
at com.neovisionaries.ws.client.WritingThread.runMain(WritingThread.java:55)
at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)

"ForkJoinPool.commonPool-worker-23" daemon prio=5 Id=95 WAITING on java.util.concurrent.ForkJoinPool@d27d59d
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@d27d59d
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)

"Snooper Timer" daemon prio=5 Id=104 WAITING on java.util.TaskQueue@2c83b1d7
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@2c83b1d7
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=103 RUNNABLE
at [email protected]/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:1116)
at [email protected]/java.lang.invoke.DirectMethodHandle.makePreparedLambdaForm(DirectMethodHandle.java:264)
at [email protected]/java.lang.invoke.DirectMethodHandle.preparedLambdaForm(DirectMethodHandle.java:234)
at [email protected]/java.lang.invoke.DirectMethodHandle.preparedLambdaForm(DirectMethodHandle.java:219)
at [email protected]/java.lang.invoke.DirectMethodHandle.preparedLambdaForm(DirectMethodHandle.java:228)
at [email protected]/java.lang.invoke.DirectMethodHandle.make(DirectMethodHandle.java:108)
at [email protected]/java.lang.invoke.MethodHandles$Lookup.getDirectMethodCommon(MethodHandles.java:3988)
at [email protected]/java.lang.invoke.MethodHandles$Lookup.getDirectMethodNoSecurityManager(MethodHandles.java:3944)
...

"DestroyJavaVM" prio=5 Id=106 RUNNABLE

"Webhook-RateLimit Thread WebhookID: 897909801370132520" prio=5 Id=107 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@30ab5b92
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@30ab5b92
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)
...

"Server console handler" daemon prio=5 Id=108 RUNNABLE (in native)
at [email protected]/java.io.FileInputStream.readBytes(Native Method)
at [email protected]/java.io.FileInputStream.read(FileInputStream.java:271)
at [email protected]/java.io.BufferedInputStream.read1(BufferedInputStream.java:282)
at [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
- locked java.io.BufferedInputStream@3e52d589
at [email protected]/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:297)
at [email protected]/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339)
at [email protected]/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188)
- locked java.io.InputStreamReader@d6a64e3
at [email protected]/java.io.InputStreamReader.read(InputStreamReader.java:178)
...

"ObjectCleanerThread" daemon prio=1 Id=109 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@3cd67190
at [email protected]/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@3cd67190
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 Server IO # 0" daemon prio=5 Id=110 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@564bca53
- locked sun.nio.ch.WindowsSelectorImpl@7e1db38e
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Server Watchdog" daemon prio=5 Id=114 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)

"JDA RateLimit-Worker 4" prio=5 Id=117 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
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)
...

"JDA RateLimit-Worker 5" prio=5 Id=118 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@58e59f17
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:1177)
at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
...

"Netty Server IO # 1" daemon prio=5 Id=122 RUNNABLE
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@208e8dd2
- locked sun.nio.ch.WindowsSelectorImpl@2f5b32a2
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 2" daemon prio=5 Id=123 RUNNABLE
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@27ca7c48
- locked sun.nio.ch.WindowsSelectorImpl@34d82afc
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 3" daemon prio=5 Id=124 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@60ecd1a8
- locked sun.nio.ch.WindowsSelectorImpl@16d42135
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 4" daemon prio=5 Id=125 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@6208379b
- locked sun.nio.ch.WindowsSelectorImpl@17726eec
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 5" daemon prio=5 Id=126 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@11959c3b
- locked sun.nio.ch.WindowsSelectorImpl@26ffdab5
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Worker-Main-21" daemon prio=5 Id=132 WAITING on java.util.concurrent.ForkJoinPool@5e8851e
at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@5e8851e
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)

"Netty Server IO # 6" daemon prio=5 Id=140 RUNNABLE
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@1699e41
- locked sun.nio.ch.WindowsSelectorImpl@3c20ae13
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 7" daemon prio=5 Id=141 RUNNABLE
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@64d2f150
- locked sun.nio.ch.WindowsSelectorImpl@25d358a1
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 8" daemon prio=5 Id=142 RUNNABLE
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@680551cc
- locked sun.nio.ch.WindowsSelectorImpl@516c3ae9
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 9" daemon prio=5 Id=146 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@224719e5
- locked sun.nio.ch.WindowsSelectorImpl@1dee5b5c
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 10" daemon prio=5 Id=147 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@5f27f21c
- locked sun.nio.ch.WindowsSelectorImpl@6fac2063
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 11" daemon prio=5 Id=148 RUNNABLE
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@753e8442
- locked sun.nio.ch.WindowsSelectorImpl@1ae51502
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 12" daemon prio=5 Id=152 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@7ab2b350
- locked sun.nio.ch.WindowsSelectorImpl@74933b5d
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 13" daemon prio=5 Id=153 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@758ebd19
- locked sun.nio.ch.WindowsSelectorImpl@47f1fbaf
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 14" daemon prio=5 Id=154 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@28b6e832
- locked sun.nio.ch.WindowsSelectorImpl@451277aa
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 15" daemon prio=5 Id=155 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@45747c64
- locked sun.nio.ch.WindowsSelectorImpl@d90cbe6
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 16" daemon prio=5 Id=156 RUNNABLE (in native)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@12f8451e
- locked sun.nio.ch.WindowsSelectorImpl@4401dfcc
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

"Netty Server IO # 17" daemon prio=5 Id=160 RUNNABLE
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
at [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)
at [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)
at [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
- locked sun.nio.ch.Util$2@22f00c74
- locked sun.nio.ch.WindowsSelectorImpl@29b42c37
at [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
...

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: 1, entities: 203,203,1009,1225,1225,0,0 [minecraft:cow:25,minecraft:cod:24,minecraft:skeleton:24,minecraft:zombie:22,minecraft:chicken:18], block_entities: 39 [minecraft:furnace:15,minecraft:mob_spawner:12,minecraft:hopper:7,minecraft:campfire:3,charm:entity_spawner:1], block_ticks: 3, fluid_ticks: 2, chunk_source: Chunks[S] W: 3249 E: 203,203,1009,1225,1225,0,0,
ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0,0,0,0,0,0,0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 0 E: 0,0,0,0,0,0,0,
ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 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 / immersive_portals:alternate1]: 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 / immersive_portals:alternate2]: 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 / immersive_portals:alternate3]: 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 / immersive_portals:alternate4]: 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 / immersive_portals:alternate5]: 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: Windows 10 (amd64) version 10.0
Java Version: 16.0.1, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 14749283720 bytes (14066 MiB) / 16777216000 bytes (16000 MiB) up to 16777216000 bytes (16000 MiB)
CPUs: 16
Processor Vendor: GenuineIntel
Processor Name: Intel® Core™ i7-10700F CPU @ 2.90GHz
Identifier: Intel64 Family 6 Model 165 Stepping 5
Microarchitecture: unknown
Frequency (GHz): 2.90
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card # 0 name: EasyCanvas Pro Virtual Display
Graphics card # 0 vendor: Devguru
Graphics card # 0 VRAM (MB): 0.00
Graphics card # 0 deviceId: unknown
Graphics card # 0 versionInfo: DriverVersion=3.0.1.0
Graphics card # 1 name: NVIDIA GeForce RTX 2080 SUPER
Graphics card # 1 vendor: NVIDIA (0x10de)
Graphics card # 1 VRAM (MB): 4095.00
Graphics card # 1 deviceId: 0x1e81
Graphics card # 1 versionInfo: DriverVersion=30.0.14.9676
Graphics card # 2 name: Citrix Indirect Display Adapter
Graphics card # 2 vendor: Citrix Systems Inc. (0x5853)
Graphics card # 2 VRAM (MB): 0.00
Graphics card # 2 deviceId: 0x1003
Graphics card # 2 versionInfo: DriverVersion=12.40.44.247
Memory slot # 0 capacity (MB): 16384.00
Memory slot # 0 clockSpeed (GHz): 2.13
Memory slot # 0 type: DDR4
Memory slot # 1 capacity (MB): 16384.00
Memory slot # 1 clockSpeed (GHz): 2.13
Memory slot # 1 type: DDR4
Virtual memory max (MB): 51000.27
Virtual memory used (MB): 38231.67
Swap memory total (MB): 18432.00
Swap memory used (MB): 980.76
JVM Flags: 20 total; -Xmx16000M -Xms16000M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=20 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
Fabric Mods:
adorn: Adorn 2.3.1+1.17.1
advanced_runtime_resource_pack: Runtime Resource Pack 0.2.9
adventure-platform-fabric: adventure-platform-fabric 4.1.0-SNAPSHOT
amecsapi: Amecs API 1.1.5+mc21w16a
animal_feeding_trough: Animal Feeding Trough 1.0.2
antiqueatlas: Antique Atlas 6.1.1-fabric-mc1.17.1
appleskin: AppleSkin mc1.17.1-2.2.0
arcanus: Arcanus 1.23
architectury: Architectury 2.6.35
artifice: Artifice 0.15.3+21w07a
audaki_cart_engine: Audaki Cart Engine 1.0.1
backslot: BackSlot 1.2.2
backslotaddon: BackSlot Addon 1.0.7
balm-fabric: Balm 1.8.0+0
battletowers: Battle Towers 3.4.1-1.17.1
bclib: BCLib 0.5.2
betterdungeons: YUNG's Better Dungeons 1.17-1.0.2
betterend: Better End 0.12.3
bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.1
betternether: Better Nether 5.3.11
bettersafebed: BetterSafeBed fabric-1.17-1.4
betterstrongholds: YUNG's Better Strongholds 1.17-1.1.2
boatcontainer: BoatContainer 1.0.3
bosses_of_mass_destruction: Bosses of Mass Destruction β 1.2.3-1.17.1
bountiful: Bountiful 1.0.0
bowinfinityfix: Bow Infinity Fix rv10
caelus: Caelus API 0.0.16-1.17
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
carrier: Carrier 1.8.2
chalk: Chalk 1.0.2
charm: Charm 3.3.2
chipped: Chipped 1.1.1
cloth-api: Cloth API 2.0.54
cloth-basic-math: cloth-basic-math 0.6.0
cloth-client-events-v0: Cloth Client Events v0 2.0.54
cloth-common-events-v1: Cloth Common Events v1 2.0.54
cloth-config-lite: cloth-config-lite 2.0.6
cloth-config2: Cloth Config v5 5.1.40
cloth-datagen-api-v1: Cloth Datagen v1 2.0.54
cloth-utils-v1: Cloth Utils v1 2.0.54
club_minnced_discord-webhooks: discord-webhooks 0.5.8
collective-fabric: Collective (Fabric) 3.0
colytra: Colytra 2.0.0-1.17
com_electronwill_night-config_core: core 3.6.5
com_electronwill_night-config_toml: toml 3.6.5
com_eliotlash_mclib_mclib: mclib 18
com_eliotlash_molang_molang: molang 18
com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.10.1
com_fasterxml_jackson_core_jackson-core: jackson-core 2.10.1
com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.10.1
com_moandjiezana_toml_toml4j: toml4j 0.7.2
com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14
com_squareup_okhttp3_okhttp: okhttp 3.14.9
com_squareup_okio_okio: okio 1.17.2
com_vdurmont_emoji-java: emoji-java 5.1.1
com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
comforts: Comforts 0.0.7-1.17.1
couplings: Couplings 1.6.0+1.17
craftingcraft: CraftingCraft 10.1.0+0
craftingtweaks: Crafting Tweaks 13.1.0+0
deathbackup-fabric: Death Backup (Fabric) 1.5
deathknell: Example Mod 1.0.1
dual_riders: DualRiders 1.0.5
dungeons_arise: When Dungeons Arise 2.1.48-fabric
easyelytratakeoff-fabric: Easy Elytra Takeoff (Fabric) 2.1
enchant_giver: Enchant Giver 1.1.0
endrem: End Remastered 4.1.0
expandedstorage: Expanded Storage 7.3.0
extraalchemy: Extra Alchemy 1.6.1
extragenerators: Extra Generators 1.1-BETA+1.17
extshape: Extended Block Shapes 1.3.1
fabric: Fabric API 0.42.1+1.17
fabric-api-base: Fabric API Base 0.4.0+5847535018
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.1+5847535018
fabric-biome-api-v1: Fabric Biome API (v1) 3.2.2+5847535018
fabric-command-api-v1: Fabric Command API (v1) 1.1.4+5847535018
fabric-commands-v0: Fabric Commands (v0) 0.2.3+5847535018
fabric-containers-v0: Fabric Containers (v0) 0.1.13+5847535018
fabric-content-registries-v0: Fabric Content Registries (v0) 0.3.1+5847535018
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.6+5847535018
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.13+5847535018
fabric-entity-events-v1: Fabric Entity Events (v1) 1.3.1+5847535018
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.11+5847535018
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.2+5847535018
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.8+5847535018
fabric-item-api-v1: Fabric Item API (v1) 1.2.5+5847535018
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.1+5847535018
fabric-language-kotlin: Fabric Language Kotlin 1.7.0+kotlin.1.6.0
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.5+5847535018
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.5+5847535018
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.2+6d0fac4218
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.5+6d0fac4218
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.14+5847535018
fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.12+5847535018
fabric-networking-v0: Fabric Networking (v0) 0.3.3+5847535018
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.11+6d0fac4218
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.5+6d0fac4218
fabric-particles-v1: Fabric Particles (v1) 0.2.5+5847535018
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.13+5847535018
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.6+5847535018
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.2.1+6d0fac4218
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.9+5847535018
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.9+5847535018
fabric-structure-api-v1: Fabric Structure API (v1) 1.1.14+5847535018
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.2+5847535018
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.1+eb76084f18
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.1+6d0fac4218
fabricloader: Fabric Loader 0.12.1
fabrictailor: Fabric Tailor 1.7.1
fallflyinglib: FallFlyingLib 3.0.0-beta.2
fallingtree: FallingTree 2.14.3
farmersdelight: Farmer's Delight 1.17.1-0.1.3
fdlink: Fabric <-> Discord Link 0.10.0
fdlink_1_12_2: Fabric <-> Discord Link 0.10.0
fdlink_1_15_2: Fabric <-> Discord Link 0.10.0
fdlink_1_16: Fabric <-> Discord Link 0.10.0
fdlink_1_7_10: Fabric <-> Discord Link 0.10.0
fdlink_1_8_9: Fabric <-> Discord Link 0.10.0
fdlink_api: Fabric <-> Discord Link API 0.1.1
fdlink_common: Fabric <-> Discord Link 0.10.0
fiber: fiber 0.23.0-2
flan: Flan 1.17.1-1.6.3
fruitful: Fruitful 1.0.1
geckolib3: Geckolib 3.0.29
givemehats: Give Me Hats! 1.6.6
gravelminer: GravelMiner 11.1.0+0
guild: Guild 0.3.4
hctm-base: HCTM Base 3.6.2
herdspanic: Herds Panic 1.0.3
hookshot: Hookshot 22.0
htm: Hey That's Mine 1.1.3
hydrogen: Hydrogen 0.3
imm_ptl_core: Immersive Portals Core 0.29
immersive_portals: Immersive Portals 0.29
inmis: Inmis 2.3.2-1.17.1
interactic: Interactic 0.1.6-1.17
itemflexer: ItemFlexer 1.2.3
jankson: Jankson 3.0.1+j1.2.0
java: Java HotSpot™ 64-Bit Server VM 16
kambrik: Kambrik 1.1.0
krypton: Krypton 0.1.4
lakeside: Lakeside 1.1.0+1.17
lapisreserve: Lapis Reserve 1.0.8
levelz: LevelZ 1.0.13
libcd: LibCapableData 3.0.3+1.16.3
libgui: LibGui 4.1.6+1.17.1
libninepatch: LibNinePatch 1.1.0
lifts: Lifts 1.3-BETA+1.17
lithium: Lithium 0.7.5
maelstrom_library: Maelstrom Library 1.2.1-1.17
mavm: More Axolotl Variants Mod 1.0.5
mcda: MC Dungeons Armors 1.7.15
mcdw: MC Dungeons Weapons 3.6.0
mealapi: Meal API 0.3+1.17
microconfig: Microconfig 2.0.4
midnightlib: MidnightLib 0.3.1
minecraft: Minecraft 1.17.1
minimotd-fabric: MiniMOTD 2.0.4
mo_glass: Mo Glass 1.5-MC1.17.1
monsters_in_the_closet: Monsters in the Closet 1.0.2+1.17
morebannerfeatures: More Banner Features 1.1.1
morevillagers-fabric: MoreVillagersFabric 2.1.1-SNAPSHOT
mostructures: Mo' Structures 1.3.0-pre1-1.17.1
multipart_entities: MultipartEntities 1.1.2-1.17
mythic-mounts: Mythic Mounts 1.17.1-3.0
net_dv8tion_jda: JDA 4.3.0_323
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-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-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
net_sf_trove4j_trove4j: trove4j 3.0.3
netherportalfix: NetherPortalFix 8.0.0+0
ninjaphenix_container_lib: NinjaPhenix's Container Library 1.2.5
notenoughcrashes: Not Enough Crashes 4.1.1+1.17.1
observable: Observable 0.1.2-1.17
omega-config: OmegaConfig 1.0.8
org_apache_commons_commons-collections4: commons-collections4 4.1
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.0
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.0
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.0
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.0
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-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.1
org_json_json: json 20210307
org_slf4j_slf4j-api: slf4j-api 1.7.25
org_slf4j_slf4j-nop: slf4j-nop 1.7.25
packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1
paintings: Paintings ++ 1.17.1-1.0.0.3
peepingcreepers: Peeping Creepers 1.1-1.17
placeholder-api: Fabric Placeholder API 0.3.0
playerabilitylib: Pal 1.3.0
polymorph: Polymorph 0.0.14-1.17.1
q_misc_util: A Miscellaneous Utility Library from qouteall 0.29
qcommon-cfg-core: qcommon-cfg-core 3.3.0
qcommon-croco: Croco 2.1.1
quartzelv: Quartz Elevator 1.2.5
reach-entity-attributes: Reach Entity Attributes 2.1.1
realisticfirespread: Realistic Fire Spread 1.17-3
redstonetweaks: Redstone Tweaks 1.0.0
respawnablepets: Respawnable Pets 1.17-5
retail: Retail 0.3.5
roughlyenoughitems: Roughly Enough Items 6.2.333
rpgdifficulty: Rpg Difficulty 1.0.7
rswires: RSWires 4.11.2
ruined_equipment: Ruined Equipment 1.3.0
sandwichable: Sandwichable 1.2-rc2+1.17
seasons: Fabric Seasons 1.3.1-BETA+1.17
secretrooms: Secret Rooms 1.1.0+1.17
server_translations_api: Server Translations API 1.4.3+1.17
serverpropertiesreload: Server Properties Reload 1.0.0
sheepconsistency: Sheep Consistency 1.0.3
skinnedlanterns: Skinned Lanterns 1.1.5
slipperywalls: SlipperyWalls 1.0.0+1.17
somnus: Somnus API 0.0.13-1.17.1
starlight: Starlight 1.0.0+fabric.73f6d37
static-content: Static Content 1.0.2-1.16.2
staticdata: Static Data 1.1.2
stoneholm: Stoneholm 1.3
structure-helpers: Structure Helpers 3.2.0
team_reborn_energy: Energy 2.0.0-beta1
toms_storage: Tom's Simple Storage Mod 1.1.18
trashslot: TrashSlot 10.0.0+0
trinkets: Trinkets 3.0.4
tweed4_annotated: tweed4_annotated 1.2.0
tweed4_base: tweed4_base 1.3.1
tweed4_data: tweed4_data 1.2.0
tweed4_data_hjson: tweed4_data_hjson 1.1.0
untitledduckmod: Untitled Duck Mod 0.3.0
villagernames-fabric: Villager Names (Fabric) 3.4
wandering_collector: Wandering Collector 1.0.3+mc1.17
wands: Building Wands 2.2.8_mc1.17.1
waystones: Waystones 2.2.2
winged: Winged Mod 1.17.1-3.0.0
witherturnsskeletons: Wither turns Skeletons 1.0.0
worldedit: WorldEdit 7.2.6+4b2d1e7
wthit: wthit 3.11.2
yigd: You're in Grave Danger 1.1.6
yungsapi: YUNG's API 1.17-Fabric-19
Player Count: 1 / 20; [class_3222['IlliteratePengui'/62, l='ServerWorld minecraft:overworld Funknation', x=43.01, y=71.80, z=-203.07]]
Data Packs: vanilla, Fabric Mods, file/Climbable_Chains_1.3.zip, file/Equestrian_Craftables_1.3.zip, file/Mobcutter_1.3.zip, file/Sticky_Honey_Pistons_1.3.zip, file/Zombie_Leather_1.3.zip, file/BlazeandCaves Advancements Pack 1.12.4.zip, file/Skeleton+.zip, file/Wither Skeleton shooting wither arrows.zip, file/Funk Nation Music Discs.zip, file/Auto-Plant_Saplings_1.3.zip, file/VanillaTweaks_r170111.zip, file/wandering-traitor-by-kanokarob.zip (incompatible), secretrooms:server_pack
Is Modded: Definitely; Server brand changed to 'fabric'
Type: Dedicated Server (map_server.txt)
Suspected Mods: Minecraft (minecraft), You're in Grave Danger (yigd)

Screenshots
If applicable, add screenshots to help explain your problem.

commented

I do not seem to be able to replicate this... Are you sure no one died when the server closed? Was your son able to connect to the server before the crash? I've been trying to debug your logs but it has not lead me anywhere.
Is the server working if you try to restart it? Did any graves exist before you updated? Have you tried deleting the mod, running the server, closing the server, and reinstalling it?
I'm sorry if I'm asking a lot of questions. I'm doing my best to try to help, but without a way to replicate this myself it's not easy. I'll try to fix this as soon as possible but it can take up to a day or more, since I have school and other things

If you're using a publicly available modpack it would help to know which it is, since it would take wayy to long to download the mods from your logs one by one

commented

Closing this due to no activity. If you (or anyone else) keep having this problem and can provide an answer to any of my questions, go ahead and reopen the issue.