Skip to content

Instantly share code, notes, and snippets.

@YOYOK9
Created April 9, 2021 13:26
Show Gist options
  • Save YOYOK9/6819c164bb9862322e7c9842bb756e87 to your computer and use it in GitHub Desktop.
Save YOYOK9/6819c164bb9862322e7c9842bb756e87 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Why is it breaking :(
Time: 4/9/21 9:15 AM
Description: Watching Server
java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
at de.maxhenkel.pipez.blocks.tileentity.types.EnergyPipeType.receiveEqually(EnergyPipeType.java:164) ~[pipez:1.16.5-1.2.2] {re:classloading}
at de.maxhenkel.pipez.blocks.tileentity.types.EnergyPipeType.receive(EnergyPipeType.java:102) ~[pipez:1.16.5-1.2.2] {re:classloading}
at de.maxhenkel.pipez.utils.PipeEnergyStorage.receiveEnergy(PipeEnergyStorage.java:28) ~[pipez:1.16.5-1.2.2] {re:classloading}
at sonar.fluxnetworks.common.integration.energy.ForgeEnergyHandler.addEnergy(ForgeEnergyHandler.java:51) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.common.connection.transfer.ConnectionTransfer.sendToTile(ConnectionTransfer.java:29) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.common.connection.transfer.FluxPointHandler.sendToConsumers(FluxPointHandler.java:36) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.common.connection.transfer.FluxPointHandler.onCycleStart(FluxPointHandler.java:25) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.common.connection.FluxNetworkServer.onEndServerTick(FluxNetworkServer.java:119) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.register.CommonEventHandler.onServerTick(CommonEventHandler.java:60) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_814_CommonEventHandler_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2544/2053639017.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.hooks.BasicEventHooks.onPostServerTick(BasicEventHooks.java:120) ~[forge:?] {re:mixin,re:classloading}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer$$Lambda$22882/1598905380.run(Unknown Source) ~[?:?] {}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server Watchdog
Stacktrace:
at de.maxhenkel.pipez.blocks.tileentity.types.EnergyPipeType.receiveEqually(EnergyPipeType.java:164) ~[pipez:1.16.5-1.2.2] {re:classloading}
at de.maxhenkel.pipez.blocks.tileentity.types.EnergyPipeType.receive(EnergyPipeType.java:102) ~[pipez:1.16.5-1.2.2] {re:classloading}
at de.maxhenkel.pipez.utils.PipeEnergyStorage.receiveEnergy(PipeEnergyStorage.java:28) ~[pipez:1.16.5-1.2.2] {re:classloading}
at sonar.fluxnetworks.common.integration.energy.ForgeEnergyHandler.addEnergy(ForgeEnergyHandler.java:51) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.common.connection.transfer.ConnectionTransfer.sendToTile(ConnectionTransfer.java:29) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.common.connection.transfer.FluxPointHandler.sendToConsumers(FluxPointHandler.java:36) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.common.connection.transfer.FluxPointHandler.onCycleStart(FluxPointHandler.java:25) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.common.connection.FluxNetworkServer.onEndServerTick(FluxNetworkServer.java:119) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at sonar.fluxnetworks.register.CommonEventHandler.onServerTick(CommonEventHandler.java:60) ~[fluxnetworks:1.16.5-6.1.6.11] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_814_CommonEventHandler_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2544/2053639017.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.hooks.BasicEventHooks.onPostServerTick(BasicEventHooks.java:120) ~[forge:?] {re:mixin,re:classloading}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Thread Dump --
Details:
Threads: "ForkJoinPool.commonPool-worker-2" Id=290 TIMED_WAITING on java.util.concurrent.ForkJoinPool@6086b6b8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@6086b6b8
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
"Worker-Main84" Id=289 TIMED_WAITING on java.util.concurrent.ForkJoinPool@6e4154d8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@6e4154d8
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
"Worker-Main83" Id=288 WAITING on java.util.concurrent.ForkJoinPool@6e4154d8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@6e4154d8
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
"Worker-Main82" Id=287 WAITING on java.util.concurrent.ForkJoinPool@6e4154d8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@6e4154d8
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
"spark-worker-0-5" Id=285 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"spark-worker-0-4" Id=284 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"spark-worker-0-3" Id=283 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"spark-worker-0-2" Id=282 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"spark-worker-0-1" Id=281 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"spark-worker-0-0" Id=280 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a7eddc8
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"Worker-Main79" Id=275 WAITING on java.util.concurrent.ForkJoinPool@6e4154d8
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@6e4154d8
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
"Okio Watchdog" Id=264 TIMED_WAITING on java.lang.Class@2f7c5ee3
at java.lang.Object.wait(Native Method)
- waiting on java.lang.Class@2f7c5ee3
at dcshadow.okio.AsyncTimeout$Companion.awaitTimeout$okio(AsyncTimeout.kt:300)
at dcshadow.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.kt:187)
"OkHttp TaskRunner" Id=263 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@7a9a1ec2
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@7a9a1ec2
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"OkHttp TaskRunner" Id=262 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@7a9a1ec2
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@7a9a1ec2
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"Netty Epoll Server IO #11" Id=253 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.lang.Thread.run(Thread.java:748)
"OkHttp TaskRunner" Id=246 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@7a9a1ec2
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@7a9a1ec2
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"OkHttp TaskRunner" Id=242 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@7a9a1ec2
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@7a9a1ec2
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"Netty Epoll Server IO #10" Id=237 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.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #9" Id=234 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.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #8" Id=180 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.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #7" Id=177 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.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #6" Id=166 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.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #5" Id=165 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.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #4" Id=143 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.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #3" Id=142 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.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #2" Id=138 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.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #1" Id=137 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.lang.Thread.run(Thread.java:748)
"Java2D Disposer" Id=133 WAITING on java.lang.ref.ReferenceQueue$Lock@1e1972dd
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@1e1972dd
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
at sun.java2d.Disposer.run(Disposer.java:148)
at java.lang.Thread.run(Thread.java:748)
"WorldEdit Session Manager" Id=132 TIMED_WAITING on java.util.TaskQueue@2156c4b
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@2156c4b
at java.util.TimerThread.mainLoop(Timer.java:552)
at java.util.TimerThread.run(Timer.java:505)
"[Discord Integration] Discord status updater and link cleanup" Id=124 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at de.erdbeerbaerlp.dcintegration.common.Discord$StatusUpdateThread.run(Discord.java:791)
"[Discord Integration] Message Queue" Id=125 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at de.erdbeerbaerlp.dcintegration.common.Discord$MessageQueueThread.run(Discord.java:734)
"Thread Backup" Id=122 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at ovh.corail.tombstone.helper.ThreadedBackup.processQueue(ThreadedBackup.java:60)
at ovh.corail.tombstone.helper.ThreadedBackup.run(ThreadedBackup.java:37)
at java.lang.Thread.run(Thread.java:748)
"Server Watchdog" Id=119 RUNNABLE
at sun.management.ThreadImpl.dumpThreads0(Native Method)
at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:41)
at java.lang.Thread.run(Thread.java:748)
"spark-forge-async-worker" Id=108 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4f53a1ac
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4f53a1ac
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"Thread-28" Id=107 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #0" Id=106 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.lang.Thread.run(Thread.java:748)
"ObjectCleanerThread" Id=105 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@6515da8a
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@6515da8a
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
"Server console handler" Id=104 RUNNABLE (in native)
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:255)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
- locked java.io.BufferedInputStream@30cfd36f
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
- locked java.io.InputStreamReader@19118609
at java.io.InputStreamReader.read(InputStreamReader.java:184)
...
"DestroyJavaVM" Id=103 RUNNABLE
"Server thread" Id=100 RUNNABLE
at de.maxhenkel.pipez.blocks.tileentity.types.EnergyPipeType.receiveEqually(EnergyPipeType.java:164)
at de.maxhenkel.pipez.blocks.tileentity.types.EnergyPipeType.receive(EnergyPipeType.java:102)
at de.maxhenkel.pipez.utils.PipeEnergyStorage.receiveEnergy(PipeEnergyStorage.java:28)
at sonar.fluxnetworks.common.integration.energy.ForgeEnergyHandler.addEnergy(ForgeEnergyHandler.java:51)
at sonar.fluxnetworks.common.connection.transfer.ConnectionTransfer.sendToTile(ConnectionTransfer.java:29)
at sonar.fluxnetworks.common.connection.transfer.FluxPointHandler.sendToConsumers(FluxPointHandler.java:36)
at sonar.fluxnetworks.common.connection.transfer.FluxPointHandler.onCycleStart(FluxPointHandler.java:25)
at sonar.fluxnetworks.common.connection.FluxNetworkServer.onEndServerTick(FluxNetworkServer.java:119)
...
"Snooper Timer" Id=101 WAITING on java.util.TaskQueue@4b1d1a46
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@4b1d1a46
at java.lang.Object.wait(Object.java:502)
at java.util.TimerThread.mainLoop(Timer.java:526)
at java.util.TimerThread.run(Timer.java:505)
"spark-forge-async-worker" Id=93 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@975825
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@975825
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"spark-cpu-monitor" Id=92 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4e0da7f3
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4e0da7f3
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"JDA RateLimit-Worker 5" Id=91 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"JDA RateLimit-Worker 4" Id=90 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"JDA MainWS-WriteThread" Id=82 WAITING on dcshadow.com.neovisionaries.ws.client.WritingThread@78d5bfee
at java.lang.Object.wait(Native Method)
- waiting on dcshadow.com.neovisionaries.ws.client.WritingThread@78d5bfee
at java.lang.Object.wait(Object.java:502)
at dcshadow.com.neovisionaries.ws.client.WritingThread.waitForFrames(WritingThread.java:305)
at dcshadow.com.neovisionaries.ws.client.WritingThread.main(WritingThread.java:89)
at dcshadow.com.neovisionaries.ws.client.WritingThread.runMain(WritingThread.java:55)
at dcshadow.com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
"JDA MainWS-ReadThread" Id=81 RUNNABLE (in native)
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:475)
at sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:469)
at sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:69)
at sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1228)
...
"JDA Gateway-Worker 1" Id=75 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@700f5013
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@700f5013
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"JDA RateLimit-Worker 3" Id=72 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"JDA RateLimit-Worker 2" Id=65 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"JDA RateLimit-Worker 1" Id=64 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5bb951f5
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"Keep-Alive-SocketCleaner" Id=55 WAITING on sun.net.www.http.KeepAliveStreamCleaner@2570bb33
at java.lang.Object.wait(Native Method)
- waiting on sun.net.www.http.KeepAliveStreamCleaner@2570bb33
at sun.net.www.http.KeepAliveStreamCleaner.run(KeepAliveStreamCleaner.java:101)
at java.lang.Thread.run(Thread.java:748)
"Thread-12" Id=41 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-11" Id=40 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-10" Id=39 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-9" Id=38 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-8" Id=37 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-7" Id=36 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-6" Id=35 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Timer hack thread" Id=20 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at net.minecraft.util.Util$6.run(Util.java:505)
"Thread-2" Id=17 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)
"Thread-1" Id=16 TIMED_WAITING
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)
at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)
"Signal Dispatcher" Id=4 RUNNABLE
"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@2bf23db2
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@2bf23db2
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@ee64a35
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.Reference$Lock@ee64a35
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
Stacktrace:
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:56) [?:?] {re:classloading}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271] {}
-- Performance stats --
Details:
Random tick rate: 3
Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 5, entities: 684 [minecraft:item:95,minecraft:creeper:76,minecraft:skeleton:69,minecraft:bat:62,minecraft:zombie:56], block_entities: 2742 [minecraft:chest:375,botanypots:botany_pot:339,immersiverailroading:block_rail_gag:266,pipez:item_pipe:219,immersiveengineering:cloche:209], block_ticks: 9, fluid_ticks: 2, chunk_source: ServerChunkCache: 7830,
ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / mining_dimension:mining]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / woot:tartarus]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 729,
ResourceKey[minecraft:dimension / appliedenergistics2:spatial_storage]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / lostcities:lostcity]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 4.15.0-72-generic
Java Version: 1.8.0_271, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3297979320 bytes (3145 MB) / 7000293376 bytes (6676 MB) up to 9544663040 bytes (9102 MB)
CPUs: 8
JVM Flags: 3 total; -Xmx10240M -Xms512M -Xss2M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlserver
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.1.4.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.1.4.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.1.4.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.1.4.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.1.4.jar fml TRANSFORMATIONSERVICE
FML: 36.1
Forge: net.minecraftforge:36.1.4
FML Language Providers:
javafml@36.1
minecraft@1
Mod List:
supermartijn642configlib-1.0.5a-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.5a |DONE |NOSIGNATURE
NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |NOSIGNATURE
beenfo-1.16.4-forge35.0.7-1.2.jar |Beenfo |beenfo |1.16.4-forge35.0.7-1|DONE |NOSIGNATURE
ExtendedCrafting-1.16.4-3.1.4.jar |Extended Crafting |extendedcrafting |3.1.4 |DONE |NOSIGNATURE
2.1.0-1.16.5Qad.jar |QoL All Day |qol_all_day |2.1.0 |DONE |NOSIGNATURE
rad-1.16-4.1.0.jar |Reload Audio Driver |rad |4.1.0 |DONE |NOSIGNATURE
autooredictconv-1.16.4-16.1.8.jar |Auto Ore Dictionary Converter |autooredictconv |16.1.8 |DONE |NOSIGNATURE
rsgauges-1.16.4-1.2.8.jar |Gauges and Switches |rsgauges |1.2.8 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
IronJetpacks-1.16.4-4.2.0.jar |Iron Jetpacks |ironjetpacks |4.2.0 |DONE |NOSIGNATURE
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |NOSIGNATURE
CookingForBlockheads_1.16.5-9.3.1.jar |Cooking for Blockheads |cookingforblockheads |9.3.1 |DONE |NOSIGNATURE
Controlling-7.0.0.14.jar |Controlling |controlling |7.0.0.14 |DONE |NOSIGNATURE
ReAuth-1.16-Forge-3.9.3.jar |ReAuth |reauth |3.9.3 |DONE |3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
Placebo-1.16.4-4.4.1.jar |Placebo |placebo |4.4.1 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-6.jar |YUNG's API |yungsapi |1.16.4-Forge-6 |DONE |NOSIGNATURE
mdecore-1.16.4-16.1.0.jar |MattDahEpic Core |mdecore |16.1.0 |DONE |NOSIGNATURE
Shrink-1.16.4-1.0.7.jar |Shrink |shrink |1.0.7 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.0.7.jar |Bookshelf |bookshelf |10.0.7 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
u_team_core-1.16.5-3.2.0.194.jar |U Team Core |uteamcore |3.2.0.194 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
buildinggadgets-1.16.5-3.8.0.jar |Building Gadgets |buildinggadgets |3.8.0 |DONE |NOSIGNATURE
DarkUtilities-1.16.5-8.0.3.jar |Dark Utilities |darkutils |8.0.3 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
mcw-doors-1.0.2-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.2 |DONE |NOSIGNATURE
Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |DONE |NOSIGNATURE
MekanismGenerators-1.16.5-10.0.21.448.jar |Mekanism: Generators |mekanismgenerators |10.0.21 |DONE |NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |NOSIGNATURE
XNetGases-1.16.5-2.2.6.jar |XNet Gases |xnetgases |2.2.6 |DONE |NOSIGNATURE
dcintegration-forge-2.1.1-1.16.jar |Discord Integration |dcintegration |2.1.1 |DONE |NOSIGNATURE
mob_grinding_utils-1.16.5-0.4.12.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.12 |DONE |NOSIGNATURE
emojiful-1.16.4-2.1.4.jar |Emojiful |emojiful |1.16.4-2.1.4 |DONE |NOSIGNATURE
betterendforge-1.16.4-1.5.1.jar |BetterEnd Forge |betterendforge |1.16.4-1.5.1 |DONE |NOSIGNATURE
out_of_sight-1.16.4-1.0.1.jar |Out of Sight |out_of_sight |1.16.4-1.0.1 |DONE |NOSIGNATURE
mcw-bridges-1.0.5-mc1.16.5-4.jar |Macaw's Bridges |mcwbridges |1.0.5 |DONE |NOSIGNATURE
industrial-foregoing-1.16.5-3.2.11-55cb112.jar |Industrial Foregoing |industrialforegoing |3.2.11 |DONE |NOSIGNATURE
useful_backpacks-1.16.5-1.12.0.88.jar |Useful Backpacks |usefulbackpacks |1.12.0.88 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
torchmaster-2.3.6.jar |Torchmaster |torchmaster |2.3.6 |DONE |NOSIGNATURE
ResourcefulBees-1.16.5-0.6.5b.jar |Resourceful Bees |resourcefulbees |1.16.5-0.6.5b |DONE |NOSIGNATURE
repurposed_structures-1.16.5-2.6.3-forge.jar |Repurposed Structures |repurposed_structures |1.16.5-2.6.3-forge |DONE |NOSIGNATURE
entangled-1.2.12-mc1.16.5.jar |Entangled |entangled |1.2.12 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.431-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.4-13.0.0.431 |DONE |NOSIGNATURE
MekanismAdditions-1.16.5-10.0.21.448.jar |Mekanism: Additions |mekanismadditions |10.0.21 |DONE |NOSIGNATURE
EndRemastered-R36.jar |End Remastered 3.6 |endrem |1.16.3 |DONE |NOSIGNATURE
Beekeeper-1.16.2-1.0.0.3.jar |Beekeeper |bk |1.0.0.3 |DONE |NOSIGNATURE
valkyrielib-1.16.5-3.0.8.0.jar |ValkyrieLib |valkyrielib |1.16.5-3.0.8.0 |DONE |NOSIGNATURE
envirocore-1.16.5-3.0.8.0.jar |Environmental Core |envirocore |1.16.5-3.0.8.0 |DONE |NOSIGNATURE
envirotech-1.16.5-3.0.8.0.jar |Environmental Tech |envirotech |1.16.5-3.0.8.0 |DONE |NOSIGNATURE
RapidLeafDecay-1.16.5-1.0.0.jar |Rapid Leaf Decay |rapid_leaf_decay |1.0.0 |DONE |NOSIGNATURE
ironfurnaces-1.16.5-2.6.5.jar |Iron Furnaces |ironfurnaces |2.6.5 |DONE |NOSIGNATURE
mining_dimension-1.16.5-1.0.3.jar |Mining World |mining_dimension |1.16.5-1.0.3 |DONE |NOSIGNATURE
supermartijn642corelib-1.0.1-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.1 |DONE |NOSIGNATURE
masonry-1.16.3-0.3.6.jar |Masonry |masonry |NONE |DONE |NOSIGNATURE
TrackAPI-1.16.4-forge-1.2.1.jar |TrackAPI |trackapi |1.2 |DONE |NOSIGNATURE
spark-forge.jar |spark |spark |1.5.2 |DONE |NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |NOSIGNATURE
MysticalAdaptations-1.16.4-1.1.1.jar |Mystical Adaptations |mysticaladaptations |1.16.4-1.1.1 |DONE |NOSIGNATURE
SolarFluxReborn-1.16.3-16.2.3.jar |Solar Flux Reborn |solarflux |16.2.3 |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.5.0.jar |Curios API |curios |1.16.5-4.0.5.0 |DONE |NOSIGNATURE
tetra-1.16.5-3.8.0.jar |Tetra |tetra |3.8.0 |DONE |NOSIGNATURE
tetranomicon-1.2.jar |Tetranomicon |tetranomicon |1.2 |DONE |NOSIGNATURE
Patchouli-1.16.4-50.jar |Patchouli |patchouli |1.16.4-50 |DONE |NOSIGNATURE
PeacefulSurface-1.16.5-v2.jar |PeacefulSurface |peacefulsurface |1.16.5-v2 |DONE |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
collective-1.16.5-2.25.jar |Collective |collective |2.25 |DONE |NOSIGNATURE
extlights-3.3.jar |Extended Lights |extlights |3.3 |DONE |NOSIGNATURE
lostcities-1.16-4.0.7-beta.jar |LostCities |lostcities |1.16-4.0.7-beta |DONE |NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |NOSIGNATURE
tombstone-1.16-6.3.3.jar |Corail Tombstone |tombstone |6.3.3 |DONE |NOSIGNATURE
Chunk+Pregenerator-V1.16-3.0.5.jar |Chunk Pregenerator |chunkpregen |V1.16-3.0.5 |DONE |NOSIGNATURE
neoncraft-2.1.jar |Neon Craft |neoncraft |2.1 |DONE |NOSIGNATURE
Runelic-1.16.5-7.0.1.jar |Runelic |runelic |7.0.1 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
worldedit-mod-7.2.4.jar |WorldEdit |worldedit |7.2.4+5723-e3bfc64 |DONE |NOSIGNATURE
MekanismTools-1.16.5-10.0.21.448.jar |Mekanism: Tools |mekanismtools |10.0.21 |DONE |NOSIGNATURE
constructionwand-1.16.5-2.1.jar |Construction Wand |constructionwand |1.16.5-2.1 |DONE |NOSIGNATURE
wormhole-1.1.6-mc1.16.5.jar |Wormhole (Portals) |wormhole |1.1.6 |DONE |NOSIGNATURE
architectury-1.10.139-forge.jar |Architectury |architectury |1.10.139 |DONE |NOSIGNATURE
ftb-gui-library-1605.2.1.41-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.41 |DONE |NOSIGNATURE
ftb-teams-1604.1.0.16-forge.jar |FTB Teams |ftbteams |1604.1.0.16 |DONE |NOSIGNATURE
ImmersiveRailroading-1.16.4-forge-1.8.0.1.jar |Immersive Railroading |immersiverailroading |1.16.4-forge-1.8.0 |DONE |NOSIGNATURE
cc-tweaked-1.16.4-1.95.3.jar |CC: Tweaked |computercraft |1.95.3 |DONE |NOSIGNATURE
moreoverlays-1.18.13-mc1.16.5.jar |More Overlays Updated |moreoverlays |1.18.13-mc1.16.5 |DONE |NOSIGNATURE
trashcans-1.0.8-mc1.16.4.jar |Trash Cans |trashcans |1.0.8 |DONE |NOSIGNATURE
bwncr-1.16.4-3.9.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.4-3.9.16 |DONE |NOSIGNATURE
rainbegoneritual_1.16.5-1.4.jar |Rain Be Gone Ritual |rainbegoneritual |1.4 |DONE |NOSIGNATURE
CodeChickenLib-1.16.4-3.5.1.408-universal.jar |CodeChicken Lib |codechickenlib |3.5.1.408 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
ServerTabInfo-1.16.4-1.3.3.jar |Server Tab Info |servertabinfo |1.3.3 |DONE |NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.3.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.3 |DONE |NOSIGNATURE
QuantumStorage-1.16.4-5.3.0.jar |QuantumStorage |quantumstorage |5.3.0Alpha5 |DONE |NOSIGNATURE
Cyclic-1.16.5-1.2.3.jar |Cyclic |cyclic |1.16.5-1.2.3 |DONE |1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
BetterAdvancements-1.16.3-0.1.0.102.jar |Better Advancements |betteradvancements |0.1.0.102 |DONE |NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |NOSIGNATURE
ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |DONE |NOSIGNATURE
rhino-1.7.13-build.14.jar |Rhino |rhino |1.7.13-build.14 |DONE |NOSIGNATURE
Cucumber-1.16.4-4.1.9.jar |Cucumber Library |cucumber |4.1.9 |DONE |NOSIGNATURE
pamhc2trees-1.16.3-1.0.0.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.0 |DONE |NOSIGNATURE
woot-1.16.5-1.0.5.0.jar |Woot |woot |1.16.5-1.0.5.0 |DONE |NOSIGNATURE
craftingstation-4.1.1.jar |Crafting Station |craftingstation |4.1.1 |DONE |NOSIGNATURE
snad-1.0.5-1.16.5.jar |Snad |snad |1.0.5 |DONE |NOSIGNATURE
treeharvester_1.16.5-2.4.jar |Tree Harvester |treeharvester |2.4 |DONE |NOSIGNATURE
xlpackets-1.1.jar |XL Packets |xlpackets |1.1 |DONE |NOSIGNATURE
Tiny-Coal-1.16.4-1.0.0.jar |Tiny Coal |tinycoal |1.0.0 |DONE |NOSIGNATURE
Mekanism-1.16.5-10.0.21.448.jar |Mekanism |mekanism |10.0.21 |DONE |NOSIGNATURE
ae2extras-1.3-1.16.5.jar |AE2 Extras |ae2extras |1.3-1.16.5 |DONE |NOSIGNATURE
WAWLA-1.16.5-8.0.1.jar |WAWLA |wawla |8.0.1 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
create-mc1.16.5_v0.3.1a.jar |Create |create |mc1.16.5_v0.3.1a+128|DONE |NOSIGNATURE
ZYCraft-1.16.4-2.0.2.jar |ZYCraft |zycraft |2.0.2 |DONE |NOSIGNATURE
Clumps-6.0.0.17.jar |Clumps |clumps |6.0.0.17 |DONE |NOSIGNATURE
mgui-1.16.4-3.1.3.jar |mgui |mgui |3.1.3 |DONE |NOSIGNATURE
journeymap-1.16.5-5.7.1.jar |Journeymap |journeymap |5.7.1 |DONE |NOSIGNATURE
enviromats-1.16.5-2.0.8.0.jar |Environmental Materials |enviromats |2.0.8.0 |DONE |NOSIGNATURE
comforts-forge-1.16.4-4.0.1.0.jar |Comforts |comforts |1.16.4-4.0.1.0 |DONE |NOSIGNATURE
appliedenergistics2-8.2.0.jar |Applied Energistics 2 |appliedenergistics2 |8.2.0 |DONE |95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
NaturesCompass-1.16.5-1.8.6.jar |Nature's Compass |naturescompass |1.16.5-1.8.6 |DONE |NOSIGNATURE
SimpleStorageNetwork-1.16.5-1.3.5.jar |Simple Storage Network |storagenetwork |1.16.5-1.3.5 |DONE |1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
BotanyPots-1.16.5-7.0.10.jar |BotanyPots |botanypots |7.0.10 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
BotanyTrees-1.16.5-3.0.2.jar |BotanyTrees |botanytrees |3.0.2 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
engineerstools-1.16.4-1.1.4.jar |Engineer's Tools |engineerstools |1.1.4 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
DungeonCrawl-1.16.3-2.2.4.jar |Dungeon Crawl |dungeoncrawl |2.2.4 |DONE |NOSIGNATURE
charginggadgets-1.3.0.jar |Charging Gadgets |charginggadgets |1.3.0 |DONE |NOSIGNATURE
FarmingForBlockheads_1.16.3-7.3.0.jar |Farming for Blockheads |farmingforblockheads |7.3.0 |DONE |NOSIGNATURE
pneumaticcraft-repressurized-1.16.5-2.11.4-170.jar|PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.11.4-170 |DONE |NOSIGNATURE
mcjtylib-1.16-5.0.19.jar |McJtyLib |mcjtylib |1.16-5.0.19 |DONE |NOSIGNATURE
rftoolsbase-1.16-2.0.10.jar |RFToolsBase |rftoolsbase |1.16-2.0.10 |DONE |NOSIGNATURE
xnet-1.16-3.0.11.jar |XNet |xnet |1.16-3.0.11 |DONE |NOSIGNATURE
rftoolsstorage-1.16-2.0.11.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.11 |DONE |NOSIGNATURE
pedestals-0.8s.jar |Pedestals |pedestals |0.8s |DONE |NOSIGNATURE
mapperbase-1.16.4-2.3.0.0.jar |Mapper Base |mapperbase |1.16.4-2.3.0.0 |DONE |NOSIGNATURE
embellishcraft-1.16.4-3.3.0.0.jar |EmbellishCraft |embellishcraft |1.16.4-3.3.0.0 |DONE |NOSIGNATURE
embellishcraft-bop-1.16.4-3.3.0.jar |EmbellishCraft BoP Addon |embellishcraft-bop |1.16.4-3.3.0 |DONE |NOSIGNATURE
Toast-Control-1.16.4-4.3.1.jar |Toast Control |toastcontrol |4.3.1 |DONE |NOSIGNATURE
InfoDataPack-1.16.4-1.0.1.jar |Info DataPack |infodatapack |1.0.1 |DONE |NOSIGNATURE
jei-1.16.5-7.6.1.75.jar |Just Enough Items |jei |7.6.1.75 |DONE |NOSIGNATURE
kubejs-1605.3.6-build.179-forge.jar |KubeJS |kubejs |1605.3.6-build.179 |DONE |NOSIGNATURE
kubejs-ui-1605.1.1-build.19-forge.jar |KubeJS UI |kubejs_ui |1605.1.1-build.19 |DONE |NOSIGNATURE
mininggadgets-1.7.1.jar |Mining Gadgets |mininggadgets |1.7.1 |DONE |NOSIGNATURE
EnderStorage-1.16.4-2.7.1.166-universal.jar |EnderStorage |enderstorage |2.7.1.166 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
rftoolspower-1.16-3.0.8.jar |RFToolsPower |rftoolspower |1.16-3.0.8 |DONE |NOSIGNATURE
ImmersivePetroleum-1.16.5-3.2.0-3.jar |Immersive Petroleum |immersivepetroleum |3.2.0-3 |DONE |NOSIGNATURE
ftb-chunks-1605.2.3-build.75.jar |FTB Chunks |ftbchunks |1605.2.3-build.75 |DONE |NOSIGNATURE
Server_Utils-1.16.5-1.8.6-beta.jar |Elrol's Server Utilities |serverutilities |1.16.5-1.8.6-beta |DONE |NOSIGNATURE
forge-1.16.5-36.1.4-universal.jar |Forge |forge |36.1.4 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
WailaHarvestability-mc1.16.x-forge-1.1.14.jar |Waila Harvestability |wailaharvestability |1.1.14 |DONE |NOSIGNATURE
immersiveposts-1.16.5-4.0.0.jar |Immersive Posts |immersiveposts |4.0.0 |DONE |d5:aa:49:67:b7:dd:64:8a:a4:7d:3e:57:12:6b:f9:3f:e8:5e:6b:24:d9:f9:c5:fb:c5:e7:a0:cf:98:64:dc:d0
MysticalAgriculture-1.16.4-4.1.7.jar |Mystical Agriculture |mysticalagriculture |4.1.7 |DONE |NOSIGNATURE
MysticalAgradditions-1.16.4-4.1.5.jar |Mystical Agradditions |mysticalagradditions |4.1.5 |DONE |NOSIGNATURE
ironchest-1.16.4-11.2.10.jar |Iron Chests |ironchest |1.16.4-11.2.10 |DONE |NOSIGNATURE
UniversalModCore-1.16.4-forge-1.0.1.jar |Universal Mod Core |universalmodcore |1.0.1 |DONE |NOSIGNATURE
tntbreaksbedrock_1.16.5-1.5.jar |TNT Breaks Bedrock |tntbreaksbedrock |1.5 |DONE |NOSIGNATURE
CraftingTweaks_1.16.3-12.2.0.jar |Crafting Tweaks |craftingtweaks |12.2.0 |DONE |NOSIGNATURE
forge-1.16.5-36.1.4-server.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
cofh_core-1.16.4-1.2.1.jar |CoFH Core |cofh_core |1.2.1 |DONE |NOSIGNATURE
thermal_foundation-1.16.4-1.2.0.jar |Thermal Series |thermal |1.2.0 |DONE |NOSIGNATURE
thermal_innovation-1.16.4-1.2.0.jar |Thermal Innovation |thermal_innovation |1.2.0 |DONE |NOSIGNATURE
thermal_expansion-1.16.4-1.2.0.jar |Thermal Expansion |thermal_expansion |1.2.0 |DONE |NOSIGNATURE
thermal_locomotion-1.16.4-1.2.0.jar |Thermal Locomotion |thermal_locomotion |1.2.0 |DONE |NOSIGNATURE
rftoolsutility-1.16-3.0.25.jar |RFToolsUtility |rftoolsutility |1.16-3.0.25 |DONE |NOSIGNATURE
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |NOSIGNATURE
titanium-1.16.5-3.2.8.2.jar |Titanium |titanium |3.2.8.2 |DONE |NOSIGNATURE
ImmersiveEngineering-1.16.5-4.2.4-134.jar |Immersive Engineering |immersiveengineering |1.16.5-4.2.4-134 |DONE |44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
bluepower-1.16.4-0.5.241-alpha-universal.jar |Blue Power |bluepower |0.5.241-alpha |DONE |NOSIGNATURE
pamhc2crops-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |NOSIGNATURE
ava-1.6.7.jar |A.V.A - Alliance of Valiant Ar|ava |1.6.7 |DONE |NOSIGNATURE
smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |DONE |NOSIGNATURE
rftoolsbuilder-1.16-3.0.16.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.0.16 |DONE |NOSIGNATURE
jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |NOSIGNATURE
enviroenergy-1.16.5-3.0.8.1.jar |Environmental Energy |enviroenergy |1.16.5-3.0.8.1 |DONE |NOSIGNATURE
pipez-1.16.5-1.2.2.jar |Pipez |pipez |1.16.5-1.2.2 |DONE |NOSIGNATURE
Mantle-1.16.5-1.6.79.jar |Mantle |mantle |1.6.79 |DONE |NOSIGNATURE
Inspirations-1.16.5-1.2.2.jar |Inspirations |inspirations |1.2.2 |DONE |NOSIGNATURE
JAOPCA-1.16.5-3.4.0.8.jar |JAOPCA |jaopca |3.4.0.8 |DONE |NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |NOSIGNATURE
thermal_cultivation-1.16.4-1.2.0.jar |Thermal Cultivation |thermal_cultivation |1.2.0 |DONE |NOSIGNATURE
polymorph-forge-1.16.5-0.24.jar |Polymorph |polymorph |1.16.5-0.24 |DONE |NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |DONE |NOSIGNATURE
Quark-r2.4-310.jar |Quark |quark |r2.4-310 |DONE |NOSIGNATURE
[1.16.5] SecurityCraft v1.8.21.1.jar |SecurityCraft |securitycraft |v1.8.21.1 |DONE |NOSIGNATURE
StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |NOSIGNATURE
FluxNetworks-1.16.5-6.1.6.11.jar |Flux Networks |fluxnetworks |1.16.5-6.1.6.11 |DONE |NOSIGNATURE
lanterncolors-1.16.3-2.1.1.jar |Lantern Colors |lanterncolors |1.16.2-2.1.1 |DONE |NOSIGNATURE
OfflineSkins-1.16.5-v1a.jar |OfflineSkins |offlineskins |1.16.5-v1a |DONE |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
kubejs-create-1604.1.0.4.jar |KubeJS Create |kubejs_create |1604.1.0.4 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
MagicalTorches-1.16.5-1.0.0.jar |Magical Torches |magical_torches |1.0.0 |DONE |NOSIGNATURE
engineersdecor-1.16.4-1.1.11.jar |Engineer's Decor |engineersdecor |1.1.11 |DONE |bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
connectedglass-1.0.7-mc1.16.4.jar |Connected Glass |connectedglass |1.0.7 |DONE |NOSIGNATURE
moredragoneggs-1.4.jar |More Dragon Eggs |moredragoneggs |1.4 |DONE |NOSIGNATURE
modular-routers-1.16.5-7.4.0-55.jar |Modular Routers |modularrouters |task ':jar' property|DONE |NOSIGNATURE
byg-1.1.14.jar |Oh The Biomes You'll Go |byg |1.1.14 |DONE |NOSIGNATURE
extremeSoundMuffler-3.9_Forge-1.16.5.jar |Extreme Sound Muffler |extremesoundmuffler |3.9_forge-1.16.5 |DONE |NOSIGNATURE
SolarGeneration-1.16.5-2.4.0.jar |Solar Generation |solargeneration |2.4.0 |DONE |NOSIGNATURE
CosmeticArmorReworked-1.16.5-v1b.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v1b |DONE |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
chiselsandbits-0.3.4-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |DONE |NOSIGNATURE
createaddition-1.16.5-20210404a.jar |Create Crafts & Additions |createaddition |1.16.5-20210404a |DONE |NOSIGNATURE
Crash Report UUID: 970c7a8c-c775-45a0-83cb-e3c4e8d07415
Player Count: 5 / 200; [ServerPlayerEntity['YOYOK9'/64, l='ServerLevel[world]', x=298.19, y=81.00, z=2490.83], ServerPlayerEntity['berndarmin'/240, l='ServerLevel[world]', x=-477.40, y=83.00, z=176.30], ServerPlayerEntity['urbanautters'/404, l='ServerLevel[world]', x=-250.63, y=82.00, z=-1098.05], ServerPlayerEntity['Retek_Jorr'/1190, l='ServerLevel[world]', x=1841.29, y=64.00, z=1088.06], ServerPlayerEntity['jmp0330'/9497, l='ServerLevel[world]', x=-226.42, y=75.00, z=-1091.59]]
Data Packs: vanilla, mod:supermartijn642configlib, file/bluepower (incompatible), mod:netherportalfix (incompatible), mod:beenfo (incompatible), mod:extendedcrafting, mod:qol_all_day, mod:rad (incompatible), mod:autooredictconv, mod:rsgauges, mod:ironjetpacks, mod:ctm (incompatible), mod:cookingforblockheads (incompatible), mod:controlling, mod:reauth, mod:placebo (incompatible), mod:yungsapi, mod:mdecore, mod:shrink (incompatible), mod:bookshelf, mod:tetranomicon, mod:uteamcore, mod:buildinggadgets, mod:darkutils (incompatible), mod:mcwdoors, mod:morpheus (incompatible), mod:mekanismgenerators, mod:waila, mod:xnetgases, mod:mob_grinding_utils, mod:emojiful (incompatible), mod:betterendforge, mod:out_of_sight (incompatible), mod:mcwbridges, mod:industrialforegoing (incompatible), mod:usefulbackpacks, mod:torchmaster (incompatible), mod:resourcefulbees (incompatible), mod:repurposed_structures, mod:entangled, mod:biomesoplenty, mod:mekanismadditions, mod:endrem, mod:bk, mod:valkyrielib, mod:envirocore (incompatible), mod:envirotech, mod:rapid_leaf_decay, mod:ironfurnaces, mod:mining_dimension, mod:supermartijn642corelib, mod:masonry (incompatible), mod:trackapi (incompatible), mod:spark, mod:pamhc2foodextended (incompatible), mod:mysticaladaptations (incompatible), mod:solarflux, mod:curios, mod:tetra, mod:patchouli (incompatible), mod:peacefulsurface (incompatible), mod:collective, mod:extlights, mod:lostcities, mod:elevatorid, mod:tombstone, mod:chunkpregen, mod:serverutilities (incompatible), mod:neoncraft, mod:runelic, mod:mekanismtools, mod:constructionwand (incompatible), mod:wormhole, mod:architectury, mod:ftbguilibrary (incompatible), mod:ftbteams (incompatible), mod:immersiverailroading (incompatible), mod:computercraft, mod:moreoverlays, mod:trashcans, mod:bwncr (incompatible), mod:rainbegoneritual, mod:codechickenlib (incompatible), mod:servertabinfo, mod:bettermineshafts, mod:quantumstorage (incompatible), mod:cyclic (incompatible), mod:betteradvancements, mod:quarkoddities (incompatible), mod:clienttweaks (incompatible), mod:rhino, mod:cucumber, mod:pamhc2trees (incompatible), mod:woot, mod:craftingstation (incompatible), mod:snad (incompatible), mod:treeharvester, mod:xlpackets, mod:tinycoal (incompatible), mod:mekanism, mod:ae2extras (incompatible), mod:wawla, mod:create, mod:zycraft, mod:clumps, mod:mgui (incompatible), mod:journeymap (incompatible), mod:enviromats (incompatible), mod:comforts (incompatible), mod:appliedenergistics2 (incompatible), mod:naturescompass (incompatible), mod:storagenetwork, mod:botanypots, mod:botanytrees, mod:engineerstools, mod:dungeoncrawl, mod:charginggadgets, mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:mcjtylib, mod:rftoolsbase, mod:xnet, mod:rftoolsstorage, mod:pedestals (incompatible), mod:mapperbase (incompatible), mod:embellishcraft (incompatible), mod:embellishcraft-bop (incompatible), mod:toastcontrol (incompatible), mod:infodatapack, mod:jei, mod:kubejs, mod:kubejs_ui, mod:mininggadgets (incompatible), mod:enderstorage (incompatible), mod:rftoolspower, mod:immersivepetroleum (incompatible), mod:ftbchunks, mod:forge, mod:wailaharvestability, mod:immersiveposts (incompatible), mod:mysticalagriculture, mod:mysticalagradditions, mod:ironchest (incompatible), mod:universalmodcore (incompatible), mod:tntbreaksbedrock, mod:craftingtweaks (incompatible), mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:thermal_expansion (incompatible), mod:thermal_locomotion (incompatible), mod:rftoolsutility, mod:mousetweaks, mod:titanium (incompatible), mod:immersiveengineering, mod:bluepower (incompatible), mod:pamhc2crops (incompatible), mod:ava, mod:smoothboot, mod:rftoolsbuilder, mod:jeiintegration, mod:pipez, mod:mantle (incompatible), mod:inspirations (incompatible), mod:jaopca (incompatible), mod:pamhc2foodcore (incompatible), mod:thermal_cultivation (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:quark (incompatible), mod:securitycraft (incompatible), mod:storagedrawers (incompatible), mod:fluxnetworks, mod:lanterncolors (incompatible), mod:offlineskins (incompatible), mod:kubejs_create, mod:appleskin, mod:magical_torches, mod:engineersdecor, mod:connectedglass (incompatible), mod:moredragoneggs (incompatible), mod:modularrouters, mod:byg, mod:extremesoundmuffler, mod:solargeneration, mod:cosmeticarmorreworked (incompatible), mod:chiselsandbits (incompatible), mod:createaddition, inmemory:jaopca (incompatible), resourcefulbees:internals, mod:worldedit (incompatible), mod:dcintegration (incompatible), mod:enviroenergy
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment