GabrielOlvH / Industrial-Revolution

An Industrial mod made for Fabric.
Apache License 2.0
196 stars 58 forks source link

[BUG] Crashed Dedicated Server in AQM2 #318

Closed itsdinkd closed 2 years ago

itsdinkd commented 3 years ago

MC 1.17.1

A player crashed entire server using servo and pipes it looks like. Ticking.

---- Minecraft Crash Report ----


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

// There are four lights!

Time: 10/3/21, 5:28 PM Description: Watching Server

java.lang.Error: Watchdog at Not Enough Crashes deobfuscated stack trace.(1.17.1+build.52) at kotlin.collections.ArraysKt_ArraysKt.indexOf(Arrays.kt:1544) at kotlin.collections.ArraysKtArraysKt.contains(_Arrays.kt:540) at me.steven.indrev.inventories.IRInventory.canInsert(IRInventory.java:37) at me.steven.indrev.utils.MachineinteractionsKt.transferItems(MachineinteractionsKt.java:65) at me.steven.indrev.utils.MachineinteractionsKt.transferItems(MachineinteractionsKt.java:47) at me.steven.indrev.blockentities.MachineBlockEntity.tick(MachineBlockEntity.java:105) at me.steven.indrev.blocks.machine.MachineBlock.getTicker$lambda-1(MachineBlock.java:71) at me.steven.indrev.blocks.machine.MachineBlock$$Lambda$13843/0x0000000802e90240.tick(Unknown Source) at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.redirect$ddh000$checkProcessTEs(WorldChunk:1510) at net.minecraft.world.chunk.WorldChunk$DirectBlockEntityTickInvoker.tick(WorldChunk:886) at net.minecraft.world.chunk.WorldChunk$WrappedBlockEntityTickInvoker.tick(WorldChunk:941) at net.minecraft.world.World.tickBlockEntities(World:474) at net.minecraft.server.world.ServerWorld.tick(ServerWorld:422) at net.minecraft.server.MinecraftServer.redirect$bdi000$ficUpdateSuppressionCrashTick(MinecraftServer:4773) 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.handler$dde000$modifiedRunLoop(MinecraftServer:9390) at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:676) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270) at net.minecraft.server.MinecraftServer$$Lambda$12076/0x0000000802841828.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 kotlin.collections.ArraysKt_ArraysKt.indexOf(Arrays.kt:1544) at kotlin.collections.ArraysKtArraysKt.contains(_Arrays.kt:540) at me.steven.indrev.inventories.IRInventory.method_5492(IRInventory.java:37) at me.steven.indrev.utils.MachineinteractionsKt.transferItems(MachineinteractionsKt.java:65) at me.steven.indrev.utils.MachineinteractionsKt.transferItems(MachineinteractionsKt.java:47) at me.steven.indrev.blockentities.MachineBlockEntity.tick(MachineBlockEntity.java:105) at me.steven.indrev.blocks.machine.MachineBlock.getTicker$lambda-1(MachineBlock.java:71) at me.steven.indrev.blocks.machine.MachineBlock$$Lambda$13843/0x0000000802e90240.tick(Unknown Source) at net.minecraft.class_2818$class_5563.redirect$ddh000$checkProcessTEs(class_2818.java:1510) at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:886) at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:941) at net.minecraft.class_1937.method_18471(class_1937.java:474) at net.minecraft.class_3218.method_18765(class_3218.java:422) at net.minecraft.server.MinecraftServer.redirect$bdi000$ficUpdateSuppressionCrashTick(MinecraftServer.java:4773) 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.handler$dde000$modifiedRunLoop(MinecraftServer.java:9390) 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 java.base@16.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method) at java.base@16.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:243) at java.base@16.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)

"Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@24183d63 at java.base@16.0.2/java.lang.Object.wait(Native Method)

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

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

"Common-Cleaner" daemon prio=8 Id=12 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@2adfc790 at java.base@16.0.2/java.lang.Object.wait(Native Method)

"Worker-Bootstrap-4" daemon prio=5 Id=424 WAITING on java.util.concurrent.ForkJoinPool@2ee05613 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"Timer hack thread" daemon prio=5 Id=425 TIMED_WAITING at java.base@16.0.2/java.lang.Thread.sleep(Native Method) at net.minecraft.class_156$6.run(class_156.java:714)

"pool-7-thread-1" prio=5 Id=434 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6be2cdab at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"FileSystemWatchService" daemon prio=5 Id=444 RUNNABLE (in native) at java.base@16.0.2/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@16.0.2/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) at java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"DefaultDispatcher-worker-1" daemon prio=5 Id=445 TIMED_WAITING at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@16.0.2/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=446 TIMED_WAITING at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@16.0.2/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=447 TIMED_WAITING on kotlinx.coroutines.DefaultExecutor@ef40691 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-51" daemon prio=5 Id=449 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-37" daemon prio=5 Id=450 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@76bf360d at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-23" daemon prio=5 Id=451 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-9" daemon prio=5 Id=452 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-59" daemon prio=5 Id=453 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-45" daemon prio=5 Id=454 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-31" daemon prio=5 Id=455 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-17" daemon prio=5 Id=456 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-3" daemon prio=5 Id=457 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-53" daemon prio=5 Id=458 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-39" daemon prio=5 Id=459 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"FileSystemWatchService" daemon prio=5 Id=460 RUNNABLE (in native) at java.base@16.0.2/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@16.0.2/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) at java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Worker-Main-8" daemon prio=5 Id=461 WAITING on java.util.concurrent.ForkJoinPool@bcd32e4 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-10" daemon prio=5 Id=463 TIMED_WAITING on java.util.concurrent.ForkJoinPool@bcd32e4 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"Worker-Main-11" daemon prio=5 Id=464 WAITING on java.util.concurrent.ForkJoinPool@bcd32e4 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"Snooper Timer" daemon prio=5 Id=470 WAITING on java.util.TaskQueue@25a37d82 at java.base@16.0.2/java.lang.Object.wait(Native Method)

