View Issue Details

IDProjectCategoryView StatusLast Update
0002474Industrial-Craft²E-Net, cabling, storage/transformer blockspublic2019-01-30 23:35
Reportercerebrate Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionduplicate 
Fixed in VersionBuilds for MC 1.12.x 
Summary0002474: Server crashes whenever two cables are connected together
DescriptionAs soon as two IC2 cable blocks are connected, the server crashes with a watchdog timeout. Single cable blocks don't cause the problem (and indeed work fine; a generator connected to a batbox by a single piece of cable charges the latter as expected), but as soon as two cable blocks are neighbors, the crash occurs. Once the crash occurs, the server immediately crashes on restart with the same error until the world is rolled back.

Crash log supplied in additional information below.
Steps To Reproduce1. Place a cable block.
2. Place a second cable block touching the first block.
3. Observe crash.
4. Weep, wail, curse, etc.
Additional InformationCrash log reads as follows:

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)
  ForgelinPlugin (Forgelin-1.8.2.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 1/30/19 4:33 AM
Description: Watching Server

java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.energy.grid.GridUpdater.awaitCompletion(GridUpdater.java:105)
        at ic2.core.energy.grid.EnergyNetLocal.getTile(EnergyNetLocal.java:86)
        at ic2.core.energy.grid.EnergyNetLocal.getSubTile(EnergyNetLocal.java:63)
        at ic2.core.energy.grid.EnergyNetGlobal.getSubTile(EnergyNetGlobal.java:51)
        at aroma1997.tatw.feuseseu.block.FETileEventListener$1.getSubTile(FETileEventListener.java:76)
        at aroma1997.tatw.ic2usesfe.block.ICSourceEventListener.tick(ICSourceEventListener.java:89)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_412_ICSourceEventListener_tick_WorldTickEvent.invoke(.dynamic)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
        at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:752)
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
        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 java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.energy.grid.GridUpdater.awaitCompletion(GridUpdater.java:105)
        at ic2.core.energy.grid.EnergyNetLocal.getTile(EnergyNetLocal.java:86)
        at ic2.core.energy.grid.EnergyNetLocal.getSubTile(EnergyNetLocal.java:63)
        at ic2.core.energy.grid.EnergyNetGlobal.getSubTile(EnergyNetGlobal.java:51)
        at aroma1997.tatw.feuseseu.block.FETileEventListener$1.getSubTile(FETileEventListener.java:76)
        at aroma1997.tatw.ic2usesfe.block.ICSourceEventListener.tick(ICSourceEventListener.java:89)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_412_ICSourceEventListener_tick_WorldTickEvent.invoke(.dynamic)
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
        at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287)
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:752)
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)


-- Thread Dump --
Details:
        Threads: "ic2-poolthread-8" Id=68 WAITING on ic2.core.energy.grid.GridUpdater@6b78bd8
        at java.lang.Object.wait(Native Method)
        - waiting on ic2.core.energy.grid.GridUpdater@6b78bd8
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.energy.grid.GridUpdater.awaitCompletion(GridUpdater.java:105)
        at ic2.core.energy.grid.EnergyNetLocal.getTile(EnergyNetLocal.java:86)
        at ic2.core.energy.grid.EnergyNetLocal.getSubTile(EnergyNetLocal.java:63)
        at ic2.core.energy.grid.EnergyNetGlobal.getSubTile(EnergyNetGlobal.java:51)
        at aroma1997.tatw.feuseseu.block.FETileEventListener$1.getSubTile(FETileEventListener.java:76)
        at ic2.core.block.wiring.TileEntityCable.updateConnectivity(TileEntityCable.java:282)
        ...

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


"ic2-poolthread-7" Id=67 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Native Method)
        - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
        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)


"ic2-poolthread-6" Id=66 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Native Method)
        - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
        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)


"Chunk I/O Executor Thread-1" Id=65 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@c4fe0a8
        at sun.misc.Unsafe.park(Native Method)
        - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@c4fe0a8
        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 #2" Id=64 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)


"threadDeathWatcher-2-1" Id=63 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=62 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)


"ic2-poolthread-5" Id=61 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Native Method)
        - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
        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)


"ic2-poolthread-4" Id=60 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Native Method)
        - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
        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)


"ic2-poolthread-3" Id=59 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Native Method)
        - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
        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)


"ic2-poolthread-2" Id=58 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Native Method)
        - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
        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)


"File IO Thread" Id=57 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)


"Server Watchdog" Id=56 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)


"RCON Listener #1" Id=55 RUNNABLE
        at java.net.PlainSocketImpl.socketAccept(Native Method)
        at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
        at java.net.ServerSocket.implAccept(ServerSocket.java:545)
        at java.net.ServerSocket.accept(ServerSocket.java:513)
        at net.minecraft.network.rcon.RConThreadMain.run(SourceFile:69)
        at java.lang.Thread.run(Thread.java:748)


"pool-4-thread-7" Id=54 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        at sun.misc.Unsafe.park(Native Method)
        - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        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=53 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        at sun.misc.Unsafe.park(Native Method)
        - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        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=52 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        at sun.misc.Unsafe.park(Native Method)
        - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        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=51 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        at sun.misc.Unsafe.park(Native Method)
        - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        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=50 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        at sun.misc.Unsafe.park(Native Method)
        - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        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=49 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        at sun.misc.Unsafe.park(Native Method)
        - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        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=48 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        at sun.misc.Unsafe.park(Native Method)
        - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@494d6f45
        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)


"ic2-poolthread-1" Id=47 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Native Method)
        - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@870657e
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
        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=41 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)


"JLine terminal non blocking reader thread" Id=23 RUNNABLE (in native)
        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@739ec4ff
        at org.jline.utils.InputStreamReader.read(InputStreamReader.java:200)
        - locked java.io.FileInputStream@739ec4ff
        at org.jline.utils.NonBlockingReader.run(NonBlockingReader.java:276)
        at java.lang.Thread.run(Thread.java:748)


"Server console handler" Id=22 TIMED_WAITING on org.jline.utils.NonBlockingReader@784e0467
        at java.lang.Object.wait(Native Method)
        - waiting on org.jline.utils.NonBlockingReader@784e0467
        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=21 RUNNABLE


"Server thread" Id=19 WAITING on ic2.core.energy.grid.GridUpdater@6b78bd8
        at java.lang.Object.wait(Native Method)
        - waiting on ic2.core.energy.grid.GridUpdater@6b78bd8
        at java.lang.Object.wait(Object.java:502)
        at ic2.core.energy.grid.GridUpdater.awaitCompletion(GridUpdater.java:105)
        at ic2.core.energy.grid.EnergyNetLocal.getTile(EnergyNetLocal.java:86)
        at ic2.core.energy.grid.EnergyNetLocal.getSubTile(EnergyNetLocal.java:63)
        at ic2.core.energy.grid.EnergyNetGlobal.getSubTile(EnergyNetGlobal.java:51)
        at aroma1997.tatw.feuseseu.block.FETileEventListener$1.getSubTile(FETileEventListener.java:76)
        at aroma1997.tatw.ic2usesfe.block.ICSourceEventListener.tick(ICSourceEventListener.java:89)
        ...


"Server Infinisleeper" Id=18 TIMED_WAITING
        at java.lang.Thread.sleep(Native Method)
        at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)


