Repeated crash of server
PrincedelaLune opened this issue ยท 3 comments
Pack Version:
c0562a7
I reenabled AE channels but I had the same crash before.
Description:
Server keeps crashing randomly, I think this never happened when someone was online though.
Expected Behavior:
Server running non-stop ?
Steps To Reproduce:
I really don't know where this come from ... All I can tell is that for a moment I thought it was caused by logistic pipes and actually after removing it, I never had the crash again. I recently updated to dev version c0562a7 and so logistic pipes was re-added and the day after I had a crash - which is what motivated me to do a report here.
Crash Log: (last one)
---- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 2022-06-27 22:18:24 CEST
Description: Watching Server
java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
at java.io.FileDescriptor.sync(Native Method)
at zmaster587.advancedRocketry.dimension.DimensionManager.saveDimensions(DimensionManager.java:645)
at zmaster587.advancedRocketry.event.PlanetEventHandler.worldSaveEvent(PlanetEventHandler.java:576)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1146_PlanetEventHandler_worldSaveEvent_Save.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.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:1008)
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:408)
at net.minecraft.server.MinecraftServer.tick(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:
---------------------------------------------------------------------------------------
-- Thread Dump --
Threads: "AE Crafting Calculator" Id=108 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@328b96d4
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@328b96d4
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"Java2D Disposer" Id=106 WAITING on java.lang.ref.ReferenceQueue$Lock@3c4c7ef5
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@3c4c7ef5
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)
"File IO Thread" Id=105 RUNNABLE
at java.util.zip.Deflater.deflateBytes(Native Method)
at java.util.zip.Deflater.deflate(Deflater.java:444)
- locked java.util.zip.ZStreamRef@3873fda4
at java.util.zip.Deflater.deflate(Deflater.java:366)
at java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:251)
at java.util.zip.DeflaterOutputStream.write(DeflaterOutputStream.java:211)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
- locked java.io.BufferedOutputStream@7d7174ce
at java.io.DataOutputStream.write(DataOutputStream.java:107)
- locked java.io.DataOutputStream@13a27082
...
"spark-forge-async-worker" Id=104 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4c460fd5
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4c460fd5
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"spark-cpu-monitor" Id=103 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6b7f5524
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6b7f5524
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...
"pool-4-thread-1" Id=102 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1d5e8b81
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1d5e8b81
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)
"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)
"Query Listener #1" Id=100 RUNNABLE
at java.net.PlainDatagramSocketImpl.peekData(Native Method)
- locked java.net.PlainDatagramSocketImpl@1df8dec8
at java.net.DatagramSocket.receive(DatagramSocket.java:743)
- locked java.net.DatagramPacket@613c4205
- locked java.net.DatagramSocket@3355bc59
at net.minecraft.network.rcon.RConThreadQuery.run(SourceFile:269)
at java.lang.Thread.run(Thread.java:748)
"DefaultDispatcher-worker-2" Id=99 TIMED_WAITING
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)
at logisticspipes.kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
at logisticspipes.kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
at logisticspipes.kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
at logisticspipes.kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
"DefaultDispatcher-worker-1" Id=98 TIMED_WAITING
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)
at logisticspipes.kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:795)
at logisticspipes.kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:740)
at logisticspipes.kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:711)
at logisticspipes.kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
"LogisticsPipes ItemIdentifier Cleanup Thread" Id=97 WAITING on java.lang.ref.ReferenceQueue$Lock@707bfd73
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@707bfd73
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
at logisticspipes.utils.item.ItemIdentifier$ItemIdentifierCleanupThread.run(ItemIdentifier.java:212)
"pool-2-thread-1" Id=94 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1910727e
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1910727e
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)
"Ender IO Scheduler" Id=93 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at crazypants.enderio.base.scheduler.Scheduler.run(Scheduler.java:41)
"LogisticsPipes RoutingTableUpdateThread #3" Id=92 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42c5e10a
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42c5e10a
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.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
at logisticspipes.ticks.RoutingTableUpdateThread.run(RoutingTableUpdateThread.java:43)
"LogisticsPipes RoutingTableUpdateThread #2" Id=91 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42c5e10a
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42c5e10a
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.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
at logisticspipes.ticks.RoutingTableUpdateThread.run(RoutingTableUpdateThread.java:43)
"LogisticsPipes RoutingTableUpdateThread #1" Id=90 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42c5e10a
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42c5e10a
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.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
at logisticspipes.ticks.RoutingTableUpdateThread.run(RoutingTableUpdateThread.java:43)
"LogisticsPipes RoutingTableUpdateThread #0" Id=89 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42c5e10a
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42c5e10a
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.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
at logisticspipes.ticks.RoutingTableUpdateThread.run(RoutingTableUpdateThread.java:43)
"LogisticsPipes Packet Decompressor Server" Id=88 WAITING on java.util.HashMap@41eabf3d
at java.lang.Object.wait(Native Method)
- waiting on java.util.HashMap@41eabf3d
at java.lang.Object.wait(Object.java:502)
at logisticspipes.ticks.ServerPacketBufferHandlerThread$ServerDecompressorThread.run(ServerPacketBufferHandlerThread.java:314)
"LogisticsPipes Packet Compressor Server" Id=87 WAITING on java.util.HashMap@6ed55216
at java.lang.Object.wait(Native Method)
- waiting on java.util.HashMap@6ed55216
at java.lang.Object.wait(Object.java:502)
at logisticspipes.ticks.ServerPacketBufferHandlerThread$ServerCompressorThread.run(ServerPacketBufferHandlerThread.java:150)
"Netty Epoll Server IO #0" Id=82 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)
"Server console handler" Id=31 RUNNABLE (in native)
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:255)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
- locked java.io.BufferedInputStream@74cc5e30
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
- locked java.io.InputStreamReader@19ec3c12
at java.io.InputStreamReader.read(InputStreamReader.java:184)
...
"DestroyJavaVM" Id=30 RUNNABLE
"Server thread" Id=28 RUNNABLE
at java.io.FileDescriptor.sync(Native Method)
at zmaster587.advancedRocketry.dimension.DimensionManager.saveDimensions(DimensionManager.java:645)
at zmaster587.advancedRocketry.event.PlanetEventHandler.worldSaveEvent(PlanetEventHandler.java:576)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1146_PlanetEventHandler_worldSaveEvent_Save.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.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1008)
at net.minecraft.server.MinecraftServer.func_71267_a(MinecraftServer.java:408)
...
"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@d6b7b45
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@d6b7b45
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@49eacd1c
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@49eacd1c
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@5f4127cf
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.Reference$Lock@5f4127cf
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)
-- System Details --
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.19.0-10-amd64
Java Version: 1.8.0_202, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2158235792 bytes (2058 MB) / 4151967744 bytes (3959 MB) up to 31136546816 bytes (29694 MB)
JVM Flags: 22 total; -Xms4096M -XX:PermSize=384M -XX:MaxPermSize=768M -XX:-UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=2
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: MCP 9.42 LoliASM 5.3 Powered by Forge 14.23.5.2860 156 mods loaded, 156 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 | bansoukou | 4.3.1 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2847-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | advancedrocketrycore | 1 | minecraft.jar | None |
| LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
| LCHIJA | littletilescore | 1.0.0 | minecraft.jar | None |
| LCHIJA | mixinbooter | 4.2 | minecraft.jar | None |
| LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCHIJA | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |
| LCHIJA | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
| LCHIJA | actuallyadditions | 1.12.2-r152 | ActuallyAdditions-1.12.2-r152.jar | None |
| LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| LCHIJA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
| LCHIJA | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
| LCHIJA | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
| LCHIJA | libvulpes | 0.4.2.-75 | LibVulpes-1.12.2-0.4.2-75-universal.jar | None |
| LCHIJA | advancedrocketry | 1.7.0.-240 | AdvancedRocketry-1.12.2-1.7.0-240-universal.jar | None |
| LCHIJA | advsolars | 1.0 | advsolars-1.0.jar | None |
| LCHIJA | appliedenergistics2 | rv6-stable-7-extended_life-v0.52.8 | appliedenergistics2-rv6-stable-7-extended_life-v0.52.8.jar | None |
| LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| LCHIJA | endercore | 1.12.2-0.5.76 | EnderCore-1.12.2-0.5.76.jar | None |
| LCHIJA | crafttweaker | 4.1.20 | CraftTweaker2-1.12-4.1.20.662.jar | None |
| LCHIJA | mtlib | 3.0.7 | MTLib-3.0.7.jar | None |
| LCHIJA | modtweaker | 4.0.19 | modtweaker-4.0.20.4.jar | None |
| LCHIJA | jei | 4.16.1.302 | jei_1.12.2-4.16.1.302.jar | None |
| LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | brandonscore | 2.4.20 | BrandonsCore-1.12.2-2.4.20.162-universal.jar | None |
| LCHIJA | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
| LCHIJA | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
| LCHIJA | draconicevolution | 2.3.28 | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None |
| LCHIJA | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
| LCHIJA | enderio | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LCHIJA | p455w0rdslib | 2.3.161 | p455w0rdslib-1.12.2-2.3.161.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | ae2wtlib | 1.0.34 | AE2WTLib-1.12.2-1.0.34.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
| LCHIJA | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
| LCHIJA | thedragonlib | 1.12.2-5.3.0 | thedragonlib-1.12.2-5.3.0.jar | None |
| LCHIJA | armorplus | 1.12.2-11.25.1.62 | armorplus-1.12.2-11.25.1.62.jar | None |
| LCHIJA | attributefix | 1.0.10 | AttributeFix-1.12.2-1.0.10.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.37-universal.jar | None |
| LCHIJA | badwithernocookiereloaded | 1.12.2-3.4.18 | badwithernocookiereloaded-1.12.2-3.4.18.jar | None |
| LCHIJA | base | 3.14.0 | base-1.12.2-3.14.0.jar | None |
| LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
| LCHIJA | betterquesting | 3.5.329 | BetterQuesting-3.5.329-patched.jar | None |
| LCHIJA | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCHIJA | bountiful | 2.2.2 | Bountiful-2.2.2.jar | None |
| LCHIJA | buildinggadgets | 2.8.4 | BuildingGadgets-2.8.4.jar | None |
| LCHIJA | ceramics | 1.12-1.3.7b | Ceramics-1.12-1.3.7b.jar | None |
| LCHIJA | forestry | 5.8.2.422 | forestry_1.12.2-5.8.2.422.jar | None |
| LCHIJA | gregtech | 1.17.1.770 | gregtech-1.12.2-1.17.1.770-patched.jar | None |
| LCHIJA | ceu | 1.0.4.3 | CEU-1.12.2-1.0.4.3.jar | None |
| LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCHIJA | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
| LCHIJA | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
| LCHIJA | clearwater | 1.2 | clearwater-1.2.jar | None |
| LCHIJA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
| LCHIJA | clipboard | @VERSION@ | Clipboard-1.12-1.3.0.jar | None |
| LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHIJA | contenttweaker | 1.12.2-4.10.0 | ContentTweaker-1.12.2-4.10.0.jar | None |
| LCHIJA | craftelytra | 1.2 | CraftableElytra-1.1.jar | None |
| LCHIJA | cns | 1.0 | CraftingNetherStar 1.12.1 -1.1.jar | None |
| LCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
| LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.20.662.jar | None |
| LCHIJA | creativecore | 1.10.0 | CreativeCore_v1.10.65_mc1.12.2.jar | None |
| LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
| LCHIJA | customstartinggear | 1.2.0 | CustomStartingGear-1.12-1.2.0.9-universal.jar | None |
| LCHIJA | darkutils | 1.8.230 | DarkUtils-1.12.2-1.8.230.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
| LCHIJA | deepmoblearning | 1.12.2-2.5.4 | deepmoblearning-1.12.2-2.5.4-universal.jar | None |
| LCHIJA | defaultworldgenerator-port | 1.12-2.3.1 | DefaultWorldGenerator-port-1.12-2.3.1.jar | None |
| LCHIJA | diethopper | 1.1 | diethopper-1.1.jar | None |
| LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
| LCHIJA | dimensionaledibles | 1.12.2-1.6.4 | DimensionalEdibles-1.12.2-1.6.4.jar | None |
| LCHIJA | effortlessbuilding | 1.12.2-2.16 | effortlessbuilding-1.12.2-2.16.jar | None |
| LCHIJA | elevatorid | 1.3.14 | ElevatorMod-1.12.2-1.3.14.jar | None |
| LCHIJA | enderiointegrationtic | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderiobase | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderioconduits | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderioconduitsappliedenergistics | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderioconduitsopencomputers | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderioconduitsrefinedstorage | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderiointegrationforestry | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderiointegrationticlate | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderioinvpanel | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | ftblib | 5.4.7.2 | FTBLib-5.4.7.2.jar | None |
| LCHIJA | enderiomachines | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderiopowertools | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
| LCHIJA | enderioendergy | 5.3.70 | EnderIO-endergy-1.12.2-5.3.70.jar | None |
| LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | extendedcrafting | 1.7.0 | ExtendedCrafting-Nomifactory-Edition-1.7.0.jar | None |
| LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| LCHIJA | fasterladderclimbing | 0.1-146 | FasterLadderClimbing-1.12-0.1-146.jar | None |
| LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| LCHIJA | foamfix | 0.10.14-1.12.2 | foamfix-0.10.14-1.12.2.jar | None |
| LCHIJA | forgivingvoid | 1.1.0 | ForgivingVoid_1.12.2-1.1.0.jar | None |
| LCHIJA | storagedrawers | 5.2.2 | StorageDrawers-1.12.2-5.4.2.jar | None |
| LCHIJA | framedcompactdrawers | 1.2.7 | framedcompactdrawers-1.2.7.jar | None |
| LCHIJA | ftbutilities | 5.4.1.131 | FTBUtilities-5.4.1.131.jar | None |
| LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
| LCHIJA | librarianlib | 4.22 | librarianlib-1.12.2-4.22.jar | None |
| LCHIJA | hooked | %VERSION% | hooked-1.0.3.jar | None |
| LCHIJA | inspirations | 1.12.2-0.2.9 | Inspirations-1.12.2-0.2.9.jar | None |
| LCHIJA | journeymap | 1.12.2-5.7.1 | journeymap-1.12.2-5.7.1.jar | None |
| LCHIJA | jecalculation | 1.12.2-3.2.6 | JustEnoughCalculation-1.12.2-3.2.6.jar | None |
| LCHIJA | justenoughdimensions | 1.6.0-dev.20200416.184714 | justenoughdimensions-1.12.2-1.6.0-dev.20200416.184714.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| LCHIJA | littletiles | 1.5.0 | LittleTiles_v1.5.27_mc1.12.2.jar | None |
| LCHIJA | logisticspipes | 0.10.4.7 | logisticspipes-0.10.4.7.jar | None |
| LCHIJA | spark | 1.5.2 | spark-forge1122.jar | None |
| LCHIJA | loliasm | 5.3 | loliasm-5.3.jar | None |
| LCHIJA | loottweaker | 0.2.0 | LootTweaker-0.2.0+MC1.12.2.jar | None |
| LCHIJA | lostcities | 2.0.22 | lostcities-1.12-2.0.22.jar | None |
| LCHIJA | lumberjack | 1.4.1 | lumberjack-1.4.1.jar | None |
| LCHIJA | modularmachinery | 1.10.0 | modularmachinery-1.12.2-1.10.0.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJA | modulardiversity | 1.5 | Modular Diversity-1.5.jar | None |
| LCHIJA | morecauldrons | 1.4.6 | More-Cauldrons-1.4.6.jar | None |
| LCHIJA | morefurnaces | 1.11.0 | MoreFurnaces-Nomifactory-Edition-1.12.2-1.11.0.jar | None |
| LCHIJA | morelibs | 1.2.2 | morelibs-1.12.2-1.2.2.jar | None |
| LCHIJA | moreplates | 5.5.2 | moreplates-1.12.2-5.5.2.jar | None |
| LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| LCHIJA | multiblocktweaker | 1.12.2-stable-1.6.0 | multiblocktweaker-1.12.2-stable-1.6.0.jar | None |
| LCHIJA | nonetherportals | 1.0.0 | nonetherPortals_v1.0.0formc1.12.2.jar | None |
| LCHIJA | nuclearcraft | 2.18y | NuclearCraft-2.18y-1.12.2.jar | None |
| LCHIJA | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
| LCHIJA | orespawn | 3.3.1 | OreSpawn-1.12-3.3.1.179.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | packagedauto | 1.12.2-1.0.5.17 | PackagedAuto-1.12.2-1.0.5.18.jar | None |
| LCHIJA | packagedexcrafting | 1.12.2-1.0.2.3 | PackagedExCrafting-1.12.2-1.0.2.3.jar | None |
| LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LCHIJA | projectintelligence | 1.0.9 | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar | None |
| LCHIJA | questbook | 3.1.1-1.12 | questbook-3.1.1-1.12.jar | None |
| LCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
| LCHIJA | redstonearsenal | 2.6.6 | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar | None |
| LCHIJA | scannable | 1.6.3.26 | Scannable-MC1.12.2-1.6.3.26.jar | None |
| LCHIJA | gtadditions | 1.12.2-2.20.2 | Shadows_of_Greg-1.12.2-2.20.2.jar | None |
| LCHIJA | simplefluidtanks | @VERSION@ | simplefluidtanks-1.12.2-1.7.1.4.jar | None |
| LCHIJA | simplyjetpacks | 2.2.15.69 | SimplyJetpacks2-1.12.2-2.2.15.69.jar | None |
| LCHIJA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
| LCHIJA | solarflux | 4.35r | SolarFluxReborn_1.12.2-4.35r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| LCHIJA | bq_standard | 3.4.173 | StandardExpansion-3.4.173.jar | None |
| LCHIJA | supersoundmuffler | 1.0.2.10 | supersoundmuffler-revived_1.12.2_1.0.2.10.jar | None |
| LCHIJA | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None |
| LCHIJA | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-0.3.6.1-universal.jar | None |
| LCHIJA | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
| LCHIJA | topaddons | 1.12.2-1.13.0 | topaddons-1.12.2-1.13.0.jar | None |
| LCHIJA | torchmaster | 1.8.4.84 | torchmaster_1.12.2-1.8.4.84.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| LCHIJA | trashslot | 8.4.10 | TrashSlot_1.12.2-8.4.10.jar | None |
| LCHIJA | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | worleycaves | 1.5.2 | worleycaves-1.12.2-1.5.2.jar | None |
| LCHIJA | xtones | 1.2.2 | Xtones-1.2.2.jar | None |
| LCHIJA | phosphor-lighting | 1.12.2-0.2.7 | phosphor-forge-mc1.12.2-0.2.7-universal.jar | None |
| LCHIJA | densemetals | 2.0.0 | DenseMetals-1.12.2-2.0.0.30.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | librarianliblate | 4.22 | librarianlib-1.12.2-4.22.jar | None |
Loaded coremods (and transformers): GTCELoadingPlugin (gregtech-1.12.2-1.17.1.770-patched.jar)
gregtech.common.asm.GTCETransformer
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
com.therandomlabs.randompatches.core.RPTransformer
-Bansoukou- (_bansoukou-4.3.1.jar)
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
pw.prok.realbench.asm.RBTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar)
com.teamwizardry.librarianlib.asm.LibLibTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
LoliASM (loliasm-5.3.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
LittlePatchingLoader (LittleTiles_v1.5.27_mc1.12.2.jar)
com.creativemd.littletiles.LittleTilesTransformer
MixinBooter (!mixinbooter-4.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-240-universal.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
CreativePatchingLoader (CreativeCore_v1.10.65_mc1.12.2.jar)
LogisticsPipesCoreLoader (logisticspipes-0.10.4.7.jar)
logisticspipes.asm.LogisticsClassTransformer
AE2 Version: stable rv6-stable-7-extended_life-v0.52.8 for Forge 14.23.5.2847
Ender IO: No known problems detected.
Authlib is : /var/directory_serv/minecraft_151144/minecraft_server.1.12.2.jar
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Pulsar/inspirations loaded Pulses: - InspirationsShared (Enabled/Forced)
- InspirationsBuilding (Enabled/Not Forced)
- InspirationsUtility (Enabled/Not Forced)
- InspirationsTools (Enabled/Not Forced)
- InspirationsRecipes (Enabled/Not Forced)
- InspirationsTweaks (Enabled/Not Forced)
- InspirationsShared (Enabled/Forced)
- TheOneProbePlugin (Enabled/Not Forced)
List of loaded APIs: * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r152.jar
* ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7-extended_life-v0.52.8.jar
* ArmorPlusApi (2.1) from armorplus-1.12.2-11.25.1.62.jar
* Base|API (1.0.0) from base-1.12.2-3.14.0.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* BetterQuesting|API (3.2) from BetterQuesting-3.5.329-patched.jar
* BetterQuesting|API2 (3.1) from BetterQuesting-3.5.329-patched.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar
* chesttransporter|api (2) from ChestTransporter-1.12.2-2.8.8.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar
* CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.28.354-universal.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.3.70.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.422.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.422.jar
* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.302.jar
* Open Glider|API (0.1) from OpenGlider-1.12.1-1.1.0.jar
* PatchouliAPI (6) from Patchouli-1.0-23.6.jar
* redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
Extended Crafting: Nomifactory Edition: You are using a fork of Extended Crafting created for the Nomifactory modpack.
If the error above is a NoSuchFieldError or a NoSuchMethodError relating to
com.blakebr0.extendedcrafting,
then please report to https://github.com/Nomifactory/ExtendedCrafting/issues
with this crash report.
Otherwise, you can ignore this message.
forestry : Modules have been disabled in the config: Farming, Charcoal, Energy, BiomesOPlenty, Greenhouse, Extra Utilities, Mail, Actually Additions, Apiculture, Cultivation, Backpack, Crate, Database, Roots, Book, TechReborn, Factory, BuildCraft 6 Recipes, Lepidopterology, HarvestCraft, rustic, Better With Mods, Natura, BuildCraft 6 Fuels, Mystical Agriculture, BuildCraft 6 Statements, Arboriculture, Food, Sorting, IndustrialCraft2, ImmersiveEngineering, BuildCraft 6 Transport, EnderIO
AE2 Integration: IC2:OFF, GTCE:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Suspected Mods: Advanced Rocketry (advancedrocketry), Forge Mod Loader (FML), Minecraft Forge (forge)
Profiler Position: N/A (disabled)
Player Count: 0 / 20; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
You're issue is the Watchdogserver is crashing cause you're map is too big, or you have some funky things going on that is causing a massive TPS drop so bad that it's basically eating itself dead.
In server.properties set max-tick-time to -1, this should allow you too get into the world and fix whatever the problem is.
Your crash is caused by ServerHangWatchdog, a "feature" of Minecraft which unceremoniously kills your server if any tick goes on for too long. It is a dirty shutdown and may cause data corruption, so it is advisable to restore from the latest backup prior to it occurring if anything seems amiss when you try to load it back up.
The crash itself is not especially useful besides telling us that the game was severely lagging. Disable ServerHangWatchdog by setting max-tick-time=-1
in server.properties
, then when the server has been loaded fully and starts to lag (look for recurring "can't keep up" messages in the console), run a spark profile with /spark sampler --interval 1 --timeout 30
, which will generate a link to a report which if you share that it will give us some insight as to what could be happening.
Besides that, some additional notes:
You're using what I would characterize as "cargo cult" tuning arguments:
-Xms4096M -XX:PermSize=384M -XX:MaxPermSize=768M -XX:-UseConcMarkSweepGC -XX:+UseParNewGC -XX:+UseNUMA -XX:+CMSParallelRemarkEnabled -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:MaxGCPauseMillis=50 -XX:ParallelGCThreads=2
Most people have no idea what any of these actually do, and several of them literally do nothing in Java 8. I see these with frequency copied wholesale from an old reddit post as some sort of purported lag panacea.
The arguments you actually need for the server are as follows:
-Xms4096M -Xmx4096M
This ensures a heap minimum and maximum of 4G, which is the largest one typically needs outside of running something like a large public server. You don't want your heap resizing repeatedly nor do you want to excessively allocate heap, as it is detrimental to performance: it increases GC sweep time and reserves RAM that it doesn't end up using, preventing other processes from using it.
So, I changed the max-tick-time
config and after a while playing I havn't seen any "can't keep up" nor I have problems with TPS ... I'm closing this issue, most likely the problem was specific to my world and have nothing to do with this specific modpack. Thanks for your help.