"Server thread" prio=5 Id=469 RUNNABLE at kotlin.collections.ArraysKt_ArraysKt.indexOf(Arrays.kt:1544) at kotlin.collections.ArraysKtArraysKt.contains(_Arrays.kt:540) at me.steven.indrev.inventories.IRInventory.method_5492(IRInventory.java:37) at me.steven.indrev.utils.MachineinteractionsKt.transferItems(MachineinteractionsKt.java:65) at me.steven.indrev.utils.MachineinteractionsKt.transferItems(MachineinteractionsKt.java:47) at me.steven.indrev.blockentities.MachineBlockEntity.tick(MachineBlockEntity.java:105) at me.steven.indrev.blocks.machine.MachineBlock.getTicker$lambda-1(MachineBlock.java:71) at me.steven.indrev.blocks.machine.MachineBlock$$Lambda$13843/0x0000000802e90240.tick(Unknown Source) ...

"DestroyJavaVM" prio=5 Id=472 RUNNABLE

"spark-cpu-monitor" daemon prio=5 Id=473 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@62bb55cd at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"spark-fabric-async-worker" daemon prio=5 Id=474 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6dbb18c9 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"Timer-399" prio=5 Id=475 WAITING on java.util.TaskQueue@f834d88 at java.base@16.0.2/java.lang.Object.wait(Native Method)

"ktor-cio-dispatcher-worker-1" daemon prio=5 Id=476 TIMED_WAITING at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@16.0.2/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)

"ktor-cio-dispatcher-worker-2" daemon prio=5 Id=477 RUNNABLE at java.base@16.0.2/sun.nio.ch.EPoll.wait(Native Method) at java.base@16.0.2/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120) at java.base@16.0.2/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)

"ktor-cio-dispatcher-worker-3" daemon prio=5 Id=478 TIMED_WAITING at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@16.0.2/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=479 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@3c177cfb at java.base@16.0.2/java.lang.Object.wait(Native Method)

"luckperms-scheduler" daemon prio=5 Id=481 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@296d99fc at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ktor-cio-dispatcher-worker-4" daemon prio=5 Id=483 TIMED_WAITING at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@16.0.2/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)

"FileSystemWatchService" daemon prio=5 Id=484 RUNNABLE (in native) at java.base@16.0.2/sun.nio.fs.LinuxWatchService.poll(Native Method) at java.base@16.0.2/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314) at java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"ForkJoinPool-4-worker-25" daemon prio=5 Id=485 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"mysql-cj-abandoned-connection-cleanup" daemon prio=5 Id=486 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@b49cc80 at java.base@16.0.2/java.lang.Object.wait(Native Method)

"luckperms-hikari housekeeper" daemon prio=5 Id=487 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@786708b8 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"DefaultDispatcher-worker-3" daemon prio=5 Id=490 TIMED_WAITING at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@16.0.2/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=491 TIMED_WAITING at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@16.0.2/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=492 TIMED_WAITING at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@16.0.2/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=494 TIMED_WAITING at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method) at java.base@16.0.2/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-7" daemon prio=5 Id=495 RUNNABLE at io.github.quiltservertools.blockbotdiscord.extensions.ConsoleExtension$setup$2.invokeSuspend(ConsoleExtension.kt:49) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191) at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:147) at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:15) at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:93) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at io.github.quiltservertools.blockbotdiscord.libs.io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:191) ...

"ObjectCleanerThread" daemon prio=1 Id=497 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@7f1043eb at java.base@16.0.2/java.lang.Object.wait(Native Method)

"Netty Epoll Server IO #0" daemon prio=5 Id=498 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #1" daemon prio=5 Id=499 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #2" daemon prio=5 Id=500 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #3" daemon prio=5 Id=501 RUNNABLE (in native) 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #4" daemon prio=5 Id=502 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #5" daemon prio=5 Id=503 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #6" daemon prio=5 Id=504 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #7" daemon prio=5 Id=505 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #8" daemon prio=5 Id=506 RUNNABLE (in native) 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"Netty Epoll Server IO #9" daemon prio=5 Id=507 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 java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"IOWorker-0" daemon prio=4 Id=508 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a77978c at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"IOWorker-1" daemon prio=4 Id=509 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7f1f618e at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"C2ME serializer worker #1" daemon prio=4 Id=510 TIMED_WAITING on java.util.concurrent.ForkJoinPool@3ffd941d at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"C2ME serializer worker #2" daemon prio=4 Id=511 WAITING on java.util.concurrent.ForkJoinPool@3ffd941d at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ServerLevel[world] - Light" daemon prio=4 Id=512 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@420f8712 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"IOWorker-2" daemon prio=4 Id=513 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@44c2a328 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool.commonPool-worker-1" daemon prio=5 Id=518 WAITING on java.util.concurrent.ForkJoinPool@40d5b92f at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

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

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

"Server Watchdog" daemon prio=5 Id=525 RUNNABLE at java.management@16.0.2/sun.management.ThreadImpl.dumpThreads0(Native Method) at java.management@16.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521) at java.management@16.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509) at net.minecraft.class_3178.run(class_3178.java:49) at java.base@16.0.2/java.lang.Thread.run(Thread.java:831)

"jline4mcdsrv Console Thread" daemon prio=5 Id=526 RUNNABLE at java.base@16.0.2/java.io.FileInputStream.read0(Native Method) at java.base@16.0.2/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=533 WAITING on java.lang.ref.ReferenceQueue$Lock@2dd2a23a at java.base@16.0.2/java.lang.Object.wait(Native Method)