"Snooper Timer" Id=17 TIMED_WAITING on java.util.TaskQueue@b77f166
        at java.lang.Object.wait(Native Method)
        - waiting on java.util.TaskQueue@b77f166
        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@2962900a
        at java.lang.Object.wait(Native Method)
        - waiting on java.lang.ref.ReferenceQueue$Lock@2962900a
        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@2c5e00e5
        at java.lang.Object.wait(Native Method)
        - waiting on java.lang.ref.Reference$Lock@2c5e00e5
        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 4.12.14-aufs
        Java Version: 1.8.0_181, Oracle Corporation
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 440819256 bytes (420 MB) / 1874329600 bytes (1787 MB) up to 3730309120 bytes (3557 MB)
        JVM Flags: 0 total;
        IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
        FML: MCP 9.42 Powered by Forge 14.23.5.2808 45 mods loaded, 45 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
        |
        |:------ |:----------------------- |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
        | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None
        |
        | LCHIJA | mcp | 9.42 | minecraft.jar | None
        |
        | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2808-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCHIJA | forge | 14.23.5.2808 | forge-1.12.2-14.23.5.2808-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCHIJA | ic2 | 2.8.108-ex112 | industrialcraft-2-2.8.108-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
        | LCHIJA | advanced_solar_panels | 4.3.0 | Advanced+Solar+Panels-4.3.0.jar | None
        |
        | LCHIJA | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
        | LCHIJA | aroma1997core | 2.0.0.0 | Aroma1997Core-1.12.2-2.0.0.0.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
        | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None
        |
        | LCHIJA | biomesoplenty | 7.0.1.2419 | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar | None
        |
        | LCHIJA | computercraft | 1.80pr1.14 | cc-tweaked-1.80pr1.14.jar | None
        |
        | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
        | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
        | LCHIJA | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None
        |
        | LCHIJA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
        | LCHIJA | asielib | 1.0.0 | Computronics-1.12.1-1.6.5.jar | None
        |
        | LCHIJA | jei | 4.13.1.225 | jei_1.12.2-4.13.1.225.jar | None
        |
        | LCHIJA | mantle | 1.12-1.3.2.24 | Mantle-Mod-1.12.2.jar | None
        |
        | LCHIJA | natura | 1.12.2-4.3.2.62 | Natura-Mod-1.12.2.jar | None
        |
        | LCHIJA | forestry | 5.8.2.374 | forestry_1.12.2-5.8.2.374.jar | None
        |
        | LCHIJA | gregtech | 1.5.13.150 | gregtech-1.12.2-1.5.13.150.jar | None
        |
        | LCHIJA | railcraft | 12.0.0-beta-4 | railcraft-12.0.0-beta-4.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa |
        | LCHIJA | computronics | 1.6.5 | Computronics-1.12.1-1.6.5.jar | None
        |
        | LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None
        |
        | LCHIJA | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None
        |
        | LCHIJA | fluxnetworks | 3.0.19 | fluxnetworks-1.12.2-3.0.19-21.jar | None
        |
        | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None
        |
        | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
        | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.4-228.jar | None
        |
        | LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
        | LCHIJA | ironchest | 1.12.2-7.0.56.840 | ironchest-1.12.2-7.0.56.840.jar | None
        |
        | LCHIJA | plethora-core | 1.1.13 | plethora-1.12.2-1.1.13.jar | None
        |
        | LCHIJA | plethora | 1.1.13 | plethora-1.12.2-1.1.13.jar | None
        |
        | LCHIJA | pneumaticcraft | 1.12.2-0.8.4-303 | pneumaticcraft-repressurized-1.12.2-0.8.4-303.jar | None
        |
        | LCHIJA | practicallogistics2 | 3.0.8 | practicallogistics2-1.12.2-3.0.8-11.jar | None
        |
        | LCHIJA | reborncore | 3.13.2.411 | RebornCore-1.12.2-3.13.2.411-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
        | LCHIJA | stevescarts | 2.4.29.132 | StevesCarts-1.12.2-2.4.29.132.jar | None
        |
        | LCHIJA | tatw | 1.0.1.2 | Tatw-1.12.2-1.0.1.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
        | LCHIJA | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
        | LCHIJA | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
        | LCHIJA | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
        | LCHIJA | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None
        |
        | LCHIJA | worldcontrol | 1.0.18 | worldcontrol-1.0.18.jar | None
        |
        | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None
        |
        | LCHIJA | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None
        |

        Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.jar)

ForgelinPlugin (Forgelin-1.8.2.jar)

        AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
        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)

        RebornCore:
                Plugin Engine: 0
                RebornCore Version: 3.13.2.411
                Runtime Debofucsation 1
        AE2 Integration: IC2:ON, RC:ON, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
        Profiler Position: N/A (disabled)
        Player Count: 1 / 5; [EntityPlayerMP['cerebrate'/913, l='Usopia', x=16.83, y=63.00, z=336.17]]
        Is Modded: Definitely; Server brand changed to 'fml,forge'
        Type: Dedicated Server (map_server.txt)
Tags1.12.2, cable
Minecraft Version1.12.2

Relationships

duplicate of 0002391 resolved Cables freeze minecraft world 

Activities

cerebrate

2019-01-30 21:59

reporter   ~0005888

Actually, go ahead and close this one. I figured it out - turns out it was a duplicate of #2931 (https://bt.industrial-craft.net/view.php?id=2391).

Issue History

Date Modified Username Field Change
2019-01-30 18:29 cerebrate New Issue
2019-01-30 18:29 cerebrate Tag Attached: 1.12.2
2019-01-30 18:29 cerebrate Tag Attached: cable
2019-01-30 21:59 cerebrate Note Added: 0005888
2019-01-30 23:35 Chocohead Status new => resolved
2019-01-30 23:35 Chocohead Resolution open => duplicate
2019-01-30 23:35 Chocohead Fixed in Version => Builds for MC 1.12.x
2019-01-30 23:35 Chocohead Relationship added duplicate of 0002391