Paste your logs.

Built for Minecraft & Hytale

Vanilla 1.12.2 Crash Report

499 lines
Raw
Detected
Minecraft version: 1.12.2
---- Minecraft Crash Report ----
// But it works on my machine.
Time: 2024-11-11 02:12:07 UTC
Description: Watching Server
java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
at net.minecraft.entity.EntityLivingBase.onLivingUpdate(EntityLivingBase.java:2359)
at net.minecraft.entity.EntityLiving.onLivingUpdate(EntityLiving.java:577)
at net.minecraft.entity.monster.EntityMob.onLivingUpdate(EntityMob.java:45)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2179)
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295)
at net.minecraft.entity.monster.EntityMob.onUpdate(EntityMob.java:50)
at net.minecraft.entity.monster.EntityCreeper.onUpdate(EntityCreeper.java:172)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996)
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832)
at net.minecraft.world.World.updateEntity(World.java:1958)
at net.minecraft.world.World.redirect$zzj000$updateEntity(World.java:4123)
at net.minecraft.world.World.updateEntities(World.java:1762)
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767)
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.tick(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:
---------------------------------------------------------------------------------------
-- Thread Dump --
Threads: "AE Compass Service" Id=67 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12395176
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@12395176
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)
"Chunk I/O Executor Thread-1" Id=58 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1cfead41
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1cfead41
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)
"File IO Thread" Id=54 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:44)
at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
at java.lang.Thread.run(Thread.java:748)
"Netty Epoll Server IO #3" Id=53 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)
"spark-forge-async-worker" Id=52 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@18c13a06
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@18c13a06
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=51 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5dc3a77a
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5dc3a77a
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)
...
"Thread-13" Id=50 TIMED_WAITING on com.xcompwiz.mystcraft.world.profiling.ChunkProfilerManager@5a9ef55
at java.lang.Object.wait(Native Method)
- waiting on com.xcompwiz.mystcraft.world.profiling.ChunkProfilerManager@5a9ef55
at com.xcompwiz.mystcraft.world.profiling.ChunkProfilerManager.run(ChunkProfilerManager.java:87)
"Server Watchdog" Id=49 RUNNABLE
at sun.management.ThreadImpl.dumpThreads0(Native Method)
at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:496)
at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:484)
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:45)
at java.lang.Thread.run(Thread.java:748)
"Timer-0" Id=47 TIMED_WAITING on java.util.TaskQueue@6c54de04
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@6c54de04
at java.util.TimerThread.mainLoop(Timer.java:552)
at java.util.TimerThread.run(Timer.java:505)
"pool-4-thread-2" Id=46 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7dd4c882
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7dd4c882
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=45 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7dd4c882
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7dd4c882
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)
"Java2D Disposer" Id=44 WAITING on java.lang.ref.ReferenceQueue$Lock@3dec5835
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@3dec5835
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)
"Netty Epoll Server IO #2" Id=43 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)
"Ender IO Scheduler" Id=42 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at crazypants.enderio.base.scheduler.Scheduler.run(Scheduler.java:41)
"pool-3-thread-1" Id=41 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7775cb9a
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7775cb9a
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)
"threadDeathWatcher-2-1" Id=40 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=39 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 #0" Id=33 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)
"pool-2-thread-1" Id=32 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3d1b9f8e
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3d1b9f8e
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 console handler" Id=20 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@66d0c077
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@39a20168
at java.io.InputStreamReader.read(InputStreamReader.java:184)
...
"DestroyJavaVM" Id=19 RUNNABLE
"Server thread" Id=17 RUNNABLE
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:2359)
at net.minecraft.entity.EntityLiving.func_70636_d(EntityLiving.java:577)
at net.minecraft.entity.monster.EntityMob.func_70636_d(EntityMob.java:45)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2179)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(EntityCreeper.java:172)
at net.minecraft.world.World.func_72866_a(World.java:1996)
...
"Server Infinisleeper" Id=16 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)
"Snooper Timer" Id=15 TIMED_WAITING on java.util.TaskQueue@605224dd
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@605224dd
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@1d420b6
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@1d420b6
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@61678b83
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.Reference$Lock@61678b83
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 5.10.0-12-amd64
Java Version: 1.8.0_312, Temurin
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
Memory: 999959840 bytes (953 MB) / 4404543488 bytes (4200 MB) up to 7456948224 bytes (7111 MB)
JVM Flags: 2 total; -Xms128M -Xmx8000M
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 15
FML: MCP 9.42 Powered by Forge *.*.*.*59 115 mods loaded, 115 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 | *.*.*.* | server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | *.*.*.*59 | server.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | micdoodlecore | 4.0.6 | minecraft.jar | None |
| LCHIJA | smoothfontcore | mc1.12.2-2.1.4 | minecraft.jar | None |
| LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
| LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
| LCHIJA | randompatches | 1.12.2-*.*.*.* | randompatches-1.12.2-*.*.*.*.jar | None |
| LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCHIJA | bdlib | *.*.*.* | bdlib-*.*.*.*-mc1.12.2.jar | None |
| LCHIJA | ae2stuff | *.*.*.* | ae2stuff-*.*.*.*-mc1.12.2.jar | None |
| LCHIJA | endercore | 1.12.2-0.5.78 | EnderCore-1.12.2-0.5.78.jar | None |
| LCHIJA | jei | *.*.*.*1 | jei_1.12.2-*.*.*.*1.jar | None |
| LCHIJA | codechickenlib | *.*.*.*8 | CodeChickenLib-1.12.2-*.*.*.*8-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | redstoneflux | 2.1.1 | RedstoneFlux-1.12-*.*.*.*-universal.jar | None |
| LCHIJA | cofhcore | 4.6.6 | CoFHCore-1.12.2-*.*.*.*-universal.jar | None |
| LCHIJA | cofhworld | 1.4.0 | CoFHWorld-1.12.2-*.*.*.*-universal.jar | None |
| LCHIJA | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-*.*.*.*-universal.jar | None |
| LCHIJA | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-*.*.*.*-universal.jar | None |
| LCHIJA | tombstone | 4.6.8 | tombstone-1.12.2-4.7.0.jar | None |
| LCHIJA | enderio | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | mantle | 1.12-*.*.*.* | Mantle-1.12-*.*.*.*.jar | None |
| LCHIJA | chisel | MC1.12.2-*.*.*.* | Chisel-MC1.12.2-*.*.*.*.jar | None |
| LCHIJA | enderiointegrationtic | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | quark | r1.6-179 | Quark-r1.6-179.jar | None |
| LCHIJA | tconstruct | 1.12.2-*.*.*.* | TConstruct-1.12.2-*.*.*.*.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 | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCHIJA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-*.*.*.*+69d0d70.jar | None |
| LCHIJA | biomesoplenty | *.*.*.*5 | BiomesOPlenty-1.12.2-*.*.*.*5-universal.jar | None |
| LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
| LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCHIJA | cookingforblockheads | 6.5.0 | CookingForBlockheads_1.12.2-6.5.0.jar | None |
| LCHIJA | economy | 1.5 | EconomyInc-1.6.2MC1.12.jar | None |
| LCHIJA | enderiobase | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | enderioconduits | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | enderioconduitsappliedenergistics | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | enderioconduitsopencomputers | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LCHIJA | enderioconduitsrefinedstorage | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | enderiointegrationforestry | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | enderiointegrationticlate | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | enderioinvpanel | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | ftblib | *.*.*.* | FTBLib-*.*.*.*.jar | None |
| LCHIJA | enderiomachines | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | enderiopowertools | 5.3.72 | EnderIO-1.12.2-5.3.72.jar | None |
| LCHIJA | enderioendergy | 5.3.72 | EnderIO-endergy-1.12.2-5.3.72.jar | None |
| LCHIJA | enderstorage | *.*.*.* | EnderStorage-1.12.2-*.*.*.*-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | gunpowderlib | 1.12.2-1.1 | GunpowderLib-1.12.2-1.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCHIJA | mekanism | 1.12.2-*.*.*.*0 | Mekanism-1.12.2-*.*.*.*0.jar | None |
| LCHIJA | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
| LCHIJA | exchangers | 1.12.2-2.10.3 | Exchangers-1.12.2-2.10.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
| LCHIJA | galacticraftcore | 4.0.6 | Galacticraft-1.12.2-4.0.6.jar | None |
| LCHIJA | galacticraftplanets | 4.0.6 | Galacticraft-1.12.2-4.0.6.jar | None |
| LCHIJA | mjrlegendslib | 1.12.2-1.2.1 | MJRLegendsLib-1.12.2-1.2.1.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LCHIJA | extraplanets | 1.12.2-0.8.0 | ExtraPlanets-1.12.2-0.8.0.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
| LCHIJA | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
| LCHIJA | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None |
| LCHIJA | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LCHIJA | ftbutilities | *.*.*.* | FTBUtilities-*.*.*.*.jar | None |
| LCHIJA | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None |
| LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCHIJA | immersivepetroleum | 1.1.10 | immersivepetroleum-1.12.2-1.1.10.jar | None |
| LCHIJA | immersiveposts | 0.2.1 | ImmersivePosts-0.2.1.jar | 0ba8738eadcf158e7fe1452255a73a022fb15feb |
| LCHIJA | teslacorelib | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
| LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| LCHIJA | ironchest | 1.12.2-*.*.*.*4 | ironchest-1.12.2-*.*.*.*7.jar | None |
| LCHIJA | journeymap | 1.12.2-5.7.1p2 | journeymap-1.12.2-5.7.1p2.jar | None |
| LCHIJA | libnine | 1.2.1 | libnine-1.12.2-1.2.1.jar | None |
| LCHIJA | libraryex | 1.2.2 | LibraryEx-1.12.2-1.2.2.jar | None |
| LCHIJA | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
| LCHIJA | mekanismgenerators | 1.12.2-*.*.*.*0 | MekanismGenerators-1.12.2-*.*.*.*0.jar | None |
| LCHIJA | mekanismtools | 1.12.2-*.*.*.*0 | MekanismTools-1.12.2-*.*.*.*0.jar | None |
| LCHIJA | modernlamps | 1.0.3 | ModernLights-1.0.3_1.12.jar | None |
| LCHIJA | modroadworksreborn | 0.0.3 | modroadworksreborn-0.0.3.jar | None |
| LCHIJA | mystcraft | *.*.*.* | mystcraft-1.12.2-*.*.*.*.jar | None |
| LCHIJA | mystlibrary | 1.12.2-*.*.*.* | mystlibrary-1.12.2-*.*.*.*.jar | None |
| LCHIJA | moremystcraft | 1.0.0 | moremystcraft-1.12.2-1.0.0.jar | None |
| LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| LCHIJA | mystcraftbopdisabler | 1.0.2 | mystcraftbopdisabler-1.12.2-1.0.2.jar | None |
| LCHIJA | natura | 1.12.2-*.*.*.* | natura-1.12.2-*.*.*.*.jar | None |
| LCHIJA | netherex | 2.2.5 | NetherEx-1.12.2-2.2.5.jar | None |
| LCHIJA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
| LCHIJA | nuclearcraft | @VERSION@ | nuclearcraft-1.12.2-2.19.jar | None |
| LCHIJA | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
| LCHIJA | reborncore | 3.19.5 | RebornCore-1.12.2-3.19.5-universal.jar | None |
| LCHIJA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-*.*.*.*.jar | None |
| LCHIJA | refinedstorageaddons | 0.4.5 | refinedstorageaddons-0.4.5.jar | None |
| LCHIJA | rftools | 7.73 | rftools-1.12-7.73.jar | None |
| LCHIJA | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-*.*.*.*-universal.jar | None |
| LCHIJA | simplyjetpacks | 1.12.2-*.*.*.* | SimplyJetpacks2-1.12.2-*.*.*.*.jar | None |
| LCHIJA | spark | 1.6.3 | spark-forge.jar | None |
| LCHIJA | stg | 1.12.2-1.2.3 | stg-1.12.2-1.2.3.jar | None |
| LCHIJA | storagedrawers | 5.5.2 | StorageDrawers-1.12.2-5.5.2.jar | None |
| LCHIJA | tconevo | 1.0.49 | tconevo-1.12.2-1.0.49.jar | None |
| LCHIJA | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-*.*.*.*-universal.jar | None |
| LCHIJA | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-*.*.*.*-universal.jar | None |
| LCHIJA | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
| LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
| LCHIJA | trafficcontrol | 1.1.1 | trafficcontrol-1.1.1.jar | None |
| LCHIJA | vanillafix | 1.0.10-150 | VanillaFix-1.0.10-150.jar | None |
| LCHIJA | wanionlib | 1.12.2-2.91 | WanionLib-1.12.2-2.91.jar | None |
| LCHIJA | wct | 3.12.97 | WirelessCraftingTerminal-1.12.2-3.12.97.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
| LCHIJA | worldedit | 6.1.10 | worldedit-forge-mc1.12.2-6.1.10-dist.jar | None |
| LCHIJA | zerocore | 1.12.2-*.*.*.* | zerocore-1.12.2-*.*.*.*.jar | None |
| LCHIJA | teslacorelib_registries | 1.0.18 | tesla-core-lib-1.12.2-1.0.18.jar | None |
| LCHIJA | unidict | 1.12.2-3.0.10 | UniDict-1.12.2-3.0.10.jar | None |
Loaded coremods (and transformers): IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
RandomPatches (randompatches-1.12.2-*.*.*.*.jar)
com.therandomlabs.randompatches.core.RPTransformer
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.15-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
MekanismCoremod (Mekanism-1.12.2-*.*.*.*0.jar)
mekanism.coremod.KeybindingMigrationHelper
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
CorePlugin (SmoothFont-mc1.12.2-2.1.4.jar)
bre.smoothfont.asm.Transformer
CTMCorePlugin (CTM-MC1.12.2-*.*.*.*.jar)
team.chisel.ctm.client.asm.CTMTransformer
TconEvoCoreMod (tconevo-1.12.2-1.0.49.jar)
xyz.phanta.tconevo.coremod.TconEvoClassTransformer
UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
wanion.unidict.core.UniDictCoreModTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
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 rv6-stable-7 for Forge *.*.*.*68
Ender IO: No known problems detected.
Authlib is : /home/********/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/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)
- wailaIntegration (Enabled/Not Forced)
- quarkIntegration (Enabled/Not Forced)
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)
List of loaded APIs: * ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar
* appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar
* Chisel-API (0.0.1) from Chisel-MC1.12.2-*.*.*.*.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-*.*.*.*.jar
* ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
* cofhapi (2.5.0) from CoFHCore-1.12.2-*.*.*.*-universal.jar
* ctm-api (0.1.0) from CTM-MC1.12.2-*.*.*.*.jar
* ctm-api-events (0.1.0) from CTM-MC1.12.2-*.*.*.*.jar
* ctm-api-models (0.1.0) from CTM-MC1.12.2-*.*.*.*.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12.2-*.*.*.*.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12.2-*.*.*.*.jar
* enderioapi (4.0.0) from EnderIO-1.12.2-5.3.72.jar
* enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.3.72.jar
* enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.3.72.jar
* enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.3.72.jar
* enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.3.72.jar
* enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.3.72.jar
* enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.3.72.jar
* enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.3.72.jar
* enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.3.72.jar
* GalacticraftAPI (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|block (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|entity (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|event|client (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|event|oxygen (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|event|worldgen (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|galaxies (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|item (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|power (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|prefab (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|prefab|core (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|prefab|entity (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|prefab|worldgen (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|recipe (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|tile (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|transmission (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|transmission|grid (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|trasmission|tile (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|vector (1.0) from Galacticraft-1.12.2-4.0.6.jar
* GalacticraftAPI|world (1.0) from Galacticraft-1.12.2-4.0.6.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar
* industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
* jeresources|API (*.*.*.*) from JustEnoughResources-1.12.2-*.*.*.*.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1p2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1p2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1p2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1p2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1p2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-*.*.*.*1.jar
* MekanismAPI|core (9.8.1) from Mekanism-1.12.2-*.*.*.*0.jar
* MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-*.*.*.*0.jar
* MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-*.*.*.*0.jar
* MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-*.*.*.*0.jar
* MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-*.*.*.*0.jar
* MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-*.*.*.*0.jar
* MekanismAPI|util (9.0.0) from Mekanism-1.12.2-*.*.*.*0.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
* Mystcraft|API (0.2) from mystcraft-1.12.2-*.*.*.*.jar
* openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
* QuarkAPI (4) from Quark-r1.6-179.jar
* reborncoreAPI (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
* reborncoreAPI|Power (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
* reborncoreAPI|Recipe (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
* reborncoreAPI|Tile (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
* redstonefluxapi (2.1.1) from RedstoneFlux-1.12-*.*.*.*-universal.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.5.2.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.5.2.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.5.2.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.5.2.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.5.2.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.5.2.jar
* team_reborn|Praescriptum (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar
* tombstone-api (1.5.0) from tombstone-1.12.2-4.7.0.jar
* tombstone-api-capability (1.5.0) from tombstone-1.12.2-4.7.0.jar
* tombstone-api-event (1.5.0) from tombstone-1.12.2-4.7.0.jar
* tombstone-api-magic (1.5.0) from tombstone-1.12.2-4.7.0.jar
* WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-*.*.*.*.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-*.*.*.*.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-*.*.*.*.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-*.*.*.*.jar
RebornCore: Plugin Engine: 0
RebornCore Version: 3.19.5
Runtime Debofucsation 1
Invalid fingerprint detected for RebornCore!
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
Suspected Mods: Unknown
Profiler Position: N/A (disabled)
Player Count: 2 / 20; [GCEntityPlayerMP['Baschute'/658071, l='world', x=-242.30, y=84.00, z=124.53], GCEntityPlayerMP['Myloufa'/665317, l='world', x=-861.85, y=70.00, z=-169.71]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)