"C2ME lock worker #1" daemon prio=4 Id=535 WAITING on java.util.concurrent.ForkJoinPool@7cd88f4b at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"C2ME worldgen worker #1" daemon prio=4 Id=536 WAITING on java.util.concurrent.ForkJoinPool@11a95d3e at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"IOWorker-3" daemon prio=4 Id=540 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5e3f267f at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"IOWorker-4" daemon prio=4 Id=541 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@66c48cf0 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"IOWorker-5" daemon prio=4 Id=542 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5edee5b4 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"IOWorker-6" daemon prio=4 Id=543 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5c503fc at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ServerLevel[world] - Light" daemon prio=4 Id=544 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@22eed1e5 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-5-worker-3" daemon prio=5 Id=546 WAITING on java.util.concurrent.ForkJoinPool@608f7a44 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-11" daemon prio=5 Id=547 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-61" daemon prio=5 Id=548 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"IOWorker-7" daemon prio=4 Id=549 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@49d5d0a4 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ServerLevel[world] - Light" daemon prio=4 Id=550 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6422e081 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"IR Pump Thread" daemon prio=5 Id=551 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@30177419 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"IOWorker-8" daemon prio=4 Id=552 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2bd17505 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-47" daemon prio=5 Id=555 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-33" daemon prio=5 Id=556 WAITING on java.util.concurrent.CompletableFuture$Signaller@4c66c02b at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"luckperms-scheduler-worker-6" daemon prio=5 Id=557 WAITING on java.util.concurrent.CompletableFuture$Signaller@3f3307ce at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-5" daemon prio=5 Id=562 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"luckperms-command-executor" daemon prio=5 Id=563 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@340f0b8d at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-41" daemon prio=5 Id=565 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-27" daemon prio=5 Id=566 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-13" daemon prio=5 Id=567 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-63" daemon prio=5 Id=573 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-49" daemon prio=5 Id=574 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-35" daemon prio=5 Id=575 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-21" daemon prio=5 Id=576 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"luckperms-scheduler-worker-7" daemon prio=5 Id=582 WAITING on java.util.concurrent.CompletableFuture$Signaller@14563954 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-43" daemon prio=5 Id=583 WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-29" daemon prio=5 Id=584 WAITING on java.util.concurrent.CompletableFuture$Signaller@6e4bd46d at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"luckperms-scheduler-worker-8" daemon prio=5 Id=588 WAITING on java.util.concurrent.CompletableFuture$Signaller@49e1b31d at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-15" daemon prio=5 Id=589 WAITING on java.util.concurrent.CompletableFuture$Signaller@57e8acf at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"ForkJoinPool-4-worker-1" daemon prio=5 Id=590 TIMED_WAITING on java.util.concurrent.ForkJoinPool@5a43a398 at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"luckperms-scheduler-worker-9" daemon prio=5 Id=591 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@20c79fad at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"luckperms-scheduler-worker-10" daemon prio=5 Id=595 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@20c79fad at java.base@16.0.2/jdk.internal.misc.Unsafe.park(Native Method)

