Guest User

Untitled

a guest
Aug 15th, 2021
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.18 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ForgelinPlugin (Forgelin-1.8.3.jar)
  5. MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
  6. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  7. EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  8. SteveKunGLibPlugin (SteveKunG's-Lib-1.12.2-1.1.9.jar)
  9. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  10. HCASM (HammerLib-1.12.2-2.0.6.28.jar)
  11. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  12. LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.16 (1).jar)
  13. Contact their authors BEFORE contacting forge
  14.  
  15. // Everything's going to plan. No, really, that was supposed to happen.
  16.  
  17. Time: 8/8/21 3:57 AM
  18. Description: Watching Server
  19.  
  20. java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.39 seconds (should be max 0.05)
  21. at com.zeitheron.hammercore.asm.McHooks.tickTile(McHooks.java:35)
  22. at net.minecraft.world.World.func_72939_s(World.java:1838)
  23. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  24. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  25. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  26. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  27. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  28. at java.lang.Thread.run(Thread.java:748)
  29.  
  30.  
  31. A detailed walkthrough of the error, its code path and all known details is as follows:
  32. ---------------------------------------------------------------------------------------
  33.  
  34. -- Head --
  35. Thread: Server Watchdog
  36. Stacktrace:
  37. at com.zeitheron.hammercore.asm.McHooks.tickTile(McHooks.java:35)
  38. at net.minecraft.world.World.func_72939_s(World.java:1838)
  39. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  40. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  41. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  42. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  43.  
  44. -- Thread Dump --
  45. Details:
  46. Threads: "ic2-poolthread-2" Id=74 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@5666bfb7
  47. at java.lang.Object.wait(Native Method)
  48. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@5666bfb7
  49. at java.lang.Object.wait(Object.java:502)
  50. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  51. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  52. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  53. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  54. at java.lang.Thread.run(Thread.java:748)
  55.  
  56.  
  57. "File IO Thread" Id=70 TIMED_WAITING
  58. at java.lang.Thread.sleep(Native Method)
  59. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:44)
  60. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
  61. at java.lang.Thread.run(Thread.java:748)
  62.  
  63.  
  64. "Netty Epoll Server IO #2" Id=61 RUNNABLE
  65. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  66. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  67. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  68. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  69. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  70. at java.lang.Thread.run(Thread.java:748)
  71.  
  72.  
  73. "threadDeathWatcher-2-1" Id=60 TIMED_WAITING
  74. at java.lang.Thread.sleep(Native Method)
  75. at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
  76. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  77. at java.lang.Thread.run(Thread.java:748)
  78.  
  79.  
  80. "Netty Epoll Server IO #1" Id=59 RUNNABLE
  81. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  82. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  83. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  84. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  85. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  86. at java.lang.Thread.run(Thread.java:748)
  87.  
  88.  
  89. "Server Watchdog" Id=58 RUNNABLE
  90. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  91. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  92. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:45)
  93. at java.lang.Thread.run(Thread.java:748)
  94.  
  95.  
  96. "Query Listener #1" Id=57 RUNNABLE
  97. at java.net.PlainDatagramSocketImpl.peekData(Native Method)
  98. - locked java.net.PlainDatagramSocketImpl@58a15b0b
  99. at java.net.DatagramSocket.receive(DatagramSocket.java:743)
  100. - locked java.net.DatagramPacket@5c9ed4c7
  101. - locked java.net.DatagramSocket@629e6b56
  102. at net.minecraft.network.rcon.RConThreadQuery.run(SourceFile:269)
  103. at java.lang.Thread.run(Thread.java:748)
  104.  
  105.  
  106. "Java2D Disposer" Id=50 WAITING on java.lang.ref.ReferenceQueue$Lock@199c5130
  107. at java.lang.Object.wait(Native Method)
  108. - waiting on java.lang.ref.ReferenceQueue$Lock@199c5130
  109. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  110. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  111. at sun.java2d.Disposer.run(Disposer.java:148)
  112. at java.lang.Thread.run(Thread.java:748)
  113.  
  114.  
  115. "Ender IO Scheduler" Id=47 TIMED_WAITING
  116. at java.lang.Thread.sleep(Native Method)
  117. at crazypants.enderio.base.scheduler.Scheduler.run(Scheduler.java:41)
  118.  
  119.  
  120. "ic2-poolthread-1" Id=46 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@5666bfb7
  121. at java.lang.Object.wait(Native Method)
  122. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@5666bfb7
  123. at java.lang.Object.wait(Object.java:502)
  124. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  125. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  126. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  127. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  128. at java.lang.Thread.run(Thread.java:748)
  129.  
  130.  
  131. "Netty Epoll Server IO #0" Id=39 RUNNABLE
  132. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  133. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  134. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  135. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  136. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  137. at java.lang.Thread.run(Thread.java:748)
  138.  
  139.  
  140. "Server console handler" Id=21 RUNNABLE (in native)
  141. at java.io.FileInputStream.readBytes(Native Method)
  142. at java.io.FileInputStream.read(FileInputStream.java:255)
  143. at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
  144. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  145. - locked java.io.BufferedInputStream@7ae4ceb3
  146. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  147. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  148. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  149. - locked java.io.InputStreamReader@28cfabe7
  150. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  151. ...
  152.  
  153.  
  154. "DestroyJavaVM" Id=20 RUNNABLE
  155.  
  156.  
  157. "Server thread" Id=18 RUNNABLE
  158. at com.zeitheron.hammercore.asm.McHooks.tickTile(McHooks.java:35)
  159. at net.minecraft.world.World.func_72939_s(World.java:1838)
  160. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  161. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  162. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  163. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  164. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  165. at java.lang.Thread.run(Thread.java:748)
  166.  
  167.  
  168. "Server Infinisleeper" Id=17 TIMED_WAITING
  169. at java.lang.Thread.sleep(Native Method)
  170. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)
  171.  
  172.  
  173. "Snooper Timer" Id=16 TIMED_WAITING on java.util.TaskQueue@25d6ad5
  174. at java.lang.Object.wait(Native Method)
  175. - waiting on java.util.TaskQueue@25d6ad5
  176. at java.util.TimerThread.mainLoop(Timer.java:552)
  177. at java.util.TimerThread.run(Timer.java:505)
  178.  
  179.  
  180. "Thread-1" Id=14 WAITING on java.util.LinkedList@79b3ae7f
  181. at java.lang.Object.wait(Native Method)
  182. - waiting on java.util.LinkedList@79b3ae7f
  183. at java.lang.Object.wait(Object.java:502)
  184. at com.zeitheron.hammercore.lib.zlib.utils.TaskedThread.run(TaskedThread.java:39)
  185.  
  186.  
  187. "Signal Dispatcher" Id=4 RUNNABLE
  188.  
  189.  
  190. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@25fe76ac
  191. at java.lang.Object.wait(Native Method)
  192. - waiting on java.lang.ref.ReferenceQueue$Lock@25fe76ac
  193. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  194. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  195. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  196.  
  197.  
  198. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@70bb7167
  199. at java.lang.Object.wait(Native Method)
  200. - waiting on java.lang.ref.Reference$Lock@70bb7167
  201. at java.lang.Object.wait(Object.java:502)
  202. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  203. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  204.  
  205.  
  206.  
  207. Stacktrace:
  208. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:62)
  209. at java.lang.Thread.run(Thread.java:748)
  210.  
  211. -- System Details --
  212. Details:
  213. Minecraft Version: 1.12.2
  214. Operating System: Linux (amd64) version 5.4.0-77-generic
  215. Java Version: 1.8.0_201, Oracle Corporation
  216. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  217. Memory: 566366504 bytes (540 MB) / 1803550720 bytes (1720 MB) up to 7635730432 bytes (7282 MB)
  218. JVM Flags: 7 total; -Xms256M -Xmx8192M -XX:MinHeapFreeRatio=2 -XX:MaxHeapFreeRatio=7 -XX:ParallelGCThreads=2 -XX:CICompilerCount=2 -XX:ActiveProcessorCount=2
  219. IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
  220. FML: MCP 9.42 Powered by Forge 14.23.5.2855 79 mods loaded, 79 mods active
  221. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  222.  
  223. | State | ID | Version | Source | Signature |
  224. |:------ |:--------------------------------- |:----------------- |:-------------------------------------------------- |:---------------------------------------- |
  225. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  226. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  227. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  228. | LCHIJA | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  229. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  230. | LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
  231. | LCHIJA | movingelevators | 1.2.34 | 1.12.jar | None |
  232. | LCHIJA | securitycraft | v1.8.22.2 | [1.12.2]+SecurityCraft+v1.8.22.2.jar | None |
  233. | LCHIJA | ic2 | 2.8.170-ex112 | industrialcraft-2-2.8.170-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  234. | LCHIJA | advanced_solar_panels | 4.3.0 | Advanced+Solar+Panels-4.3.0.jar | None |
  235. | LCHIJA | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.2.353.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  236. | LCHIJA | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
  237. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  238. | LCHIJA | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
  239. | LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
  240. | LCHIJA | botania | r1.10-364 | Botania+r1.10-364.4.jar | None |
  241. | LCHIJA | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
  242. | LCHIJA | brandonscore | 2.4.19 | BrandonsCore-1.12.2-2.4.19.214-universal.jar | None |
  243. | LCHIJA | chickens | 6.0.4 | chickens-6.0.4.jar | None |
  244. | LCHIJA | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
  245. | LCHIJA | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
  246. | LCHIJA | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
  247. | LCHIJA | draconicevolution | 2.3.27 | Draconic-Evolution-1.12.2-2.3.27.353-universal.jar | None |
  248. | LCHIJA | endercore | 1.12.2-0.5.76 | EnderCore-1.12.2-0.5.76.jar | None |
  249. | LCHIJA | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
  250. | LCHIJA | enderio | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  251. | LCHIJA | enderiointegrationtic | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  252. | LCHIJA | enderiobase | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  253. | LCHIJA | enderioconduits | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  254. | LCHIJA | enderioconduitsappliedenergistics | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  255. | LCHIJA | enderioconduitsopencomputers | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  256. | LCHIJA | refinedstorage | 1.6.16 | refinedstorage-1.6.16.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  257. | LCHIJA | enderioconduitsrefinedstorage | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  258. | LCHIJA | enderiointegrationforestry | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  259. | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  260. | LCHIJA | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
  261. | LCHIJA | enderiointegrationticlate | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  262. | LCHIJA | enderioinvpanel | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  263. | LCHIJA | enderiomachines | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  264. | LCHIJA | enderiopowertools | 5.3.70 | EnderIO-1.12.2-5.3.70.jar | None |
  265. | LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal (1).jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  266. | LCHIJA | motnt | 1.0.1 | EvenMoreTNT-1.0.1.jar | None |
  267. | LCHIJA | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
  268. | LCHIJA | exnihilocreatio | 1.12.2-0.4.7.2 | exnihilocreatio-1.12.2-0.4.7.2.jar | None |
  269. | LCHIJA | excompressum | 3.0.32 | ExCompressum_1.12.2-3.0.32.jar | None |
  270. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  271. | LCHIJA | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  272. | LCHIJA | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
  273. | LCHIJA | fluxnetworks | 4.1.0 | FluxNetworks-1.12.2-4.1.1.34.jar | None |
  274. | LCHIJA | cfm | 6.3.1 | furniture-6.3.1-1.12.2.jar | None |
  275. | LCHIJA | galacticraftcore | 4.0.2.280 | GalacticraftCore-1.12.2-4.0.2.280.jar | None |
  276. | LCHIJA | galacticraftplanets | 4.0.2.280 | Galacticraft-Planets-1.12.2-4.0.2.280.jar | None |
  277. | LCHIJA | hammercore | 2.0.6.28 | HammerLib-1.12.2-2.0.6.28.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
  278. | LCHIJA | lucraftcore | 1.12.2-2.4.16 | LucraftCore-1.12.2-2.4.16 (1).jar | None |
  279. | LCHIJA | heroesexpansion | 1.12.2-1.3.5 | HeroesExpansion-1.12.2-1.3.5 (1).jar | None |
  280. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  281. | LCHIJA | trackapi | 1.2 | TrackAPI-1.2.jar | None |
  282. | LCHIJA | universalmodcore | 1.0.1 | UniversalModCore-1.12.2-forge-1.0.1.jar | None |
  283. | LCHIJA | immersiverailroading | 1.8.0-7e0f82 | ImmersiveRailroading-1.12.2-forge-1.8.0-7e0f82.jar | None |
  284. | LCHIJA | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
  285. | LCHIJA | teslacorelib | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  286. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  287. | LCHIJA | infinitycraft | 1.12.2-r1 | Infinity+Craft-1.12.2-r1.jar | None |
  288. | LCHIJA | infinity | 1.12 | infinity-1.12.jar | None |
  289. | LCHIJA | inventorypets | 2.0.15 | inventorypets-1.12-2.0.15.jar | None |
  290. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  291. | LCHIJA | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  292. | LCHIJA | stevekung's_lib | 1.1.9 | SteveKunG's-Lib-1.12.2-1.1.9.jar | None |
  293. | LCHIJA | moreplanets | 2.2.1 | More-Planets-1.12.2-2.2.1-GC280.jar | None |
  294. | LCHIJA | notenoughwands | 1.8.1 | notenoughwands-1.12-1.8.1.jar | None |
  295. | LCHIJA | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  296. | LCHIJA | openblocks | 1.8.1 | OpenBlocks-Mod-1.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  297. | LCHIJA | fodc | 1.11.0 | OreDictionaryConverter-1.11.0.jar | None |
  298. | LCHIJA | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
  299. | LCHIJA | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
  300. | LCHIJA | roost | 2.0.10 | roost-1.12.2-2.0.10.jar | None |
  301. | LCHIJA | simplequarry | 12.3.29 | SimpleQuarry-1.12.2-12.3.29.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
  302. | LCHIJA | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
  303. | LCHIJA | teslacorelib_registries | 1.0.17 | tesla-core-lib-1.12.2-1.0.17.jar | None |
  304.  
  305. Loaded coremods (and transformers):
  306. ForgelinPlugin (Forgelin-1.8.3.jar)
  307.  
  308. MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
  309. micdoodle8.mods.miccore.MicdoodleTransformer
  310. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  311. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  312. EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  313. com.enderio.core.common.transform.EnderCoreTransformer
  314. com.enderio.core.common.transform.SimpleMixinPatcher
  315. SteveKunGLibPlugin (SteveKunG's-Lib-1.12.2-1.1.9.jar)
  316.  
  317. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  318. mekanism.coremod.KeybindingMigrationHelper
  319. HCASM (HammerLib-1.12.2-2.0.6.28.jar)
  320. com.zeitheron.hammercore.asm.HammerCoreTransformer
  321. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  322. openmods.core.OpenModsClassTransformer
  323. LucraftCoreCoreMod (LucraftCore-1.12.2-2.4.16 (1).jar)
  324. lucraft.mods.lucraftcore.core.LCTransformer
  325. 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]
  326. Ender IO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
  327. * Offline mode for dedicated servers is NOT supported by Ender IO.
  328. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  329. Authlib is : /home/servers/928920/minecraft_server.1.12.2.jar
  330.  
  331. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  332. !!!You are looking at the diagnostics information, not at the crash. !!!
  333. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  334. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  335.  
  336. Pulsar/tconstruct loaded Pulses:
  337. - TinkerCommons (Enabled/Forced)
  338. - TinkerWorld (Enabled/Not Forced)
  339. - TinkerTools (Enabled/Not Forced)
  340. - TinkerHarvestTools (Enabled/Forced)
  341. - TinkerMeleeWeapons (Enabled/Forced)
  342. - TinkerRangedWeapons (Enabled/Forced)
  343. - TinkerModifiers (Enabled/Forced)
  344. - TinkerSmeltery (Enabled/Not Forced)
  345. - TinkerGadgets (Enabled/Not Forced)
  346. - TinkerOredict (Enabled/Forced)
  347. - TinkerIntegration (Enabled/Forced)
  348. - TinkerFluids (Enabled/Forced)
  349. - TinkerMaterials (Enabled/Forced)
  350. - TinkerModelRegister (Enabled/Forced)
  351. - wailaIntegration (Enabled/Not Forced)
  352.  
  353. HammerCore Debug Information:
  354. Dependent Mods:
  355. -Simple Quarry (simplequarry) @ 12.3.29
  356.  
  357. Profiler Position: N/A (disabled)
  358. Player Count: 0 / 100; []
  359. Is Modded: Definitely; Server brand changed to 'fml,forge'
  360. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment