---- Minecraft Crash Report ---- WARNING: coremods are present: AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-138-universal.jar) ForgelinPlugin (Forgelin-1.7.4.jar) BedPatch (bedpatch-2.2-1.12.2.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) SplashAnimationCoremod (SplashAnimation-0.1.0.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar) LoadingPlugin (Quark-r1.5-129.jar) TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar) Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) FMLPlugin (elulib-0.1.12.jar) CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) AppleCore (AppleCore-mc1.12.2-3.1.4.jar) Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar) Contact their authors BEFORE contacting forge // Don't do that. Time: 6/20/19 6:37 AM Description: Watching Server java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05) at li.cil.oc.server.machine.Machine.save(Machine.scala:793) at li.cil.oc.common.tileentity.traits.Computer$$anonfun$writeToNBTForServer$1.apply(Computer.scala:164) at li.cil.oc.common.tileentity.traits.Computer$$anonfun$writeToNBTForServer$1.apply(Computer.scala:164) at li.cil.oc.util.ExtendedNBT$ExtendedNBTTagCompound.setNewCompoundTag(ExtendedNBT.scala:217) at li.cil.oc.common.tileentity.traits.Computer$class.writeToNBTForServer(Computer.scala:164) at li.cil.oc.common.tileentity.Case.li$cil$oc$common$tileentity$traits$Colored$$super$writeToNBTForServer(Case.scala:28) at li.cil.oc.common.tileentity.traits.Colored$class.writeToNBTForServer(Colored.scala:48) at li.cil.oc.common.tileentity.Case.writeToNBTForServer(Case.scala:100) at li.cil.oc.common.tileentity.traits.TileEntity$class.writeToNBT(TileEntity.scala:99) at li.cil.oc.common.tileentity.Case.func_189515_b(Case.scala:28) at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:382) at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:173) at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:202) at net.minecraft.world.gen.ChunkProviderServer.func_186027_a(ChunkProviderServer.java:230) at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1007) at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:408) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:691) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) at java.lang.Thread.run(Thread.java:748) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server Watchdog Stacktrace: at li.cil.oc.server.machine.Machine.save(Machine.scala:793) at li.cil.oc.common.tileentity.traits.Computer$$anonfun$writeToNBTForServer$1.apply(Computer.scala:164) at li.cil.oc.common.tileentity.traits.Computer$$anonfun$writeToNBTForServer$1.apply(Computer.scala:164) at li.cil.oc.util.ExtendedNBT$ExtendedNBTTagCompound.setNewCompoundTag(ExtendedNBT.scala:217) at li.cil.oc.common.tileentity.traits.Computer$class.writeToNBTForServer(Computer.scala:164) at li.cil.oc.common.tileentity.Case.li$cil$oc$common$tileentity$traits$Colored$$super$writeToNBTForServer(Case.scala:28) at li.cil.oc.common.tileentity.traits.Colored$class.writeToNBTForServer(Colored.scala:48) at li.cil.oc.common.tileentity.Case.writeToNBTForServer(Case.scala:100) at li.cil.oc.common.tileentity.traits.TileEntity$class.writeToNBT(TileEntity.scala:99) at li.cil.oc.common.tileentity.Case.func_189515_b(Case.scala:28) at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:382) at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:173) at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:202) at net.minecraft.world.gen.ChunkProviderServer.func_186027_a(ChunkProviderServer.java:230) at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1007) at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:408) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:691) -- Thread Dump -- Details: Threads: "Coroutine-15" Id=2743 BLOCKED on li.cil.oc.server.machine.Machine@78d2d058 owned by "OpenComputers-Computer-4" Id=2730 at li.cil.oc.server.machine.Machine.pause(Machine.scala:259) - blocked on li.cil.oc.server.machine.Machine@78d2d058 at li.cil.oc.server.machine.Machine.getDeviceInfo(Machine.scala:442) at generated.li.cil.oc.CallWrapper_li_cil_oc_server_machine_Machine_getDeviceInfo.call(Unknown Source) at li.cil.oc.server.machine.Callbacks$ComponentCallback.apply(Callbacks.scala:123) at li.cil.oc.server.network.Component$class.invoke(Component.scala:112) at li.cil.oc.server.network.Network$ComponentConnectorBuilder$$anon$1.invoke(Network.scala:636) at li.cil.oc.server.machine.Machine.invoke(Machine.scala:360) at li.cil.oc.server.machine.luaj.ComponentAPI$$anonfun$initialize$5$$anonfun$apply$6.apply(ComponentAPI.scala:67) ... "Coroutine-6" Id=2734 WAITING on li.cil.repack.org.luaj.vm2.LuaThread$State@3ee8d5dc owned by "Coroutine-15" Id=2743 at java.lang.Object.wait(Native Method) - waiting on li.cil.repack.org.luaj.vm2.LuaThread$State@3ee8d5dc at java.lang.Object.wait(Object.java:502) at li.cil.repack.org.luaj.vm2.LuaThread$State.lua_resume(LuaThread.java:214) at li.cil.repack.org.luaj.vm2.LuaThread.resume(LuaThread.java:157) at li.cil.repack.org.luaj.vm2.lib.CoroutineLib$resume.invoke(CoroutineLib.java:98) at li.cil.repack.org.luaj.vm2.LuaClosure.execute(LuaClosure.java:403) at li.cil.repack.org.luaj.vm2.LuaClosure.onInvoke(LuaClosure.java:193) at li.cil.repack.org.luaj.vm2.TailcallVarargs.eval(TailcallVarargs.java:65) ... "Coroutine-5" Id=2733 WAITING on li.cil.repack.org.luaj.vm2.LuaThread$State@302f3c71 owned by "Coroutine-6" Id=2734 at java.lang.Object.wait(Native Method) - waiting on li.cil.repack.org.luaj.vm2.LuaThread$State@302f3c71 at java.lang.Object.wait(Object.java:502) at li.cil.repack.org.luaj.vm2.LuaThread$State.lua_resume(LuaThread.java:214) at li.cil.repack.org.luaj.vm2.LuaThread.resume(LuaThread.java:157) at li.cil.repack.org.luaj.vm2.lib.CoroutineLib$resume.invoke(CoroutineLib.java:98) at li.cil.repack.org.luaj.vm2.LuaClosure.execute(LuaClosure.java:403) at li.cil.repack.org.luaj.vm2.LuaClosure.onInvoke(LuaClosure.java:193) at li.cil.repack.org.luaj.vm2.LuaClosure.invoke(LuaClosure.java:186) ... "OpenComputers-Computer-4" Id=2730 WAITING on li.cil.repack.org.luaj.vm2.LuaThread$State@3410beac owned by "Coroutine-5" Id=2733 at java.lang.Object.wait(Native Method) - waiting on li.cil.repack.org.luaj.vm2.LuaThread$State@3410beac at java.lang.Object.wait(Object.java:502) at li.cil.repack.org.luaj.vm2.LuaThread$State.lua_resume(LuaThread.java:214) at li.cil.repack.org.luaj.vm2.LuaThread.resume(LuaThread.java:157) at li.cil.oc.server.machine.luaj.LuaJLuaArchitecture.runThreaded(LuaJLuaArchitecture.scala:122) at li.cil.oc.server.machine.Machine.run(Machine.scala:972) - locked li.cil.oc.server.machine.Machine@78d2d058 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) ... Number of locked synchronizers = 1 - java.util.concurrent.ThreadPoolExecutor$Worker@3e01867e "OpenComputers-Computer-3" Id=2729 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7112364a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7112364a 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) ... "OpenComputers-Computer-2" Id=2727 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7112364a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7112364a 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) ... "OpenComputers-Computer-1" Id=2725 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7112364a at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7112364a 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) ... "OpenComputers-FileSystem-1" Id=2720 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@9ac4b81 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@9ac4b81 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) ... "Netty Epoll Server IO #47" Id=894 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #46" Id=855 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #45" Id=833 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #44" Id=832 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #43" Id=831 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #42" Id=819 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #41" Id=788 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #40" Id=787 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #39" Id=631 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #38" Id=434 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #37" Id=431 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #36" Id=416 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #35" Id=415 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #34" Id=414 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #33" Id=413 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #32" Id=412 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #31" Id=405 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #30" Id=388 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #29" Id=387 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #28" Id=384 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #27" Id=376 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #26" Id=375 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #25" Id=353 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #24" Id=314 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #23" Id=306 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #22" Id=305 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #21" Id=294 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #20" Id=290 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #19" Id=289 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #18" Id=288 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #17" Id=287 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #16" Id=269 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #15" Id=268 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #14" Id=267 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #13" Id=256 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #12" Id=255 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #11" Id=219 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #10" Id=218 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #9" Id=208 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #8" Id=207 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #7" Id=156 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #6" Id=151 RUNNABLE at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #5" Id=129 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #4" Id=128 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Chunk I/O Executor Thread-1" Id=117 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@40292271 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@40292271 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #3" Id=113 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #2" Id=112 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "threadDeathWatcher-2-1" Id=111 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #1" Id=110 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "BL Environment Event Overrides Downloader #0" Id=109 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@717d0106 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@717d0106 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "OpenComputers-SaveHandler-1" Id=108 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@113dc905 at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@113dc905 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) ... "Forestry Greenhouse" Id=107 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at forestry.greenhouse.multiblock.blocks.world.ChunkThread.run(ChunkThread.java:94) at java.lang.Thread.run(Thread.java:748) "Java2D Disposer" Id=105 WAITING on java.lang.ref.ReferenceQueue$Lock@7a2668e0 at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@7a2668e0 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) "Server Watchdog" Id=101 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:45) at java.lang.Thread.run(Thread.java:748) "File IO Thread" Id=100 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51) at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30) at java.lang.Thread.run(Thread.java:748) "pool-4-thread-9" Id=99 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "pool-4-thread-8" Id=98 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "pool-4-thread-7" Id=97 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "pool-4-thread-6" Id=96 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "pool-4-thread-5" Id=95 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "pool-4-thread-4" Id=94 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "pool-4-thread-3" Id=93 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "pool-4-thread-2" Id=92 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "pool-4-thread-1" Id=91 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f at sun.misc.Unsafe.park(Native Method) - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7395f77f 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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) 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) at java.lang.Thread.run(Thread.java:748) "Netty Epoll Server IO #0" Id=43 RUNNABLE (in native) at io.netty.channel.epoll.Native.epollWait0(Native Method) at io.netty.channel.epoll.Native.epollWait(Native.java:117) at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) at java.lang.Thread.run(Thread.java:748) "JLine terminal non blocking reader thread" Id=32 RUNNABLE at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:255) at org.jline.utils.InputStreamReader.read(InputStreamReader.java:270) - locked java.io.FileInputStream@6a79ad3a at org.jline.utils.InputStreamReader.read(InputStreamReader.java:200) - locked java.io.FileInputStream@6a79ad3a at org.jline.utils.NonBlockingReader.run(NonBlockingReader.java:276) at java.lang.Thread.run(Thread.java:748) "Server console handler" Id=31 TIMED_WAITING on org.jline.utils.NonBlockingReader@15733491 at java.lang.Object.wait(Native Method) - waiting on org.jline.utils.NonBlockingReader@15733491 at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:174) at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:113) at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:132) at org.jline.keymap.BindingReader.readBinding(BindingReader.java:109) at org.jline.keymap.BindingReader.readBinding(BindingReader.java:60) at org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:724) at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:526) ... "DestroyJavaVM" Id=30 RUNNABLE "Server thread" Id=28 BLOCKED on li.cil.oc.server.machine.Machine@78d2d058 owned by "OpenComputers-Computer-4" Id=2730 at li.cil.oc.server.machine.Machine.save(Machine.scala:793) - blocked on li.cil.oc.server.machine.Machine@78d2d058 at li.cil.oc.common.tileentity.traits.Computer$$anonfun$writeToNBTForServer$1.apply(Computer.scala:164) at li.cil.oc.common.tileentity.traits.Computer$$anonfun$writeToNBTForServer$1.apply(Computer.scala:164) at li.cil.oc.util.ExtendedNBT$ExtendedNBTTagCompound.setNewCompoundTag(ExtendedNBT.scala:217) at li.cil.oc.common.tileentity.traits.Computer$class.writeToNBTForServer(Computer.scala:164) at li.cil.oc.common.tileentity.Case.li$cil$oc$common$tileentity$traits$Colored$$super$writeToNBTForServer(Case.scala:28) at li.cil.oc.common.tileentity.traits.Colored$class.writeToNBTForServer(Colored.scala:48) at li.cil.oc.common.tileentity.Case.writeToNBTForServer(Case.scala:100) ... "Server Infinisleeper" Id=27 TIMED_WAITING at java.lang.Thread.sleep(Native Method) at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82) "Snooper Timer" Id=26 TIMED_WAITING on java.util.TaskQueue@5c5b3fb7 at java.lang.Object.wait(Native Method) - waiting on java.util.TaskQueue@5c5b3fb7 at java.util.TimerThread.mainLoop(Timer.java:552) at java.util.TimerThread.run(Timer.java:505) "Signal Dispatcher" Id=4 RUNNABLE "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@29154c at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.ReferenceQueue$Lock@29154c 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@279e780e at java.lang.Object.wait(Native Method) - waiting on java.lang.ref.Reference$Lock@279e780e 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:62) at java.lang.Thread.run(Thread.java:748) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Linux (amd64) version 3.10.0-957.12.1.el7.x86_64 Java Version: 1.8.0_212, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 229480496 bytes (218 MB) / 2380451840 bytes (2270 MB) up to 7265714176 bytes (6929 MB) JVM Flags: 8 total; -Xmx7168M -XX:+UseLargePages -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=8 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.42 Powered by Forge 14.23.4.2759 152 mods loaded, 152 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:--------- |:------------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- | | UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None | | UCHIJAAAA | mcp | 9.42 | minecraft.jar | None | | UCHIJAAAA | FML | 8.0.99.99 | FTBserver-1.12.2-14.23.4.2759-universal.jar | None | | UCHIJAAAA | forge | 14.23.4.2759 | FTBserver-1.12.2-14.23.4.2759-universal.jar | None | | UCHIJAAAA | advancedrocketrycore | 1 | minecraft.jar | None | | UCHIJAAAA | openmodscore | 0.11.5 | minecraft.jar | None | | UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None | | UCHIJAAAA | opencomputers|core | 1.7.4.153 | minecraft.jar | None | | UCHIJAAAA | elucore | 1.0 | minecraft.jar | None | | UCHIJAAAA | fastbench | 1.5.3 | FastWorkbench-1.12.2-1.5.3.jar | None | | UCHIJAAAA | actuallyadditions | 1.12.2-r140 | ActuallyAdditions-1.12.2-r140.jar | None | | UCHIJAAAA | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJAAAA | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None | | UCHIJAAAA | libvulpes | 0.4.0.-54 | LibVulpes-1.12.2-0.4.0-54-universal.jar | None | | UCHIJAAAA | advancedrocketry | 1.5.0.-138 | AdvancedRocketry-1.12.2-1.5.0-138-universal.jar | None | | UCHIJAAAA | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None | | UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None | | UCHIJAAAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None | | UCHIJAAAA | applecore | 3.1.4 | AppleCore-mc1.12.2-3.1.4.jar | None | | UCHIJAAAA | charset | 0.5.5.5 | Charset-Lib-0.5.5.5.jar | None | | UCHIJAAAA | crafttweaker | 4.1.9 | CraftTweaker2-1.12-4.1.9.jar | None | | UCHIJAAAA | mtlib | 3.0.5 | MTLib-3.0.5.jar | None | | UCHIJAAAA | modtweaker | 4.0.13 | modtweaker-4.0.14.jar | None | | UCHIJAAAA | jei | 4.12.0.216 | jei_1.12.2-4.12.0.216.jar | None | | UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None | | UCHIJAAAA | quark | r1.5-129 | Quark-r1.5-129.jar | None | | UCHIJAAAA | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None | | UCHIJAAAA | badwithernocookiereloaded | 1.12.2-3.1.14 | badwithernocookiereloaded-1.12.2-3.1.14.jar | None | | UCHIJAAAA | base | 3.10.0 | base-1.12.2-3.10.0.jar | None | | UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None | | UCHIJAAAA | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 | | UCHIJAAAA | betteradvancements | 0.0.5.17 | BetterAdvancements-1.12.2-0.0.5.17.jar | None | | UCHIJAAAA | betterbuilderswands | 0.12.0 | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar | None | | UCHIJAAAA | betterquesting | 3.5.266 | BetterQuesting-3.5.266.jar | None | | UCHIJAAAA | bqt | 1.0 | BetterQuestingTriggerer-1.0.jar | None | | UCHIJAAAA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None | | UCHIJAAAA | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None | | UCHIJAAAA | natura | 1.12.2-4.3.2.62 | natura-1.12.2-4.3.2.62.jar | None | | UCHIJAAAA | reborncore | 3.10.1.335 | RebornCore-1.12.2-3.10.1.335-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b | | UCHIJAAAA | techreborn | 2.17.4.824 | TechReborn-1.12.2-2.17.4.824-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b | | UCHIJAAAA | forestry | 5.8.1.341 | forestry_1.12.2-5.8.1.341.jar | None | | UCHIJAAAA | binniecore | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | UCHIJAAAA | binniedesign | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | UCHIJAAAA | genetics | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | UCHIJAAAA | botany | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | UCHIJAAAA | extrabees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | UCHIJAAAA | extratrees | 2.5.0.168 | binnie-mods-1.12.2-2.5.0.168.jar | None | | UCHIJAAAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None | | UCHIJAAAA | bookshelf | 2.3.559 | Bookshelf-1.12.2-2.3.559.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | careerbees | 1.0 | careerbees-0.4.0.jar | None | | UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None | | UCHIJAAAA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None | | UCHIJAAAA | chisel | MC1.12.2-0.2.1.34 | Chisel-MC1.12.2-0.2.1.34.jar | None | | UCHIJAAAA | chiselsandbits | 14.24 | chiselsandbits-14.24.jar | None | | UCHIJAAAA | clumps | 3.1.1 | Clumps-3.1.1.jar | None | | UCHIJAAAA | codechickenlib | 3.2.2.354 | CodeChickenLib-1.12.2-3.2.2.354-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIJAAAA | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJAAAA | asielib | 1.0.0 | Computronics-1.12.1-1.6.5.jar | None | | UCHIJAAAA | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None | | UCHIJAAAA | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | theoneprobe | 1.4.24 | theoneprobe-1.12-1.4.24.jar | None | | UCHIJAAAA | computronics | 1.6.5 | Computronics-1.12.1-1.6.5.jar | None | | UCHIJAAAA | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None | | UCHIJAAAA | conarm | 1.2.3 | conarm-1.12.2-1.2.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f | | UCHIJAAAA | cookingforblockheads | 6.4.61 | CookingForBlockheads_1.12.2-6.4.61.jar | None | | UCHIJAAAA | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.9.jar | None | | UCHIJAAAA | darkutils | 1.8.211 | DarkUtils-1.12.2-1.8.211.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | diethopper | 1.1 | diethopper-1.1.jar | None | | UCHIJAAAA | mcjtylib_ng | 3.0.5 | mcjtylib-1.12-3.0.5.jar | None | | UCHIJAAAA | efab | 0.1.1 | efab-0.1.1.jar | None | | UCHIJAAAA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIJAAAA | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJAAAA | immersiveengineering | 0.12-85 | ImmersiveEngineering-0.12-85.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 | | UCHIJAAAA | engineersdoors | 0.7.2 | engineersdoors-0.7.2.jar | None | | UCHIJAAAA | engineersworkshop | 1.0.8.37 | EngineersWorkshopReborn-1.12.2-1.0.8.37.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b | | UCHIJAAAA | valkyrielib | 1.12.2-2.0.15.1 | valkyrielib-1.12.2-2.0.15.1.jar | None | | UCHIJAAAA | environmentaltech | 1.12.2-2.0.15.1 | environmentaltech-1.12.2-2.0.15.1.jar | None | | UCHIJAAAA | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJAAAA | exchangers | 1.12.2-2.7.3 | Exchangers-1.12.2-2.7.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c | | UCHIJAAAA | extracells | 2.5.13 | ExtraCells-1.12.2-2.5.13a60.jar | None | | UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.9.2.jar | None | | UCHIJAAAA | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None | | UCHIJAAAA | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None | | UCHIJAAAA | flansmod | 5.5.2 | Flan's Mod-1.12.2-5.5.2.jar | None | | UCHIJAAAA | flansmodapocalypse | 1.0 | Flan's Mod-1.12.2-5.5.2.jar | None | | UCHIJAAAA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None | | UCHIJAAAA | sonarcore | 5.0.16 | sonarcore-1.12.2-5.0.16-16.jar | None | | UCHIJAAAA | fluxnetworks | 3.0.16 | fluxnetworks-1.12.2-3.0.16-11.jar | None | | UCHIJAAAA | foamfix | 0.10.1-1.12.2 | foamfix-0.10.1-1.12.2.jar | None | | UCHIJAAAA | forgelin | 1.7.4 | Forgelin-1.7.4.jar | None | | UCHIJAAAA | forgemultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIJAAAA | microblockcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None | | UCHIJAAAA | minecraftmultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None | | UCHIJAAAA | ftblib | 5.3.0.51 | FTBLib-5.3.0.51.jar | None | | UCHIJAAAA | ftbguides | 1.0.2.22 | FTBGuides-1.0.2.22.jar | None | | UCHIJAAAA | ftbutilities | 5.3.0.50 | FTBUtilities-5.3.0.50.jar | None | | UCHIJAAAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None | | UCHIJAAAA | harvest | 1.12-1.2.6-18 | Harvest-1.12-1.2.6-18.jar | None | | UCHIJAAAA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None | | UCHIJAAAA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.11.2-212.jar | None | | UCHIJAAAA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None | | UCHIJAAAA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe | | UCHIJAAAA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None | | UCHIJAAAA | ironchest | 1.12.2-7.0.46.831 | ironchest-1.12.2-7.0.46.831.jar | None | | UCHIJAAAA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None | | UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None | | UCHIJAAAA | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 | | UCHIJAAAA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None | | UCHIJAAAA | minetogether | unspecified | minetogether-1.10.2-2.1.3.jar | None | | UCHIJAAAA | minetogetherserver | unspecified | minetogether-1.10.2-2.1.3.jar | None | | UCHIJAAAA | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None | | UCHIJAAAA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None | | UCHIJAAAA | oreexcavation | 1.4.129 | OreExcavation-1.4.129.jar | None | | UCHIJAAAA | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None | | UCHIJAAAA | openmods | 0.11.5 | OpenModsLib-1.12.2-0.11.5.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | UCHIJAAAA | openblocks | 1.7.6 | OpenBlocks-1.12.2-1.7.6.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 | | UCHIJAAAA | projecte | 1.12-PE1.3.1B | ProjectE-1.12-PE1.3.1B.jar | None | | UCHIJAAAA | p455w0rdslib | 2.0.35 | p455w0rdslib-1.12-2.0.35.jar | None | | UCHIJAAAA | harvestcraft | 1.12.2z | Pam's HarvestCraft 1.12.2z.jar | None | | UCHIJAAAA | prettybeaches | 1.0.3 | PrettyBeaches_1.12.2-1.0.3.jar | None | | UCHIJAAAA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None | | UCHIJAAAA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None | | UCHIJAAAA | redstonearsenal | 2.5.1 | RedstoneArsenal-1.12.2-2.5.1.13-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJAAAA | refinedstorage | 1.6.5 | refinedstorage-1.6.5.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 | | UCHIJAAAA | rftools | 7.56 | rftools-1.12-7.56.jar | None | | UCHIJAAAA | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None | | UCHIJAAAA | rftoolspower | 1.1.1 | rftoolspower-1.12-1.1.1.jar | None | | UCHIJAAAA | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJAAAA | simplyjetpacks | 2.2.7.45 | SimplyJetpacks2-1.12.2-2.2.7.45.jar | None | | UCHIJAAAA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None | | UCHIJAAAA | spiceoflife | 1.3.12 | SpiceOfLife-mc1.12-1.3.12.jar | None | | UCHIJAAAA | bq_standard | 3.4.145 | StandardExpansion-3.4.145.jar | None | | UCHIJAAAA | stevescarts | 2.4.23.115 | StevesCarts-1.12.2-2.4.23.115.jar | None | | UCHIJAAAA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None | | UCHIJAAAA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None | | UCHIJAAAA | thermalcultivation | 0.3.0 | ThermalCultivation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f | | UCHIJAAAA | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None | | UCHIJAAAA | topaddons | 1.12.2-1.9.0 | topaddons-1.12.2-1.9.0.jar | None | | UCHIJAAAA | torchmaster | 1.6.4.62 | torchmaster_1.12.2-1.6.4.62.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 | | UCHIJAAAA | translocators | 2.5.1.77 | Translocators-1.12.2-2.5.1.77-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIJAAAA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None | | UCHIJAAAA | universalmodifiers | 1.12.2-1.0.9a | valkyrielib-1.12.2-2.0.15.1.jar | None | | UCHIJAAAA | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None | | UCHIJAAAA | wct | 3.9.67 | WirelessCraftingTerminal-1.12.2-3.9.67.jar | None | | UCHIJAAAA | wrcbe | 2.3.1 | WR-CBE-1.12.2-2.3.1.29-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIJAAAA | xnet | 1.7.4 | xnet-1.12-1.7.4.jar | None | | UCHIJAAAA | yabba | 1.1.2.26 | YABBA-1.1.2.26.jar | None | | UCHIJAAAA | thebetweenlands | 3.3.13 | TheBetweenlands-3.3.13-server.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 | | UCHIJAAAA | elulib | 0.1.12 | elulib-0.1.12.jar | None | | UCHIJAAAA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None | | UCHIJAAAA | unidict | 1.12.2-2.7b | UniDict-1.12.2-2.7b.jar | None | Loaded coremods (and transformers): AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-138-universal.jar) zmaster587.advancedRocketry.asm.ClassTransformer ForgelinPlugin (Forgelin-1.7.4.jar) BedPatch (bedpatch-2.2-1.12.2.jar) com.mordenkainen.bedpatch.BedPatchASM OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) openmods.core.OpenModsClassTransformer SplashAnimationCoremod (SplashAnimation-0.1.0.jar) pl.asie.splashanimation.core.SplashProgressTransformer TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar) li.cil.oc.common.asm.ClassTransformer LoadingPlugin (Quark-r1.5-129.jar) vazkii.quark.base.asm.ClassTransformer TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar) thebetweenlands.core.TheBetweenlandsClassTransformer Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) invtweaks.forge.asm.ContainerTransformer FMLPlugin (elulib-0.1.12.jar) elucent.elulib.asm.ASMTransformer CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) team.chisel.ctm.client.asm.CTMTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar) blusunrize.immersiveengineering.common.asm.IEClassTransformer AppleCore (AppleCore-mc1.12.2-3.1.4.jar) squeek.applecore.asm.TransformerModuleHandler Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED] AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554 Pulsar/natura loaded Pulses: - NaturaCommons (Enabled/Forced) - NaturaOverworld (Enabled/Not Forced) - NaturaNether (Enabled/Not Forced) - NaturaDecorative (Enabled/Not Forced) - NaturaTools (Enabled/Not Forced) - NaturaEntities (Enabled/Not Forced) - NaturaOredict (Enabled/Forced) - NaturaWorld (Enabled/Not Forced) Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced) - TinkerWorld (Enabled/Not Forced) - TinkerTools (Enabled/Not Forced) - TinkerHarvestTools (Enabled/Forced) - TinkerMeleeWeapons (Enabled/Forced) - TinkerRangedWeapons (Enabled/Forced) - TinkerModifiers (Enabled/Forced) - TinkerSmeltery (Enabled/Not Forced) - TinkerGadgets (Enabled/Not Forced) - TinkerOredict (Enabled/Forced) - TinkerIntegration (Enabled/Forced) - TinkerFluids (Enabled/Forced) - TinkerMaterials (Enabled/Forced) - TinkerModelRegister (Enabled/Forced) - chiselIntegration (Enabled/Not Forced) - chiselsandbitsIntegration (Enabled/Not Forced) - theoneprobeIntegration (Enabled/Not Forced) List of loaded APIs: * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r140.jar * AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.4.jar * appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-11.jar * asielibAPI (1.1) from Computronics-1.12.1-1.6.5.jar * asielibAPI|tile (1.0) from Computronics-1.12.1-1.6.5.jar * asielibAPI|tool (1.1) from Computronics-1.12.1-1.6.5.jar * Base|API (1.0.0) from base-1.12.2-3.10.0.jar * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar * betteradvancements|API (0.0.5.17) from BetterAdvancements-1.12.2-0.0.5.17.jar * BetterQuesting|API (3.1) from BetterQuesting-3.5.266.jar * BetterQuesting|API2 (3.1) from BetterQuesting-3.5.266.jar * BetterWithModsAPI (Beta 0.6) from Quark-r1.5-129.jar * BetweenlandsAPI (1.11.1) from TheBetweenlands-3.3.13-server.jar * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.49.jar * CharsetAPI (0.1) from Charset-Lib-0.5.5.5.jar * CharsetAPI|Audio (0.0) from Charset-Lib-0.5.5.5.jar * CharsetAPI|Carry (0.0) from Charset-Lib-0.5.5.5.jar * CharsetAPI|Laser (0.0) from Charset-Lib-0.5.5.5.jar * CharsetAPI|Lib (0.2) from Charset-Lib-0.5.5.5.jar * CharsetAPI|Locks (0.1) from Charset-Lib-0.5.5.5.jar * CharsetAPI|Pipes (0.3) from Charset-Lib-0.5.5.5.jar * CharsetAPI|Storage (0.1) from Charset-Lib-0.5.5.5.jar * CharsetAPI|Tape (0.0) from Charset-Lib-0.5.5.5.jar * CharsetAPI|Wires (0.3) from Charset-Lib-0.5.5.5.jar * chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.34.jar * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.34.jar * ChiselsAndBitsAPI (14.24.0) from chiselsandbits-14.24.jar * cofhapi (2.5.0) from CoFHCore-1.12.2-4.5.3.20-universal.jar * computronicsAPI (1.3) from Computronics-1.12.1-1.6.5.jar * computronicsAPI|audio (1.0) from Computronics-1.12.1-1.6.5.jar * computronicsAPI|chat (1.3) from Computronics-1.12.1-1.6.5.jar * computronicsAPI|multiperipheral (1.1) from Computronics-1.12.1-1.6.5.jar * computronicsAPI|tape (1.0) from Computronics-1.12.1-1.6.5.jar * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.2.18.jar * fluxapi (1.0) from fluxnetworks-1.12.2-3.0.16-11.jar * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.1.341.jar * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.1.341.jar * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-85.jar * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-85.jar * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.11.2-212.jar * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.12.0.216.jar * modtogether|api (1.0) from minetogether-1.10.2-2.1.3.jar * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar * openblocks|api (1.2) from OpenBlocks-1.12.2-1.7.6.jar * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar * projecteapi (1.12.2-1.0.0) from ProjectE-1.12-PE1.3.1B.jar * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.35.jar * QuarkAPI (2) from Quark-r1.5-129.jar * reborncoreAPI (3.10.1.335) from RebornCore-1.12.2-3.10.1.335-universal.jar * reborncoreAPI|Power (3.10.1.335) from RebornCore-1.12.2-3.10.1.335-universal.jar * reborncoreAPI|Recipe (3.10.1.335) from RebornCore-1.12.2-3.10.1.335-universal.jar * reborncoreAPI|Tile (3.10.1.335) from RebornCore-1.12.2-3.10.1.335-universal.jar * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.16-16.jar * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.23.115.jar * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.23.115.jar * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.7.jar * techrebornAPI (2.17.4.824) from TechReborn-1.12.2-2.17.4.824-universal.jar * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.24.jar * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.15.1.jar * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.9.67.jar * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.2.jar RebornCore: Plugin Engine: 0 RebornCore Version: 3.10.1.335 Runtime Debofucsation 1 AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:ON, CRAFTTWEAKER:ON Profiler Position: N/A (disabled) Player Count: 2 / 60; [EntityPlayerMP['Cyanoz'/4252863, l='world', x=-200.71, y=72.00, z=293.52], EntityPlayerMP['The_NetZ'/4393660, l='world', x=-199.39, y=68.00, z=293.29]] Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)