"Keep-Alive-Timer" daemon prio=8 Id=601 TIMED_WAITING at java.base@16.0.2/java.lang.Thread.sleep(Native Method) at java.base@16.0.2/sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:189) at java.base@16.0.2/java.lang.Thread.run(Thread.java:831) at java.base@16.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)

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: 602,602,4705,1594,1594,0,0 [minecraft:creeper:60,minecraft:zombie:56,minecraft:bat:45,minecraft:skeleton:44,minecraft:chest_minecart:42], block_entities: 690 [minecraft:mob_spawner:213,techreborn:machine_casing:94,techreborn:cable:79,minecraft:furnace:53,minecraft:hopper:45], block_ticks: 138, fluid_ticks: 6, chunk_source: Chunks[S] W: 9381 E: 602,602,4705,1594,1594,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 / mining_dims:mining_dim]: players: 0, entities: 6,6,49,25,25,0,0 [minecraft:item:2,minecraft:husk:1,minecraft:creeper:1,minecraft:axolotl:1,minecraft:glow_squid:1], block_entities: 6 [minecraft:mob_spawner:2,quarryplus:quarry:1,kibe:big_torch:1,quarryplus:adv_pump:1,indrev:coal_generator_mk1:1], block_ticks: 0, fluid_ticks: 0, chunk_source: Chunks[S] W: 729 E: 6,6,49,25,25,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 / 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 / mining_dims:nethering_dim]: 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: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 / mining_dims:caving_dim]: 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 / mining_dims:hunting_dim]: 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 / 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 4.19.0-14-amd64 Java Version: 16.0.2, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation Memory: 12366970440 bytes (11794 MiB) / 20711473152 bytes (19752 MiB) up to 20711473152 bytes (19752 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): 159762.38 Virtual memory used (MB): 144957.48 Swap memory total (MB): 95301.00 Swap memory used (MB): 34407.00 JVM Flags: 21 total; -XX:+UseContainerSupport -Xms19750M -Xmx19750M -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.1.5+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.2.11 agape_space: Space Dimensions 0.3.2 annotateddi: Annotated DI 2.0.3+1.17.1 aopalliance_aopalliance: aopalliance 1.0 apoli: Apoli 2.0.0 appleskin: AppleSkin mc1.17-2.1.3 aqupdcaracal: Caracal mob 1.17-1.3.11 arcanus: Arcanus 1.16 architects_palette: Architect's Palette Fabric 1.3 architectury: Architectury 2.5.30 artifality: Artifality 0.4.0 artifice: Artifice 0.15.3+21w07a artofalchemy: Art of Alchemy: Memoriam 1.3.2 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.0-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.1 bewitchment: Bewitchment 1.17-9 bitsandchisels: BitsAndChisels 2.5.3 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 blue_endless_jankson: jankson 1.2.1 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.3-1.17.1 box-of-placeholders: Box of Placeholders 1.3.2+1.17.1 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.4.7 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.46 carpet-extra: Carpet Extra 1.4.43 carpet-tis-addition: Carpet TIS Addition 1.22.0+build.678 carrier: Carrier 1.8.0 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_commandframeworkcloud-brigadier: cloud-brigadier 1.5.0 cloud_commandframeworkcloud-core: cloud-core 1.5.0 cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.5.0 cloud_commandframeworkcloud-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.3 com_electronwill_night-config_toml: toml 3.6.3 com_fasterxml_jackson_dataformat_jackson-dataformat-yaml: jackson-dataformat-yaml 2.12.2 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 completeconfig: CompleteConfig 1.0.0 conjuring: Conjuring 1.0.7 cosmetic-armor: Cosmetic Armor 1.1.0 couplings: Couplings 1.5.0+1.17 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-beta41-1.17 customportals: Custom Portals 2.1.0 dark-enchanting: Dark Enchanting 0.4.1-1.17.1 darkpaintings: Dark Paintings 4.0.2 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.16 dragonloot: DragonLoot 1.0.9 dual_riders: DualRiders 1.0.5 dungeons_arise: When Dungeons Arise 2.1.47-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 essential_commands: Essential Commands 0.16.2-mc1.17.1 essentialaddons: Essential Addons 1.17.1-1.0.5 expandedstorage: Expanded Storage 7.1.2 explorerscompass: Explorer's Compass 1.17.1-2.0.2-fabric extraalchemy: Extra Alchemy 1.6.1 extragenerators: Extra Generators 1.1-BETA+1.17 extraorigins: Extra Origins 1.17-8 fabric: Fabric API 0.40.1+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.2.3+87cc6e4c18 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.4+kotlin.1.5.30 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.10+e2961fee18 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.3.1+4658223018 fabricenchantments: Fabric Enchantments 0.4.2 fabricloader: Fabric Loader 0.11.7 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.2 farmersdelight: Farmer's Delight 1.17.1-0.1.2 fastfurnace: FastFurnace 1.17-3.0 fasttransferlib: Fast Transfer Lib 0.5.5 fatxporbs: Fat Experience Orbs 1.0.1 ferritecore: FerriteCore 3.1.0 fiber: fiber 0.23.0-2 fireplacelib: Fireplace Lib 5.7.2+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.14 givemehats: Give Me Hats! 1.6 glassential: Glassential 1.17-1.2.0 go-fish: Go Fish 1.3.0-beta-1.17.1 gobber2: Gobber2 2.4.50 goldenhoppers: Golden Hoppers 1.1.0 golemsgalore: Golems Galore 1.0.3-1.17.1 goosiklib: Goosik Lib 0.1.0 harvest_scythes: Harvest Scythes 2.0.6 hctm-base: HCTM Base 3.6.2 headindex: Head Index 1.0.2 heartbond: Heartbond 1.1.0 hologram-api: Hologram API 0.2.1+1.17.1 hookshot: Hookshot 20.0 horseinfo: Horse Info 0.3.0-1.17 hydrogen: Hydrogen 0.3 impersonate: Impersonate 2.3.5 incantationem: Incantationem 1.1.2+1.17.1 indrev: Industrial Revolution 1.10.0-alpha.12 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 kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1 kibe: Kibe 1.9.2-BETA+1.17 kjsextras: KubeJS Extras 1.3.2 krypton: Krypton 0.1.4 ktdatataglib: KtDataTagLib 1.5.4 kubejs: KubeJS 1605.3.10-build.9999 kyrptconfig: Kytpt Config 1.1.10-1.17 lapisreserve: Lapis Reserve 1.0.8 ledger: Ledger 1.1.0 libblockattributes: LibBlockAttributes 0.8.17003 libblockattributes_core: LibBlockAttributes (Core) 0.9.0 libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.0 libblockattributes_items: LibBlockAttributes (Items) 0.9.0 libcd: LibCapableData 3.0.3+1.16.3 libgui: LibGui 4.1.7+1.17.1 libninepatch: LibNinePatch 1.1.0 libra: Libra 0.3.9.2 lithium: Lithium 0.7.4 luckperms: LuckPerms 5.3.65 maelstrom_library: Maelstrom Library 1.2.1-1.17 magicfungi: Magic Fungi 0.4.1-BETA+1.17.1 magna: Magna 0.3.0-1.17-pre4 mc_discord_reserializer: MC Discord Reserializer 1.0.0 mcda: MC Dungeons Armors 1.7.11 mcdw: MC Dungeons Weapons 3.5.3 mcsa: MC Story Mode Armor 2.3.2-1.17 megane: megane 5.4.1 megane-base: megane-base 5.4.1 megane-dml-simulacrum: megane-dml-simulacrum 5.4.1+1.0.5 megane-extra-generators: megane-extra-generators 5.4.1+1.1-BETA-1.17 megane-fabric-transfer: megane-fabric-transfer 5.4.1+1.3.0-fc40aa9d18 megane-fast-transfer-lib: megane-fast-transfer-lib 5.4.1+0.5.7 megane-industrial-revolution: megane-industrial-revolution 5.4.1+1.10.0-alpha.12 megane-kibe: megane-kibe 5.4.1+1.9.1-BETA-1.17 megane-lib-block-attributes: megane-lib-block-attributes 5.4.1+0.9.0 megane-reborn-core: megane-reborn-core 5.4.1+5.0.8-beta-build.111 megane-runtime: megane-runtime 5.4.1 megane-team-reborn-energy: megane-team-reborn-energy 5.4.1+2.0.0-beta1 megane-tech-reborn: megane-tech-reborn 5.4.1+5.0.8-beta-build.111 megane-vanilla: megane-vanilla 5.4.1+1.17.1 megane-wireless-networks: megane-wireless-networks 5.4.1+1.1.2 minecraft: Minecraft 1.17.1 minimotd-fabric: MiniMOTD 2.0.4 mining_dims: Mining Dimensions 1.1.12 mm: Manningham Mills 2.3 mo_glass: Mo Glass 1.5-MC1.17.1 mocolors: Mo' Colors 1.2.2 morevillagers-fabric: MoreVillagersFabric 2.1.0-SNAPSHOT mostructures: Mo' Structures 1.3.0-pre1-1.17.1 multipart_entities: MultipartEntities 1.1.2-1.17 myron: Myron 1.6.1 mysql_mysql-connector-java: mysql-connector-java 8.0.25 mythic-mounts: Mythic Mounts 1.17.1-1.3 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 notenoughcrashes: Not Enough Crashes 3.6.2+1.17.1 nyfsquivers: Nyf's Quivers Fabric-0.2.6 omega-config: OmegaConfig 1.0.8 org_fusesource_jansi_jansi: jansi 1.18 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.30 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.30 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.30 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.30 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.1 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.1 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.2.2 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.2.2 org_jline_jline: jline 3.15.0 org_jline_jline-terminal-jansi: jline-terminal-jansi 3.15.0 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.0 origins-classes: Origins: Classes 1.2.2 owo: OwO 0.1.1 packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1 patchouli: Patchouli 1.17-54-FABRIC pehkui: Pehkui 2.4.0+1.14.4-1.17.1 persistententities: persistent entities 0.0.4 pipe: Pipe 1.4.0 placeholder-api: Placeholder API 1.1.1+1.17.1 plantinajar: Plant In A Jar 2.2.2 playerabilitylib: Pal 1.3.0 polymer: Polymer 0.1.0-rc.4+1.17.1 polymorph: Polymorph 0.0.14-1.17.1 prefab: Prefab 2.1.5 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 quarryplus: QuarryPlus 17.0.390 quickshulker: Quick Shulker 1.2.3-1.17 ratsmischief: Rat's Mischief 1.2.2 reach-entity-attributes: Reach Entity Attributes 2.1.1 reborncore: Reborn Core 5.0.8-beta+build.111 redbits: Red Bits 1.10.0 repurposed_structures: Repurposed Structures 2.3.4+1.17.1 resourceful_tools: Resourceful Tools 1.1.20 respawnablepets: Respawnable Pets 1.17-3 rhino: Rhino 1605.1.4-build.59 roughlyenoughitems: Roughly Enough Items 6.0.279-alpha rpgstats: RPGStats 4.2.1+1.17.1 rswires: RSWires 4.11.2 rug: Rug 1.17.1-1.1.13 schmucks: Schmucks 1.4.0 secretrooms: Secret Rooms 1.0.0+1.17 seedy-behavior: Seedy Behavior 1.0.2+1.17.1 server_translations_api: Server Translations API 1.4.5+1.17 servertick: Server Tick 1.5 sgui: SGui 1.0.0-rc4+1.17.1 shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17 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 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.0 structure-helpers: Structure Helpers 3.2.0 structurized: Structurized 1.3.0 styledchat: Styled Chat 1.1.0 tabtps-fabric: TabTPS 1.3.10 team_reborn_energy: Energy 2.0.0-beta1 techreborn: Tech Reborn 5.0.8-beta+build.111 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 1.17.1-1.5.0 things: Things 0.2.5 toms_storage: Tom's Simple Storage Mod 1.1.17 torcherino: Torcherino 15.0.0 transportables: Transportables 1.0.6 trinkets: Trinkets 3.0.4 truerooms: True Secret Rooms 1.1.5 unforgivingvoid: Unforgiving Void 3.0.0+1.17.1 universal-graves: Universal Graves 1.0.8+1.17.1 upgradedshulkers: Upgraded Shulkers 1.0.2-1.17 valley: ValleyCraft 1.2 vanish: vanish 1.2.6 veinmining: Vein Mining 0.0.10-1.17 villagerfix: Villager Trade Fix 1.0.0 voidtotem: Void Totem (Fabric) 1.17.0-1.0.0 voidz: VoidZ 1.0.5 wands: Building Wands 2.2.5_mc1.17.1 ward_blocks: Ward Blocks 1.1.8 waystones: Waystones 2.1.1 whereisit: Where Is It 1.13.7 winged: Winged Mod 1.17.1-3.0.0 wirelessnetworks: Wireless Networks 1.1.2 wthit: wthit 3.9.1 xaerominimap: Xaero's Minimap 21.17.1 xaeroworldmap: Xaero's World Map 1.17.1 yungsapi: YUNG's API 1.17-Fabric-16 Player Count: 3 / 15; [class_3222['JIeGeNDa_17'/322, l='ServerLevel[world]', x=-287.56, y=39.00, z=-183.34], class_3222['RojinUK'/521, l='ServerLevel[world]', x=-418.98, y=21.00, z=1313.30], class_3222['cowboyup9090'/1693, l='ServerLevel[world]', x=-1928.07, y=70.00, z=-2949.05]] Data Packs: secretrooms:server_pack, vanilla, Fabric Mods, file/Repurposed_Structures-Charm.zip, file/doom, file/givemehats, file/nophantom, file/RugData (incompatible), file/battletowers, file/eldritch_mobs Is Modded: Definitely; Server brand changed to 'fabric' Type: Dedicated Server (map_server.txt) Suspected Mods: kotlin-stdlib (org_jetbrains_kotlin_kotlin-stdlib), Industrial Revolution (indrev)

GabrielOlvH commented 3 years ago

Is this consistently reproducible? If yes, does it happen without C2ME?

itsdinkd commented 3 years ago

It looks like its been happening for a few days now. looking back at my crash reports in the server and a lot of crashes are very similar to the above one. here's the 2nd crash from yesterday. I don't know if it happens without C2ME however I've been on the same c2me version for a while now and all of a sudden been getting these indrev item crashes. I've updated TechReborn recently and added extra generators, and a few other things.

---- Minecraft Crash Report ----


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

// I feel sad now :(

Time: 10/2/21, 11:12 PM Description: Exception ticking world

java.lang.IllegalStateException: Tried to extract 6 but we actually extracted 3! The inventory is now in an invalid (duped) state!

from A = alexiil.mc.lib.attributes.item.impl.GroupedItemInvFixedWrapper@112bad4f to B = alexiil.mc.lib.attributes.item.impl.GroupedItemInvFixedWrapper@1f05e7e3 filter C = alexiil.mc.lib.attributes.item.filter.AggregateItemFilter@5e76fda4 originally extracted = 6 enchanted_book really extracted = 3 enchanted_book at alexiil.mc.lib.attributes.item.ItemInvUtil.throwBadImplException(ItemInvUtil.java:254) at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:130) at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:91) at me.steven.indrev.networks.item.ItemNetwork.tickRetriever$doMove-6(ItemNetwork.java:126) at me.steven.indrev.networks.item.ItemNetwork.tickRetriever(ItemNetwork.java:131) at me.steven.indrev.networks.item.ItemNetwork.tick(ItemNetwork.java:60) at me.steven.indrev.networks.NetworkState.tick(NetworkState.java:61) at me.steven.indrev.networks.ServoNetworkState.tick(ServoNetworkState.java:31) at me.steven.indrev.networks.NetworkEvents.onEndTick(NetworkEvents.java:13) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents.lambda$static$6(ServerTickEvents.java:108) at net.minecraft.world.World.handler$fnc000$tickWorldAfterBlockEntities(World:15094) at net.minecraft.world.World.tickBlockEntities(World:479) at net.minecraft.server.world.ServerWorld.tick(ServerWorld:422) at net.minecraft.server.MinecraftServer.redirect$bdi000$ficUpdateSuppressionCrashTick(MinecraftServer:4773) 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.handler$dde000$modifiedRunLoop(MinecraftServer:9390) at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:676) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270) 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 thread Stacktrace: at alexiil.mc.lib.attributes.item.ItemInvUtil.throwBadImplException(ItemInvUtil.java:254) at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:130) at alexiil.mc.lib.attributes.item.ItemInvUtil.move(ItemInvUtil.java:91) at me.steven.indrev.networks.item.ItemNetwork.tickRetriever$doMove-6(ItemNetwork.java:126) at me.steven.indrev.networks.item.ItemNetwork.tickRetriever(ItemNetwork.java:131) at me.steven.indrev.networks.item.ItemNetwork.tick(ItemNetwork.java:60) at me.steven.indrev.networks.NetworkState.tick(NetworkState.java:61) at me.steven.indrev.networks.ServoNetworkState.tick(ServoNetworkState.java:31) at me.steven.indrev.networks.NetworkEvents.onEndTick(NetworkEvents.java:13) at net.fabricmc.fabric.api.event.lifecycle.v1.ServerTickEvents.lambda$static$6(ServerTickEvents.java:108) at net.minecraft.class_1937.handler$fnc000$tickWorldAfterBlockEntities(class_1937.java:15094) at net.minecraft.class_1937.method_18471(class_1937.java:479) at net.minecraft.class_3218.method_18765(class_3218.java:422) at net.minecraft.server.MinecraftServer.redirect$bdi000$ficUpdateSuppressionCrashTick(MinecraftServer.java:4773)

-- Affected level -- Details: All players: 1 total; [class_3222['Exouxas'/352, l='ServerLevel[world]', x=-625.63, y=-6.00, z=1803.01]] Chunk stats: 6277 Level dimension: minecraft:overworld Level spawn location: World: (-66,80,-281), Section: (at 14,0,7 in -5,5,-18; chunk contains blocks -80,-64,-288 to -65,319,-273), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1) Level time: 46426200 game time, 11772299 day time Level name: world Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Level weather: Rain time: 31590 (now: false), thunder time: 158769 (now: false) Known server brands: fabric, Fabric/Gunpowder Level was modded: true Level storage version: 0x04ABD - Anvil Stacktrace: 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.handler$dde000$modifiedRunLoop(MinecraftServer.java:9390) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:676) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270) at java.base/java.lang.Thread.run(Thread.java:831)

-- System Details -- Details: Minecraft Version: 1.17.1 Minecraft Version ID: 1.17.1 Operating System: Linux (amd64) version 4.19.0-14-amd64 Java Version: 16.0.2, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation Memory: 14857318400 bytes (14169 MiB) / 20711473152 bytes (19752 MiB) up to 20711473152 bytes (19752 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): 159762.38 Virtual memory used (MB): 147123.03 Swap memory total (MB): 95301.00 Swap memory used (MB): 39535.00 JVM Flags: 21 total; -XX:+UseContainerSupport -Xms19750M -Xmx19750M -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.1.5+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.2.11 agape_space: Space Dimensions 0.3.2 annotateddi: Annotated DI 2.0.3+1.17.1 aopalliance_aopalliance: aopalliance 1.0 apoli: Apoli 2.0.0 appleskin: AppleSkin mc1.17-2.1.3 aqupdcaracal: Caracal mob 1.17-1.3.11 arcanus: Arcanus 1.16 architects_palette: Architect's Palette Fabric 1.3 architectury: Architectury 2.5.30 artifality: Artifality 0.4.0 artifice: Artifice 0.15.3+21w07a artofalchemy: Art of Alchemy: Memoriam 1.3.2 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.0-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.1 bewitchment: Bewitchment 1.17-9 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 blue_endless_jankson: jankson 1.2.1 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.2.3-1.17.1 box-of-placeholders: Box of Placeholders 1.3.2+1.17.1 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.4.7 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.46 carpet-extra: Carpet Extra 1.4.43 carpet-tis-addition: Carpet TIS Addition 1.22.0+build.678 carrier: Carrier 1.8.0 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_commandframeworkcloud-brigadier: cloud-brigadier 1.5.0 cloud_commandframeworkcloud-core: cloud-core 1.5.0 cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.5.0 cloud_commandframeworkcloud-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.3 com_electronwill_night-config_toml: toml 3.6.3 com_fasterxml_jackson_dataformat_jackson-dataformat-yaml: jackson-dataformat-yaml 2.12.2 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 completeconfig: CompleteConfig 1.0.0 conjuring: Conjuring 1.0.7 cosmetic-armor: Cosmetic Armor 1.1.0 couplings: Couplings 1.5.0+1.17 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-beta41-1.17 customportals: Custom Portals 2.1.0 dark-enchanting: Dark Enchanting 0.4.1-1.17.1 darkpaintings: Dark Paintings 4.0.2 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.16 dragonloot: DragonLoot 1.0.9 dual_riders: DualRiders 1.0.5 dungeons_arise: When Dungeons Arise 2.1.47-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 essential_commands: Essential Commands 0.16.2-mc1.17.1 essentialaddons: Essential Addons 1.17.1-1.0.5 expandedstorage: Expanded Storage 7.1.2 explorerscompass: Explorer's Compass 1.17.1-2.0.2-fabric extraalchemy: Extra Alchemy 1.6.1 extragenerators: Extra Generators 1.1-BETA+1.17 extraorigins: Extra Origins 1.17-8 fabric: Fabric API 0.40.1+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.2.3+87cc6e4c18 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.4+kotlin.1.5.30 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.10+e2961fee18 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.3.1+4658223018 fabricenchantments: Fabric Enchantments 0.4.2 fabricloader: Fabric Loader 0.11.7 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.2 farmersdelight: Farmer's Delight 1.17.1-0.1.2 fastfurnace: FastFurnace 1.17-3.0 fasttransferlib: Fast Transfer Lib 0.5.5 fatxporbs: Fat Experience Orbs 1.0.1 ferritecore: FerriteCore 3.1.0 fiber: fiber 0.23.0-2 fireplacelib: Fireplace Lib 5.7.2+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.14 givemehats: Give Me Hats! 1.6 glassential: Glassential 1.17-1.2.0 go-fish: Go Fish 1.3.0-beta-1.17.1 gobber2: Gobber2 2.4.50 goldenhoppers: Golden Hoppers 1.1.0 golemsgalore: Golems Galore 1.0.3-1.17.1 goosiklib: Goosik Lib 0.1.0 harvest_scythes: Harvest Scythes 2.0.6 hctm-base: HCTM Base 3.6.2 headindex: Head Index 1.0.2 heartbond: Heartbond 1.1.0 hologram-api: Hologram API 0.2.1+1.17.1 hookshot: Hookshot 20.0 horseinfo: Horse Info 0.3.0-1.17 hydrogen: Hydrogen 0.3 impersonate: Impersonate 2.3.5 incantationem: Incantationem 1.1.2+1.17.1 indrev: Industrial Revolution 1.10.0-alpha.12 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 kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1 kibe: Kibe 1.9.2-BETA+1.17 kjsextras: KubeJS Extras 1.3.2 krypton: Krypton 0.1.4 ktdatataglib: KtDataTagLib 1.5.4 kubejs: KubeJS 1605.3.10-build.9999 kyrptconfig: Kytpt Config 1.1.10-1.17 lapisreserve: Lapis Reserve 1.0.8 ledger: Ledger 1.1.0 libblockattributes: LibBlockAttributes 0.8.17003 libblockattributes_core: LibBlockAttributes (Core) 0.9.0 libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.0 libblockattributes_items: LibBlockAttributes (Items) 0.9.0 libcd: LibCapableData 3.0.3+1.16.3 libgui: LibGui 4.1.7+1.17.1 libninepatch: LibNinePatch 1.1.0 libra: Libra 0.3.9.2 lithium: Lithium 0.7.4 luckperms: LuckPerms 5.3.65 maelstrom_library: Maelstrom Library 1.2.1-1.17 magicfungi: Magic Fungi 0.4.1-BETA+1.17.1 magna: Magna 0.3.0-1.17-pre4 mc_discord_reserializer: MC Discord Reserializer 1.0.0 mcda: MC Dungeons Armors 1.7.11 mcdw: MC Dungeons Weapons 3.5.3 mcsa: MC Story Mode Armor 2.3.2-1.17 megane: megane 5.4.1 megane-base: megane-base 5.4.1 megane-dml-simulacrum: megane-dml-simulacrum 5.4.1+1.0.5 megane-extra-generators: megane-extra-generators 5.4.1+1.1-BETA-1.17 megane-fabric-transfer: megane-fabric-transfer 5.4.1+1.3.0-fc40aa9d18 megane-fast-transfer-lib: megane-fast-transfer-lib 5.4.1+0.5.7 megane-industrial-revolution: megane-industrial-revolution 5.4.1+1.10.0-alpha.12 megane-kibe: megane-kibe 5.4.1+1.9.1-BETA-1.17 megane-lib-block-attributes: megane-lib-block-attributes 5.4.1+0.9.0 megane-reborn-core: megane-reborn-core 5.4.1+5.0.8-beta-build.111 megane-runtime: megane-runtime 5.4.1 megane-team-reborn-energy: megane-team-reborn-energy 5.4.1+2.0.0-beta1 megane-tech-reborn: megane-tech-reborn 5.4.1+5.0.8-beta-build.111 megane-vanilla: megane-vanilla 5.4.1+1.17.1 megane-wireless-networks: megane-wireless-networks 5.4.1+1.1.2 minecraft: Minecraft 1.17.1 minimotd-fabric: MiniMOTD 2.0.4 mining_dims: Mining Dimensions 1.1.12 mm: Manningham Mills 2.3 mo_glass: Mo Glass 1.5-MC1.17.1 mocolors: Mo' Colors 1.2.2 morevillagers-fabric: MoreVillagersFabric 2.1.0-SNAPSHOT mostructures: Mo' Structures 1.3.0-pre1-1.17.1 multipart_entities: MultipartEntities 1.1.2-1.17 myron: Myron 1.6.1 mysql_mysql-connector-java: mysql-connector-java 8.0.25 mythic-mounts: Mythic Mounts 1.17.1-1.3 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 notenoughcrashes: Not Enough Crashes 3.6.2+1.17.1 nyfsquivers: Nyf's Quivers Fabric-0.2.6 omega-config: OmegaConfig 1.0.8 org_fusesource_jansi_jansi: jansi 1.18 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.30 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.30 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.30 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.30 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.1 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.1 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.2.2 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.2.2 org_jline_jline: jline 3.15.0 org_jline_jline-terminal-jansi: jline-terminal-jansi 3.15.0 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.0 origins-classes: Origins: Classes 1.2.2 owo: OwO 0.1.1 packet_tweaker: Packet Tweaker 0.2.0-1.17-pre1 patchouli: Patchouli 1.17-54-FABRIC pehkui: Pehkui 2.4.0+1.14.4-1.17.1 persistententities: persistent entities 0.0.4 pipe: Pipe 1.4.0 placeholder-api: Placeholder API 1.1.1+1.17.1 plantinajar: Plant In A Jar 2.2.2 playerabilitylib: Pal 1.3.0 polymer: Polymer 0.1.0-rc.4+1.17.1 polymorph: Polymorph 0.0.14-1.17.1 prefab: Prefab 2.1.5 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 quarryplus: QuarryPlus 17.0.390 quickshulker: Quick Shulker 1.2.3-1.17 ratsmischief: Rat's Mischief 1.2.2 reach-entity-attributes: Reach Entity Attributes 2.1.1 reborncore: Reborn Core 5.0.8-beta+build.111 redbits: Red Bits 1.10.0 repurposed_structures: Repurposed Structures 2.3.4+1.17.1 resourceful_tools: Resourceful Tools 1.1.20 respawnablepets: Respawnable Pets 1.17-3 rhino: Rhino 1605.1.4-build.59 roughlyenoughitems: Roughly Enough Items 6.0.279-alpha rpgstats: RPGStats 4.2.1+1.17.1 rswires: RSWires 4.11.2 rug: Rug 1.17.1-1.1.13 schmucks: Schmucks 1.4.0 secretrooms: Secret Rooms 1.0.0+1.17 seedy-behavior: Seedy Behavior 1.0.2+1.17.1 server_translations_api: Server Translations API 1.4.5+1.17 servertick: Server Tick 1.5 sgui: SGui 1.0.0-rc4+1.17.1 shulkerboxtooltip: Shulker Box Tooltip 3.0.1+1.17 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 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.0 structure-helpers: Structure Helpers 3.2.0 structurized: Structurized 1.3.0 styledchat: Styled Chat 1.1.0 tabtps-fabric: TabTPS 1.3.10 team_reborn_energy: Energy 2.0.0-beta1 techreborn: Tech Reborn 5.0.8-beta+build.111 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 1.17.1-1.5.0 things: Things 0.2.5 toms_storage: Tom's Simple Storage Mod 1.1.17 torcherino: Torcherino 15.0.0 transportables: Transportables 1.0.6 trinkets: Trinkets 3.0.4 truerooms: True Secret Rooms 1.1.5 unforgivingvoid: Unforgiving Void 3.0.0+1.17.1 universal-graves: Universal Graves 1.0.8+1.17.1 upgradedshulkers: Upgraded Shulkers 1.0.2-1.17 valley: ValleyCraft 1.2 vanish: vanish 1.2.6 veinmining: Vein Mining 0.0.10-1.17 villagerfix: Villager Trade Fix 1.0.0 voidtotem: Void Totem (Fabric) 1.17.0-1.0.0 voidz: VoidZ 1.0.5 wands: Building Wands 2.2.5_mc1.17.1 ward_blocks: Ward Blocks 1.1.8 waystones: Waystones 2.1.1 whereisit: Where Is It 1.13.7 winged: Winged Mod 1.17.1-3.0.0 wirelessnetworks: Wireless Networks 1.1.2 wthit: wthit 3.9.1 xaerominimap: Xaero's Minimap 21.17.1 xaeroworldmap: Xaero's World Map 1.17.1 yungsapi: YUNG's API 1.17-Fabric-16 Player Count: 1 / 15; [class_3222['Exouxas'/352, l='ServerLevel[world]', x=-625.63, y=-6.00, z=1803.01]] Data Packs: secretrooms:server_pack, vanilla, Fabric Mods, file/Repurposed_Structures-Charm.zip, file/doom, file/givemehats, file/nophantom, file/RugData (incompatible), file/battletowers, file/eldritch_mobs Is Modded: Definitely; Server brand changed to 'fabric' Type: Dedicated Server (map_server.txt) Suspected Mods: LibBlockAttributes (Items) (libblockattributes_items), Industrial Revolution (indrev), Fabric Lifecycle Events (v1) (fabric-lifecycle-events-v1)

itsdinkd commented 3 years ago

I'm told a lot of indrev crashes happen when a Indrev pipe is used with Tom's Storage Network (2nd crash above)

itsdinkd commented 3 years ago

I reported a bug to LBA, they updated their mod. this might help indrev as well possibly

image

itsdinkd commented 3 years ago
Again, if it helps, he just released it about 10 minutes ago on CF   From: Gabriel Henrique de OliveiraSent: Sunday, October 3, 2021 1:25 PMTo: GabrielOlvH/Industrial-RevolutionCc: red2blue; AuthorSubject: Re: [GabrielOlvH/Industrial-Revolution] [BUG] Crashed Dedicated Server in AQM2 (#318) Is this consistently reproducible? If yes, does it happen without C2ME?—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.  
AlexIIL commented 3 years ago

LBA 0.9.2 fixed an issue with loading the config file, so updating it wouldn't make a difference here.

This thread seems to have two different crashes - I think the first one indicates that the server ticks are taking too long, rather than being a bug in a particular mod (unless something is caught in an infinite loop, which seems unlikely)

The second crash is probably caused by a mod appending it's item inventory twice, causing twice the number of items to be seen in it (causing extractions to fail). Or at least... I thought that at first, but https://github.com/tom5454/Toms-Storage/issues/68 seems to indicate that's not actually the case. So I'm not sure.

itsdinkd commented 2 years ago

The latter of your last comment makes sense. If there is a loop in Tom's Storage's Inventory connector, it creates client-side duplicates.

GabrielOlvH commented 2 years ago

Closing this due to inactivity. If the issue still persists, please open a new report with recent logs.