Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 101.41 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. RandomPatches (randompatches-1.12.2-1.18.1.1.jar)
  5. LibLoader (# LibLoader.jar)
  6. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  7. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.219.jar)
  8. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  9. BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar)
  10. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  11. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  12. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  13. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  14. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  15. CoreMod (TickProfiler-1.12-0.0.7.jar)
  16. ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
  17. HCASM (HammerCore-1.12.2-2.0.5.0.jar)
  18. ApotheosisCore (Apotheosis-1.12.2-1.10.5.jar)
  19. 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.5-1.12.2.jar)
  20. Quark Plugin (Quark-r1.6-177.jar)
  21. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  22. Ar_CorePlugin (additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar)
  23. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  24. EnderCorePlugin (EnderCore-1.12.2-0.5.65-core.jar)
  25. AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  26. ForgelinPlugin (Forgelin-1.8.3.jar)
  27. Plugin (NotEnoughIDs-1.5.4.4.jar)
  28. WTPlugin (WaitingTime-1.0.1.jar)
  29. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  30. MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  31. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  32. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  33. Contact their authors BEFORE contacting forge
  34.  
  35. // I let you down. Sorry :(
  36.  
  37. Time: 9/21/19 2:07 AM
  38. Description: Watching Server
  39.  
  40. java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
  41. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  42. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  43. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:691)
  44. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:673)
  45. at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1217)
  46. at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
  47. at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
  48. at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.getStackInSlot(DrawerItemHandler.java:43)
  49. at appeng.parts.misc.ItemHandlerAdapter.extractItems(ItemHandlerAdapter.java:119)
  50. at appeng.parts.misc.ItemHandlerAdapter.extractItems(ItemHandlerAdapter.java:53)
  51. at appeng.me.storage.MEPassThrough.extractItems(MEPassThrough.java:63)
  52. at appeng.me.storage.MEInventoryHandler.extractItems(MEInventoryHandler.java:117)
  53. at appeng.me.storage.NetworkInventoryHandler.extractItems(NetworkInventoryHandler.java:228)
  54. at appeng.me.cache.NetworkMonitor.extractItems(NetworkMonitor.java:93)
  55. at appeng.crafting.MECraftingInventory.<init>(MECraftingInventory.java:141)
  56. at appeng.crafting.CraftingJob.<init>(CraftingJob.java:90)
  57. at appeng.me.cache.CraftingGridCache.beginCraftingJob(CraftingGridCache.java:499)
  58. at appeng.helpers.MultiCraftingTracker.handleCrafting(MultiCraftingTracker.java:135)
  59. at appeng.helpers.DualityInterface.handleCrafting(DualityInterface.java:762)
  60. at appeng.helpers.DualityInterface.usePlan(DualityInterface.java:694)
  61. at appeng.helpers.DualityInterface.updateStorage(DualityInterface.java:651)
  62. at appeng.helpers.DualityInterface.tickingRequest(DualityInterface.java:583)
  63. at appeng.tile.misc.TileInterface.tickingRequest(TileInterface.java:236)
  64. at appeng.me.cache.TickManagerCache.onUpdateTick(TickManagerCache.java:94)
  65. at appeng.me.GridCacheWrapper.onUpdateTick(GridCacheWrapper.java:43)
  66. at appeng.me.Grid.update(Grid.java:280)
  67. at appeng.hooks.TickHandler.onTick(TickHandler.java:228)
  68. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2311_TickHandler_onTick_TickEvent.invoke(.dynamic)
  69. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  70. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  71. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266)
  72. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712)
  73. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  74. at java.lang.Thread.run(Thread.java:748)
  75.  
  76.  
  77. A detailed walkthrough of the error, its code path and all known details is as follows:
  78. ---------------------------------------------------------------------------------------
  79.  
  80. -- Head --
  81. Thread: Server Watchdog
  82. Stacktrace:
  83. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  84. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  85. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:691)
  86. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:673)
  87. at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1217)
  88. at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
  89. at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
  90. at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.getStackInSlot(DrawerItemHandler.java:43)
  91. at appeng.parts.misc.ItemHandlerAdapter.extractItems(ItemHandlerAdapter.java:119)
  92. at appeng.parts.misc.ItemHandlerAdapter.extractItems(ItemHandlerAdapter.java:53)
  93. at appeng.me.storage.MEPassThrough.extractItems(MEPassThrough.java:63)
  94. at appeng.me.storage.MEInventoryHandler.extractItems(MEInventoryHandler.java:117)
  95. at appeng.me.storage.NetworkInventoryHandler.extractItems(NetworkInventoryHandler.java:228)
  96. at appeng.me.cache.NetworkMonitor.extractItems(NetworkMonitor.java:93)
  97. at appeng.crafting.MECraftingInventory.<init>(MECraftingInventory.java:141)
  98. at appeng.crafting.CraftingJob.<init>(CraftingJob.java:90)
  99. at appeng.me.cache.CraftingGridCache.beginCraftingJob(CraftingGridCache.java:499)
  100. at appeng.helpers.MultiCraftingTracker.handleCrafting(MultiCraftingTracker.java:135)
  101. at appeng.helpers.DualityInterface.handleCrafting(DualityInterface.java:762)
  102. at appeng.helpers.DualityInterface.usePlan(DualityInterface.java:694)
  103. at appeng.helpers.DualityInterface.updateStorage(DualityInterface.java:651)
  104. at appeng.helpers.DualityInterface.tickingRequest(DualityInterface.java:583)
  105. at appeng.tile.misc.TileInterface.tickingRequest(TileInterface.java:236)
  106. at appeng.me.cache.TickManagerCache.onUpdateTick(TickManagerCache.java:94)
  107. at appeng.me.GridCacheWrapper.onUpdateTick(GridCacheWrapper.java:43)
  108. at appeng.me.Grid.update(Grid.java:280)
  109. at appeng.hooks.TickHandler.onTick(TickHandler.java:228)
  110. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2311_TickHandler_onTick_TickEvent.invoke(.dynamic)
  111. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  112. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  113. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266)
  114. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712)
  115.  
  116. -- Thread Dump --
  117. Details:
  118. Threads: "AE Crafting Calculator" Id=609 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@3d592674
  119. at sun.misc.Unsafe.park(Native Method)
  120. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@3d592674
  121. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  122. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  123. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  124. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  125. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  126. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  127. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  128. ...
  129.  
  130.  
  131. "AE Crafting Calculator" Id=563 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@3d592674
  132. at sun.misc.Unsafe.park(Native Method)
  133. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@3d592674
  134. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  135. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  136. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  137. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  138. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  139. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  140. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  141. ...
  142.  
  143.  
  144. "ForkJoinPool-1-worker-11" Id=539 WAITING on scala.concurrent.forkjoin.ForkJoinPool@339edfaf
  145. at sun.misc.Unsafe.park(Native Method)
  146. - waiting on scala.concurrent.forkjoin.ForkJoinPool@339edfaf
  147. at scala.concurrent.forkjoin.ForkJoinPool.scan(ForkJoinPool.java:2075)
  148. at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
  149. at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
  150.  
  151.  
  152. "Chunk I/O Executor Thread-1" Id=534 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@37a14d04
  153. at sun.misc.Unsafe.park(Native Method)
  154. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@37a14d04
  155. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  156. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  157. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  158. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  159. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  160. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  161. at java.lang.Thread.run(Thread.java:748)
  162.  
  163.  
  164. "Netty Epoll Server IO #23" Id=374 RUNNABLE
  165. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  166. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  167. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  168. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  169. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  170. at java.lang.Thread.run(Thread.java:748)
  171.  
  172.  
  173. "Netty Epoll Server IO #22" Id=373 RUNNABLE
  174. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  175. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  176. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  177. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  178. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  179. at java.lang.Thread.run(Thread.java:748)
  180.  
  181.  
  182. "Netty Epoll Server IO #21" Id=364 RUNNABLE
  183. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  184. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  185. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  186. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  187. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  188. at java.lang.Thread.run(Thread.java:748)
  189.  
  190.  
  191. "Netty Epoll Server IO #20" Id=363 RUNNABLE
  192. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  193. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  194. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  195. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  196. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  197. at java.lang.Thread.run(Thread.java:748)
  198.  
  199.  
  200. "Netty Epoll Server IO #19" Id=354 RUNNABLE (in native)
  201. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  202. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  203. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  204. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  205. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  206. at java.lang.Thread.run(Thread.java:748)
  207.  
  208.  
  209. "Netty Epoll Server IO #18" Id=345 RUNNABLE (in native)
  210. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  211. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  212. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  213. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  214. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  215. at java.lang.Thread.run(Thread.java:748)
  216.  
  217.  
  218. "Netty Epoll Server IO #17" Id=344 RUNNABLE (in native)
  219. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  220. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  221. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  222. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  223. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  224. at java.lang.Thread.run(Thread.java:748)
  225.  
  226.  
  227. "Netty Epoll Server IO #16" Id=335 RUNNABLE (in native)
  228. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  229. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  230. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  231. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  232. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  233. at java.lang.Thread.run(Thread.java:748)
  234.  
  235.  
  236. "Netty Epoll Server IO #15" Id=334 RUNNABLE (in native)
  237. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  238. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  239. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  240. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  241. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  242. at java.lang.Thread.run(Thread.java:748)
  243.  
  244.  
  245. "Netty Epoll Server IO #14" Id=325 RUNNABLE
  246. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  247. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  248. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  249. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  250. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  251. at java.lang.Thread.run(Thread.java:748)
  252.  
  253.  
  254. "Netty Epoll Server IO #13" Id=316 RUNNABLE
  255. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  256. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  257. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  258. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  259. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  260. at java.lang.Thread.run(Thread.java:748)
  261.  
  262.  
  263. "Netty Epoll Server IO #12" Id=307 RUNNABLE
  264. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  265. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  266. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  267. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  268. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  269. at java.lang.Thread.run(Thread.java:748)
  270.  
  271.  
  272. "Netty Epoll Server IO #11" Id=306 RUNNABLE
  273. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  274. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  275. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  276. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  277. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  278. at java.lang.Thread.run(Thread.java:748)
  279.  
  280.  
  281. "Netty Epoll Server IO #10" Id=296 RUNNABLE
  282. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  283. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  284. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  285. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  286. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  287. at java.lang.Thread.run(Thread.java:748)
  288.  
  289.  
  290. "Netty Epoll Server IO #9" Id=295 RUNNABLE
  291. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  292. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  293. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  294. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  295. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  296. at java.lang.Thread.run(Thread.java:748)
  297.  
  298.  
  299. "Netty Epoll Server IO #8" Id=286 RUNNABLE
  300. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  301. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  302. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  303. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  304. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  305. at java.lang.Thread.run(Thread.java:748)
  306.  
  307.  
  308. "Netty Epoll Server IO #7" Id=277 RUNNABLE
  309. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  310. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  311. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  312. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  313. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  314. at java.lang.Thread.run(Thread.java:748)
  315.  
  316.  
  317. "Netty Epoll Server IO #6" Id=276 RUNNABLE
  318. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  319. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  320. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  321. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  322. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  323. at java.lang.Thread.run(Thread.java:748)
  324.  
  325.  
  326. "Netty Epoll Server IO #5" Id=267 RUNNABLE
  327. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  328. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  329. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  330. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  331. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  332. at java.lang.Thread.run(Thread.java:748)
  333.  
  334.  
  335. "Netty Epoll Server IO #4" Id=266 RUNNABLE
  336. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  337. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  338. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  339. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  340. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  341. at java.lang.Thread.run(Thread.java:748)
  342.  
  343.  
  344. "Netty Epoll Server IO #3" Id=257 RUNNABLE
  345. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  346. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  347. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  348. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  349. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  350. at java.lang.Thread.run(Thread.java:748)
  351.  
  352.  
  353. "AE Compass Service" Id=256 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@72a3d594
  354. at sun.misc.Unsafe.park(Native Method)
  355. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@72a3d594
  356. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  357. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  358. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  359. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  360. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  361. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  362. at java.lang.Thread.run(Thread.java:748)
  363.  
  364.  
  365. "Netty Epoll Server IO #2" Id=254 RUNNABLE
  366. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  367. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  368. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  369. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  370. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  371. at java.lang.Thread.run(Thread.java:748)
  372.  
  373.  
  374. "threadDeathWatcher-2-1" Id=245 TIMED_WAITING
  375. at java.lang.Thread.sleep(Native Method)
  376. at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
  377. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  378. at java.lang.Thread.run(Thread.java:748)
  379.  
  380.  
  381. "Netty Epoll Server IO #1" Id=244 RUNNABLE
  382. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  383. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  384. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  385. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  386. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  387. at java.lang.Thread.run(Thread.java:748)
  388.  
  389.  
  390. "OpenComputers-SaveHandler-1" Id=201 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@63d2732
  391. at sun.misc.Unsafe.park(Native Method)
  392. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@63d2732
  393. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  394. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  395. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  396. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  397. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  398. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  399. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  400. ...
  401.  
  402.  
  403. "pool-4-thread-1" Id=138 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@431be3fd
  404. at sun.misc.Unsafe.park(Native Method)
  405. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@431be3fd
  406. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  407. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  408. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  409. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  410. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  411. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  412. at java.lang.Thread.run(Thread.java:748)
  413.  
  414.  
  415. "Server Watchdog" Id=134 RUNNABLE
  416. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  417. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  418. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:45)
  419. at java.lang.Thread.run(Thread.java:748)
  420.  
  421.  
  422. "Query Listener #1" Id=133 RUNNABLE
  423. at java.net.PlainDatagramSocketImpl.peekData(Native Method)
  424. - locked java.net.PlainDatagramSocketImpl@7e6f4ff7
  425. at java.net.DatagramSocket.receive(DatagramSocket.java:743)
  426. - locked java.net.DatagramPacket@128c2adb
  427. - locked java.net.DatagramSocket@716f4af9
  428. at net.minecraft.network.rcon.RConThreadQuery.run(SourceFile:269)
  429. at java.lang.Thread.run(Thread.java:748)
  430.  
  431.  
  432. "File IO Thread" Id=107 TIMED_WAITING
  433. at java.lang.Thread.sleep(Native Method)
  434. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51)
  435. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
  436. at java.lang.Thread.run(Thread.java:748)
  437.  
  438.  
  439. "pool-3-thread-12" Id=106 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  440. at sun.misc.Unsafe.park(Native Method)
  441. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  442. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  443. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  444. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  445. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  446. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  447. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  448. at java.lang.Thread.run(Thread.java:748)
  449.  
  450.  
  451. "pool-3-thread-11" Id=105 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  452. at sun.misc.Unsafe.park(Native Method)
  453. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  454. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  455. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  456. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  457. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  458. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  459. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  460. at java.lang.Thread.run(Thread.java:748)
  461.  
  462.  
  463. "pool-3-thread-10" Id=104 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  464. at sun.misc.Unsafe.park(Native Method)
  465. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  466. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  467. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  468. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  469. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  470. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  471. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  472. at java.lang.Thread.run(Thread.java:748)
  473.  
  474.  
  475. "pool-3-thread-9" Id=103 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  476. at sun.misc.Unsafe.park(Native Method)
  477. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  478. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  479. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  480. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  481. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  482. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  483. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  484. at java.lang.Thread.run(Thread.java:748)
  485.  
  486.  
  487. "pool-3-thread-8" Id=102 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  488. at sun.misc.Unsafe.park(Native Method)
  489. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  490. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  491. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  492. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  493. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  494. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  495. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  496. at java.lang.Thread.run(Thread.java:748)
  497.  
  498.  
  499. "pool-3-thread-7" Id=101 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  500. at sun.misc.Unsafe.park(Native Method)
  501. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  502. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  503. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  504. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  505. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  506. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  507. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  508. at java.lang.Thread.run(Thread.java:748)
  509.  
  510.  
  511. "pool-3-thread-6" Id=100 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  512. at sun.misc.Unsafe.park(Native Method)
  513. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  514. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  515. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  516. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  517. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  518. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  519. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  520. at java.lang.Thread.run(Thread.java:748)
  521.  
  522.  
  523. "pool-3-thread-5" Id=99 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  524. at sun.misc.Unsafe.park(Native Method)
  525. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  526. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  527. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  528. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  529. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  530. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  531. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  532. at java.lang.Thread.run(Thread.java:748)
  533.  
  534.  
  535. "pool-3-thread-4" Id=98 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  536. at sun.misc.Unsafe.park(Native Method)
  537. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  538. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  539. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  540. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  541. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  542. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  543. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  544. at java.lang.Thread.run(Thread.java:748)
  545.  
  546.  
  547. "pool-3-thread-3" Id=97 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  548. at sun.misc.Unsafe.park(Native Method)
  549. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  550. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  551. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  552. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  553. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  554. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  555. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  556. at java.lang.Thread.run(Thread.java:748)
  557.  
  558.  
  559. "pool-3-thread-2" Id=96 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  560. at sun.misc.Unsafe.park(Native Method)
  561. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  562. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  563. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  564. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  565. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  566. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  567. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  568. at java.lang.Thread.run(Thread.java:748)
  569.  
  570.  
  571. "pool-3-thread-1" Id=95 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  572. at sun.misc.Unsafe.park(Native Method)
  573. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d679b0f
  574. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  575. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  576. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  577. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  578. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  579. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  580. at java.lang.Thread.run(Thread.java:748)
  581.  
  582.  
  583. "PR RoutingThread #3" Id=94 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@61ff8b55
  584. at sun.misc.Unsafe.park(Native Method)
  585. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@61ff8b55
  586. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  587. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  588. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  589. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  590.  
  591.  
  592. "PR RoutingThread #2" Id=93 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@61ff8b55
  593. at sun.misc.Unsafe.park(Native Method)
  594. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@61ff8b55
  595. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  596. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  597. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  598. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  599.  
  600.  
  601. "PR RoutingThread #1" Id=92 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@61ff8b55
  602. at sun.misc.Unsafe.park(Native Method)
  603. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@61ff8b55
  604. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  605. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  606. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  607. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  608.  
  609.  
  610. "PR RoutingThread #0" Id=91 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@61ff8b55
  611. at sun.misc.Unsafe.park(Native Method)
  612. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@61ff8b55
  613. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  614. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  615. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  616. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  617.  
  618.  
  619. "Java2D Disposer" Id=90 WAITING on java.lang.ref.ReferenceQueue$Lock@656b606a
  620. at java.lang.Object.wait(Native Method)
  621. - waiting on java.lang.ref.ReferenceQueue$Lock@656b606a
  622. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  623. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  624. at sun.java2d.Disposer.run(Disposer.java:148)
  625. at java.lang.Thread.run(Thread.java:748)
  626.  
  627.  
  628. "ResearchIOThread" Id=87 TIMED_WAITING on java.util.TaskQueue@16c254ee
  629. at java.lang.Object.wait(Native Method)
  630. - waiting on java.util.TaskQueue@16c254ee
  631. at java.util.TimerThread.mainLoop(Timer.java:552)
  632. at java.util.TimerThread.run(Timer.java:505)
  633.  
  634.  
  635. "Ender IO Scheduler" Id=86 TIMED_WAITING
  636. at java.lang.Thread.sleep(Native Method)
  637. at crazypants.enderio.base.scheduler.Scheduler.run(Scheduler.java:41)
  638.  
  639.  
  640. "Netty Epoll Server IO #0" Id=51 RUNNABLE
  641. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  642. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  643. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  644. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  645. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  646. at java.lang.Thread.run(Thread.java:748)
  647.  
  648.  
  649. "Server console handler" Id=24 RUNNABLE (in native)
  650. at java.io.FileInputStream.readBytes(Native Method)
  651. at java.io.FileInputStream.read(FileInputStream.java:255)
  652. at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
  653. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  654. - locked java.io.BufferedInputStream@57bc1ada
  655. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  656. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  657. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  658. - locked java.io.InputStreamReader@4a84965b
  659. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  660. ...
  661.  
  662.  
  663. "DestroyJavaVM" Id=23 RUNNABLE
  664.  
  665.  
  666. "Server thread" Id=21 RUNNABLE
  667. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  668. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  669. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:691)
  670. at net.minecraftforge.event.ForgeEventFactory.gatherCapabilities(ForgeEventFactory.java:673)
  671. at net.minecraft.item.ItemStack.forgeInit(ItemStack.java:1217)
  672. at net.minecraft.item.ItemStack.<init>(ItemStack.java:112)
  673. at net.minecraft.item.ItemStack.func_77946_l(ItemStack.java:396)
  674. at com.jaquadro.minecraft.storagedrawers.capabilities.DrawerItemHandler.getStackInSlot(DrawerItemHandler.java:43)
  675. ...
  676.  
  677.  
  678. "Server Infinisleeper" Id=20 TIMED_WAITING
  679. at java.lang.Thread.sleep(Native Method)
  680. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)
  681.  
  682.  
  683. "Snooper Timer" Id=19 TIMED_WAITING on java.util.TaskQueue@7452d751
  684. at java.lang.Object.wait(Native Method)
  685. - waiting on java.util.TaskQueue@7452d751
  686. at java.util.TimerThread.mainLoop(Timer.java:552)
  687. at java.util.TimerThread.run(Timer.java:505)
  688.  
  689.  
  690. "Thread-1" Id=17 WAITING on java.util.LinkedList@70b39811
  691. at java.lang.Object.wait(Native Method)
  692. - waiting on java.util.LinkedList@70b39811
  693. at java.lang.Object.wait(Object.java:502)
  694. at com.zeitheron.hammercore.lib.zlib.utils.TaskedThread.run(TaskedThread.java:39)
  695.  
  696.  
  697. "Signal Dispatcher" Id=5 RUNNABLE
  698.  
  699.  
  700. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@476e2617
  701. at java.lang.Object.wait(Native Method)
  702. - waiting on java.lang.ref.ReferenceQueue$Lock@476e2617
  703. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  704. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  705. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  706.  
  707.  
  708. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@29b656ef
  709. at java.lang.Object.wait(Native Method)
  710. - waiting on java.lang.ref.Reference$Lock@29b656ef
  711. at java.lang.Object.wait(Object.java:502)
  712. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  713. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  714.  
  715.  
  716.  
  717. Stacktrace:
  718. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:62)
  719. at java.lang.Thread.run(Thread.java:748)
  720.  
  721. -- System Details --
  722. Details:
  723. Minecraft Version: 1.12.2
  724. Operating System: Linux (amd64) version 4.4.0-154-generic
  725. Java Version: 1.8.0_181, Oracle Corporation
  726. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  727. Memory: 4989080176 bytes (4757 MB) / 8353742848 bytes (7966 MB) up to 8353742848 bytes (7966 MB)
  728. JVM Flags: 5 total; -Xms8000M -Xmx8000M -XX:+AggressiveOpts -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC
  729. IntCache: cache: 1, tcache: 1, allocated: 0, tallocated: 37
  730. FML: MCP 9.42 Powered by Forge 14.23.5.2838 264 mods loaded, 264 mods active
  731. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  732.  
  733. | State | ID | Version | Source | Signature |
  734. |:------ |:--------------------------------- |:------------------------ |:----------------------------------------------------- |:---------------------------------------- |
  735. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  736. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  737. | LCHIJA | FML | 8.0.99.99 | forge-2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  738. | LCHIJA | forge | 14.23.5.2838 | forge-2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  739. | LCHIJA | additionalresources | 0.1.1 | additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar | None |
  740. | LCHIJA | creativecoredummy | 1.0.0 | minecraft.jar | None |
  741. | LCHIJA | itemphysic | 1.4.0 | minecraft.jar | None |
  742. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  743. | LCHIJA | openmodscore | 0.12.2 | minecraft.jar | None |
  744. | LCHIJA | biometweakercore | 1.0.39 | minecraft.jar | None |
  745. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  746. | LCHIJA | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  747. | LCHIJA | randompatches | 1.12.2-1.18.1.1 | randompatches-1.12.2-1.18.1.1.jar | None |
  748. | LCHIJA | crafttweaker | 4.1.19 | CraftTweaker2-1.12-4.1.19.jar | None |
  749. | LCHIJA | endertweaker | 1.1.7 | EnderTweaker-1.12.2-1.1.7.jar | None |
  750. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  751. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  752. | LCHIJA | jei | 4.15.0.289 | jei_1.12.2-4.15.0.289.jar | None |
  753. | LCHIJA | abyssalcraft | 1.9.11 | AbyssalCraft-1.12.2-1.9.11.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  754. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  755. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  756. | LCHIJA | endercore | 1.12.2-0.5.65 | EnderCore-1.12.2-0.5.65.jar | None |
  757. | LCHIJA | codechickenlib | 3.2.3.357 | CodeChickenLib-1.12.2-3.2.3.357-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  758. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  759. | LCHIJA | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  760. | LCHIJA | brandonscore | 2.4.17 | BrandonsCore-1.12.2-2.4.17.208-universal.jar | None |
  761. | LCHIJA | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  762. | LCHIJA | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  763. | LCHIJA | draconicevolution | 2.3.24 | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None |
  764. | LCHIJA | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  765. | LCHIJA | enderio | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  766. | LCHIJA | enderiointegrationtic | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  767. | LCHIJA | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  768. | LCHIJA | tweakersconstruct | 1.12.2-1.5.1 | tweakersconstruct-1.12.2-1.5.1.jar | None |
  769. | LCHIJA | twilightforest | 3.9.984 | twilightforest-1.12.2-3.9.984-universal.jar | None |
  770. | LCHIJA | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
  771. | LCHIJA | acintegration | 1.9.0 | AbyssalCraft Integration-1.12.2-1.9.0.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  772. | LCHIJA | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
  773. | LCHIJA | actuallyadditions | 1.12.2-r149 | ActuallyAdditions-1.12.2-r149.jar | None |
  774. | LCHIJA | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  775. | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  776. | LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  777. | LCHIJA | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
  778. | LCHIJA | tesla | 1.0.63 | Tesla-1.12.2-1.0.63.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  779. | LCHIJA | p455w0rdslib | 2.2.156 | p455w0rdslib-1.12.2-2.2.156.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  780. | LCHIJA | ae2wtlib | 1.0.30 | AE2WTLib-1.12.2-1.0.30.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  781. | LCHIJA | infinitylib | 1.12.2-1.12.0 | infinitylib-1.12.0.jar | None |
  782. | LCHIJA | agricraft | 2.12.0-1.12.0-a6 | AgriCraft-2.12.0-1.12.0-a6.jar | None |
  783. | LCHIJA | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  784. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  785. | LCHIJA | apotheosis | 1.10.4 | Apotheosis-1.12.2-1.10.5.jar | None |
  786. | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  787. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  788. | LCHIJA | thedragonlib | 1.12.2-5.3.0 | thedragonlib-1.12.2-5.3.0.jar | None |
  789. | LCHIJA | armorplus | 1.12.2-11.24.0.60 | armorplus-1.12.2-11.24.0.60.jar | None |
  790. | LCHIJA | aroma1997core | 2.0.0.2.b165 | Aroma1997Core-1.12.2-2.0.0.2.b165.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  791. | LCHIJA | aroma1997sdimension | 2.0.0.2.b89 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b89.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  792. | LCHIJA | astralsorcery | 1.10.20 | astralsorcery-1.12.2-1.10.20.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  793. | LCHIJA | attributefix | 1.0.4 | AttributeFix-1.12.2-1.0.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  794. | LCHIJA | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
  795. | LCHIJA | quark | r1.6-177 | Quark-r1.6-177.jar | None |
  796. | LCHIJA | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  797. | LCHIJA | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.33-universal.jar | None |
  798. | LCHIJA | botania | r1.10-361 | Botania r1.10-361.jar | None |
  799. | LCHIJA | avaritiatweaks | 1.12.2-1.1 | AvaritiaTweaks-1.12.2-1.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  800. | LCHIJA | base | 3.13.0 | base-1.12.2-3.13.0.jar | None |
  801. | LCHIJA | bhc | 2.0.3 | baubley-heart-canisters-1.12.2-2.0.3.jar | None |
  802. | LCHIJA | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
  803. | LCHIJA | betterquesting | 3.5.300 | BetterQuesting-3.5.300.jar | None |
  804. | LCHIJA | bqt | 1.0 | BetterQuestingTriggerer-1.0.jar | None |
  805. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  806. | LCHIJA | biometweaker | 3.2.354 | BiomeTweaker-1.12.2-3.2.354.jar | bdea6e9d19f35da4858ffcc93210c6207dd590bd |
  807. | LCHIJA | blockcraftery | 1.12.2-1.3.1 | blockcraftery-1.12.2-1.3.1.jar | None |
  808. | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  809. | LCHIJA | bloodmagic | 1.12.2-2.4.1-103 | BloodMagic-1.12.2-2.4.1-103.jar | None |
  810. | LCHIJA | bonsaitrees | 1.1.3 | bonsaitrees-1.1.3-b156.jar | None |
  811. | LCHIJA | bookshelf | 2.3.585 | Bookshelf-1.12.2-2.3.585.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  812. | LCHIJA | brokenwings | 2.0.0 | brokenwings-2.0.0.jar | None |
  813. | LCHIJA | buildinggadgets | 2.7.2 | BuildingGadgets-2.7.2.jar | None |
  814. | LCHIJA | ceramics | 1.12-1.3.7 | Ceramics-1.12-1.3.7.jar | None |
  815. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  816. | LCHIJA | chancecubes | 1.12.2-4.1.0.300 | ChanceCubes-1.12.2-4.1.0.300.jar | None |
  817. | LCHIJA | chickenchunks | 2.4.2.74 | ChickenChunks-1.12.2-2.4.2.74-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  818. | LCHIJA | chiselsandbits | 14.33 | chiselsandbits-14.33.jar | None |
  819. | LCHIJA | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  820. | LCHIJA | compacter | 1.3.0.3 | compacter-1.3.0.3-mc1.12.2.jar | None |
  821. | LCHIJA | contenttweaker | 1.12.2-4.9.1 | ContentTweaker-1.12.2-4.9.1.jar | None |
  822. | LCHIJA | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
  823. | LCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  824. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.19.jar | None |
  825. | LCHIJA | creativecore | 1.9.9 | CreativeCore_v1.9.62_mc1.12.2.jar | None |
  826. | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  827. | LCHIJA | cyclopscore | 1.5.0 | CyclopsCore-1.12.2-1.5.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  828. | LCHIJA | wasaila | 1.0 | Wasaila-1.0.jar | None |
  829. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  830. | LCHIJA | darkutils | 1.8.226 | DarkUtils-1.12.2-1.8.226.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  831. | LCHIJA | diethopper | 1.1 | diethopper-1.1.jar | None |
  832. | LCHIJA | dimensionaledibles | 1.3.1 | DimensionalEdibles-1.12.2-1.3.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  833. | LCHIJA | eleccore | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  834. | LCHIJA | embers | 1.13-hotfix2 | EmbersRekindled-1.13-hotfix2.jar | None |
  835. | LCHIJA | enderiobase | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  836. | LCHIJA | enderioconduits | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  837. | LCHIJA | enderioconduitsappliedenergistics | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  838. | LCHIJA | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
  839. | LCHIJA | enderioconduitsopencomputers | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  840. | LCHIJA | enderioconduitsrefinedstorage | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  841. | LCHIJA | enderiointegrationforestry | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  842. | LCHIJA | enderiointegrationticlate | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  843. | LCHIJA | ftblib | 5.4.3.131 | FTBLib-5.4.3.131.jar | None |
  844. | LCHIJA | enderiomachines | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  845. | LCHIJA | enderiopowertools | 5.0.50 | EnderIO-1.12.2-5.0.50.jar | None |
  846. | LCHIJA | enderioendergy | 5.0.50 | EnderIO-endergy-1.12.2-5.0.50.jar | None |
  847. | LCHIJA | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  848. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  849. | LCHIJA | endermanevo | 1.0.30 | EndermanEvolution-1.12.2-1.0.30.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  850. | LCHIJA | epicsiegemod | 13.165 | EpicSiegeMod-13.165.jar | None |
  851. | LCHIJA | mikesmodslib | 1.0.2 | MikesModsLib-1.0.2.jar | None |
  852. | LCHIJA | projectex | 1.2.0.39 | ProjectEX-1.2.0.39.jar | None |
  853. | LCHIJA | equivalentintegrations | 0.4.6 | EquivalentIntegrations-0.4.6.jar | None |
  854. | LCHIJA | erebus | 1.0.30 | Erebus-1.0.30.jar | None |
  855. | LCHIJA | everlastingabilities | 1.5.1 | EverlastingAbilities-1.12.2-1.5.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  856. | LCHIJA | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
  857. | LCHIJA | exnihilocreatio | 1.12.2-0.4.6 | exnihilocreatio-1.12.2-0.4.6.jar | None |
  858. | LCHIJA | hammercore | 2.0.5.0 | HammerCore-1.12.2-2.0.5.0.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  859. | LCHIJA | expequiv | 13r | ExpandedEquivalence-1.12.2-13r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  860. | LCHIJA | extendedcrafting | 1.5.5 | ExtendedCrafting-1.12.2-1.5.5.jar | None |
  861. | LCHIJA | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
  862. | LCHIJA | galacticraftcore | 4.0.2.219 | GalacticraftCore-1.12.2-4.0.2.219.jar | None |
  863. | LCHIJA | galacticraftplanets | 4.0.2.219 | Galacticraft-Planets-1.12.2-4.0.2.219.jar | None |
  864. | LCHIJA | mjrlegendslib | 1.12.2-1.1.8 | MJRLegendsLib-1.12.2-1.1.8.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  865. | LCHIJA | extraplanets | 1.12.2-0.5.6 | ExtraPlanets-1.12.2-0.5.6.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  866. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  867. | LCHIJA | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  868. | LCHIJA | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
  869. | LCHIJA | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None |
  870. | LCHIJA | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
  871. | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  872. | LCHIJA | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  873. | LCHIJA | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  874. | LCHIJA | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  875. | LCHIJA | ftbutilities | 5.4.0.101 | FTBUtilities-5.4.0.101.jar | None |
  876. | LCHIJA | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.5.jar | None |
  877. | LCHIJA | furnaceoverhaul | 2.2.0 | FurnaceOverhaul-1.12.2-2.2.0.jar | None |
  878. | LCHIJA | galacticrafttweaker | 1.12.2-1.0.3 | GalacticraftTweaker-1.12.2-1.0.3.jar | b02331787272ec3515ebe63ecdeea0d746653468 |
  879. | LCHIJA | gardenofglass | sqrt(-1) | GardenOfGlass.jar | None |
  880. | LCHIJA | grue | 1.4.0 | Grue-1.12.2-1.4.0.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  881. | LCHIJA | huntingdim | 1.0.39 | HuntingDimension-1.12.2-1.0.39.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  882. | LCHIJA | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  883. | LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  884. | LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  885. | LCHIJA | mekanism | 1.12.2-9.8.1.383 | Mekanism-1.12.2-9.8.1.383.jar | None |
  886. | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  887. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  888. | LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  889. | LCHIJA | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
  890. | LCHIJA | instantunify | 1.1.2 | instantunify-1.12.2-1.1.2.jar | None |
  891. | LCHIJA | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  892. | LCHIJA | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
  893. | LCHIJA | natura | 1.12.2-4.3.2.69 | natura-1.12.2-4.3.2.69.jar | None |
  894. | LCHIJA | nuclearcraft | 2.18e | NuclearCraft-2.18e-1.12.2.jar | None |
  895. | LCHIJA | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2ze.jar | None |
  896. | LCHIJA | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  897. | LCHIJA | rftools | 7.72 | rftools-1.12-7.72.jar | None |
  898. | LCHIJA | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  899. | LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  900. | LCHIJA | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
  901. | LCHIJA | jee | 1.0.7 | JustEnoughEnergistics-1.12.2-1.0.7.jar | None |
  902. | LCHIJA | karatgarden | 0.1.4 | KaratGarden-0.1.4-[1.12.2].jar | None |
  903. | LCHIJA | kleeslabs | 5.4.12 | KleeSlabs_1.12.2-5.4.12.jar | None |
  904. | LCHIJA | kc | 1.12 | knobcontrol-1.12-4.0.20.jar | None |
  905. | LCHIJA | landcore | 1.5.0.1 | landcore-1.5.0.1.jar | None |
  906. | LCHIJA | landcraft | 2.3.0.2 | landcraft-2.3.0.2.jar | None |
  907. | LCHIJA | libraryex | 1.0.11 | LibraryEx-1.12.2-1.0.11.jar | None |
  908. | LCHIJA | lootbags | 2.5.8.5 | LootBags-1.12.2-2.5.8.5.jar | None |
  909. | LCHIJA | lttweaker | 1.1.14 | LootTableTweaker-1.12.2-1.1.14.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  910. | LCHIJA | lordcraft | 1.0.0 | Lord Craft 2.9.16.jar | None |
  911. | LCHIJA | lostcities | 2.0.21 | lostcities-1.12-2.0.21.jar | None |
  912. | LCHIJA | magneticraft | 2.7.0 | Magneticraft_1.12-2.7.0-dev.jar | None |
  913. | LCHIJA | manavisualizer | r1.0-1 | ManaVisualizer-r1.0-1.jar | None |
  914. | LCHIJA | mapgadgets | @VERSION@ | Mapmaker's Gadgets-1.2_for_1.12.x.jar | None |
  915. | LCHIJA | matc | 1.0.1-hotfix | matc-1.0.1-hotfix.jar | None |
  916. | LCHIJA | mekanismgenerators | 1.12.2-9.8.1.383 | MekanismGenerators-1.12.2-9.8.1.383.jar | None |
  917. | LCHIJA | mekanismtools | 1.12.2-9.8.1.383 | MekanismTools-1.12.2-9.8.1.383.jar | None |
  918. | LCHIJA | mob_grinding_utils | 0.3.13 | MobGrindingUtils-0.3.13.jar | None |
  919. | LCHIJA | modularmachinery | 1.10.0 | modularmachinery-1.12.2-1.10.0.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  920. | LCHIJA | pneumaticcraft | 1.12.2-0.11.5-371 | pneumaticcraft-repressurized-1.12.2-0.11.5-371.jar | None |
  921. | LCHIJA | modulardiversity | 1.8 | Modular Diversity-1.8.jar | None |
  922. | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  923. | LCHIJA | mputils | 1.5.6 | MPUtils-1.12.2-1.5.7.jar | None |
  924. | LCHIJA | mpbasic | 1.4.7 | mpbasic-1.12.2-1.4.11.jar | None |
  925. | LCHIJA | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
  926. | LCHIJA | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
  927. | LCHIJA | redstonearsenal | 2.6.3 | RedstoneArsenal-1.12.2-2.6.3.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  928. | LCHIJA | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  929. | LCHIJA | simplyjetpacks | 2.2.13.66 | SimplyJetpacks2-1.12.2-2.2.13.66.jar | None |
  930. | LCHIJA | plustic | 7.0.7.0 | plustic-7.0.7.0.jar | None |
  931. | LCHIJA | netherendingores | 1.12.2-1.3 | Netherending-Ores-1.12.2-1.3.jar | None |
  932. | LCHIJA | netherex | 2.0.12 | NetherEx-1.12.2-2.0.12.jar | None |
  933. | LCHIJA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
  934. | LCHIJA | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  935. | LCHIJA | omlib | 3.1.3-246 | omlib-1.12.2-3.1.3-246.jar | None |
  936. | LCHIJA | ompd | 3.1.0-61 | ompd-1.12.2-3.1.0-61.jar | None |
  937. | LCHIJA | openmods | 0.12.2 | OpenModsLib-1.12.2-0.12.2.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  938. | LCHIJA | openblocks | 1.8.1 | OpenBlocks-1.12.2-1.8.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  939. | LCHIJA | openmodularturrets | 3.1.3-355 | openmodularturrets-1.12.2-3.1.3-355.jar | None |
  940. | LCHIJA | oreexcavation | 1.4.140 | OreExcavation-1.4.140.jar | None |
  941. | LCHIJA | overloaded | 0.0.58 | Overloaded-1.12.2-0.0.58.jar | 644f38521a349310a5dae0239577dc7beebefaec |
  942. | LCHIJA | packmode | 1.2.0 | packmode-1.12.2-1.2.0.jar | None |
  943. | LCHIJA | patchouli | 1.0-20 | Patchouli-1.0-20.jar | None |
  944. | LCHIJA | portality | 1.0-SNAPSHOT | portality-1.12.2-1.2.3-15.jar | None |
  945. | LCHIJA | progressivebosses | 1.5.2 | ProgressiveBosses-1.5.2-mc1.12.x.jar | None |
  946. | LCHIJA | projectintelligence | 1.0.8 | ProjectIntelligence-1.12.2-1.0.8.25-universal.jar | None |
  947. | LCHIJA | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  948. | LCHIJA | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  949. | LCHIJA | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  950. | LCHIJA | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None |
  951. | LCHIJA | quantumflux | 2.0.18 | quantumflux-1.12.2-2.0.18.jar | None |
  952. | LCHIJA | reborncore | 3.16.0.469 | RebornCore-1.12.2-3.16.0.469-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  953. | LCHIJA | quantumstorage | 4.7.0 | QuantumStorage-1.12-4.7.0.jar | None |
  954. | LCHIJA | randomthings | 4.2.7.3 | RandomThings-MC1.12.2-4.2.7.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  955. | LCHIJA | xreliquary | 1.12.2-1.3.4.796 | Reliquary-1.12.2-1.3.4.796.jar | None |
  956. | LCHIJA | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
  957. | LCHIJA | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
  958. | LCHIJA | riteclicker | 1.12_1 | riteclicker-1.12.2_2.jar | None |
  959. | LCHIJA | rockcandy | 1.12.2-3.00 | rockcandy-1.12.2-3.0.0.jar | None |
  960. | LCHIJA | simplevoidworld | 1.2.0.9 | Simple-Void-World-1.12-1.2.0.9-universal.jar | None |
  961. | LCHIJA | simplesponge | 3.6.2 | SimpleSponge-1.12.2-3.6.2.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  962. | LCHIJA | simple_trophies | 1.2.1 | simpletrophies-1.2.1.jar | None |
  963. | LCHIJA | skylandsforge | 1.12.2_0.2 | SkyLandsForge-1.12.2_0.2.jar | None |
  964. | LCHIJA | solarflux | 4.34r | SolarFluxReborn_1.12.2-4.34r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  965. | LCHIJA | soot | 1.6 | Soot-1.6.jar | None |
  966. | LCHIJA | stackie | 1.6.0.48 | Stackie-1.12.2-1.6.0.48-universal.jar | None |
  967. | LCHIJA | stacksize | 1.1 | stacksize-1.12.2-1.0.jar | None |
  968. | LCHIJA | bq_standard | 3.4.159 | StandardExpansion-3.4.159.jar | None |
  969. | LCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  970. | LCHIJA | tammodized | 0.15.5 | TamModized-1.12.1-0.15.5.jar | None |
  971. | LCHIJA | teslafied | 1.1.1 | teslafied-1.12-1.1.1.jar | None |
  972. | LCHIJA | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  973. | LCHIJA | thermalsolars | 1.12.2 V1.9.5 | thermalsolars-1.12.2-1.9.5.jar | None |
  974. | LCHIJA | tickprofiler | 1.12-0.0.7 | TickProfiler-1.12-0.0.7.jar | None |
  975. | LCHIJA | tcomplement | 1.12.2-0.4.2 | TinkersComplement-1.12.2-0.4.2.jar | None |
  976. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  977. | LCHIJA | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None |
  978. | LCHIJA | tombstone | 3.5.6 | tombstone-3.5.6-1.12.2.jar | None |
  979. | LCHIJA | translocators | 2.5.2.81 | Translocators-1.12.2-2.5.2.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  980. | LCHIJA | ts2k16 | 1.2.10 | TS2K16-1.2.10.jar | None |
  981. | LCHIJA | unloader | 1.2.0 | unloader-1.2.0.jar | None |
  982. | LCHIJA | voidcraft | 0.26.10 | VoidCraft-1.12-0.26.10.jar | None |
  983. | LCHIJA | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  984. | LCHIJA | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  985. | LCHIJA | waystones | 4.0.72 | Waystones_1.12.2-4.0.72.jar | None |
  986. | LCHIJA | wct | 3.12.93 | WirelessCraftingTerminal-1.12.2-3.12.93.jar | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
  987. | LCHIJA | witherskelefix | 2.6.3 | WitherSkeletonTweaks-1.12.2-2.6.3.jar | None |
  988. | LCHIJA | woot | 1.12.2-1.4.11 | woot-1.12.2-1.4.11.jar | None |
  989. | LCHIJA | xcpatch | 1.0.1 | XCPatch-1.12.2-1.0.1.jar | None |
  990. | LCHIJA | xnet | 1.8.2 | xnet-1.12-1.8.2.jar | None |
  991. | LCHIJA | yabba | 1.1.2.53 | YABBA-1.1.2.53.jar | None |
  992. | LCHIJA | ynot | 0.2.4 | YNot-0.2.4.jar | None |
  993. | LCHIJA | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
  994. | LCHIJA | eleccoreloader | 1.9.452 | ElecCore-1.12.2-1.9.452.jar | None |
  995. | LCHIJA | moofluids | 1.12.2-1.8.12.02a | MooFluids-1.12.2-1.8.12.02a.jar | None |
  996. | LCHIJA | mysticallib | 1.12.2-1.3.3 | mysticallib-1.12.2-1.3.3.jar | None |
  997. | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  998. | LCHIJA | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  999.  
  1000. Loaded coremods (and transformers):
  1001. RandomPatches (randompatches-1.12.2-1.18.1.1.jar)
  1002. com.therandomlabs.randompatches.core.RPTransformer
  1003. LibLoader (# LibLoader.jar)
  1004.  
  1005. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  1006. squeek.applecore.asm.TransformerModuleHandler
  1007. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.219.jar)
  1008. micdoodle8.mods.miccore.MicdoodleTransformer
  1009. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  1010.  
  1011. BiomeTweakerCore (BiomeTweakerCore-1.12.2-1.0.39.jar)
  1012. me.superckl.biometweakercore.BiomeTweakerASMTransformer
  1013. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  1014. team.chisel.ctm.client.asm.CTMTransformer
  1015. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  1016. p455w0rdslib.asm.ClassTransformer
  1017. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  1018. invtweaks.forge.asm.ContainerTransformer
  1019. PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
  1020.  
  1021. LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  1022. lumien.resourceloader.asm.ClassTransformer
  1023. CoreMod (TickProfiler-1.12-0.0.7.jar)
  1024.  
  1025. ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
  1026. com.creativemd.itemphysic.ItemTransformer
  1027. HCASM (HammerCore-1.12.2-2.0.5.0.jar)
  1028. com.zeitheron.hammercore.asm.HammerCoreTransformer
  1029. ApotheosisCore (Apotheosis-1.12.2-1.10.5.jar)
  1030. shadows.ApotheosisTransformer
  1031. 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.5-1.12.2.jar)
  1032. pl.asie.foamfix.coremod.FoamFixTransformer
  1033. Quark Plugin (Quark-r1.6-177.jar)
  1034. vazkii.quark.base.asm.ClassTransformer
  1035. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  1036. openmods.core.OpenModsClassTransformer
  1037. Ar_CorePlugin (additionalresources-1.9.4-0.2.0.28+47cd0bd_signed.jar)
  1038.  
  1039. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  1040. li.cil.oc.common.asm.ClassTransformer
  1041. EnderCorePlugin (EnderCore-1.12.2-0.5.65-core.jar)
  1042. com.enderio.core.common.transform.EnderCoreTransformer
  1043. com.enderio.core.common.transform.SimpleMixinPatcher
  1044. AstralCore (astralsorcery-1.12.2-1.10.20.jar)
  1045.  
  1046. ForgelinPlugin (Forgelin-1.8.3.jar)
  1047.  
  1048. Plugin (NotEnoughIDs-1.5.4.4.jar)
  1049. ru.fewizz.neid.asm.Transformer
  1050. WTPlugin (WaitingTime-1.0.1.jar)
  1051. com.blamejared.waitingtime.core.WTClassTransformer
  1052. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  1053. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  1054. MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
  1055. mekanism.coremod.KeybindingMigrationHelper
  1056. LoadingPlugin (RandomThings-MC1.12.2-4.2.7.3.jar)
  1057. lumien.randomthings.asm.ClassTransformer
  1058. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  1059.  
  1060. 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]
  1061. Pulsar/tconstruct loaded Pulses:
  1062. - TinkerCommons (Enabled/Forced)
  1063. - TinkerWorld (Enabled/Not Forced)
  1064. - TinkerTools (Enabled/Not Forced)
  1065. - TinkerHarvestTools (Enabled/Forced)
  1066. - TinkerMeleeWeapons (Enabled/Forced)
  1067. - TinkerRangedWeapons (Enabled/Forced)
  1068. - TinkerModifiers (Enabled/Forced)
  1069. - TinkerSmeltery (Enabled/Not Forced)
  1070. - TinkerGadgets (Enabled/Not Forced)
  1071. - TinkerOredict (Enabled/Forced)
  1072. - TinkerIntegration (Enabled/Forced)
  1073. - TinkerFluids (Enabled/Forced)
  1074. - TinkerMaterials (Enabled/Forced)
  1075. - TinkerModelRegister (Enabled/Forced)
  1076. - chiselIntegration (Enabled/Not Forced)
  1077. - chiselsandbitsIntegration (Enabled/Not Forced)
  1078. - craftingtweaksIntegration (Enabled/Not Forced)
  1079. - wailaIntegration (Enabled/Not Forced)
  1080.  
  1081. AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
  1082. Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
  1083. OreDictionary Info: Registered 6451 names; 8270 stacks.
  1084. Pastebin Connection: Okay.
  1085. Dependent Mods:
  1086. -Expanded Equivalence (expequiv) @13r
  1087.  
  1088. Pulsar/natura loaded Pulses:
  1089. - NaturaCommons (Enabled/Forced)
  1090. - NaturaOverworld (Enabled/Not Forced)
  1091. - NaturaNether (Enabled/Not Forced)
  1092. - NaturaDecorative (Enabled/Not Forced)
  1093. - NaturaTools (Enabled/Not Forced)
  1094. - NaturaEntities (Enabled/Not Forced)
  1095. - NaturaOredict (Enabled/Forced)
  1096. - NaturaWorld (Enabled/Not Forced)
  1097. - craftingtweaksIntegration (Enabled/Not Forced)
  1098.  
  1099. Pulsar/tcomplement loaded Pulses:
  1100. - ModuleCommons (Enabled/Forced)
  1101. - ModuleMelter (Enabled/Not Forced)
  1102. - ModuleArmor (Enabled/Not Forced)
  1103. - ModuleSteelworks (Enabled/Not Forced)
  1104. - CeramicsPlugin (Enabled/Not Forced)
  1105. - ChiselPlugin (Enabled/Not Forced)
  1106. - ExNihiloPlugin (Enabled/Not Forced)
  1107. - ToolLevelingPlugin (Enabled/Not Forced)
  1108. - Oredict (Enabled/Forced)
  1109.  
  1110. List of loaded APIs:
  1111. * AbyssalCraftAPI (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1112. * AbyssalCraftAPI|Biome (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1113. * AbyssalCraftAPI|Block (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1114. * AbyssalCraftAPI|Caps (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1115. * AbyssalCraftAPI|Condition (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1116. * AbyssalCraftAPI|Disruption (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1117. * AbyssalCraftAPI|Energy (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1118. * AbyssalCraftAPI|Entity (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1119. * AbyssalCraftAPI|Event (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1120. * AbyssalCraftAPI|Integration (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1121. * AbyssalCraftAPI|Internal (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1122. * AbyssalCraftAPI|Item (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1123. * AbyssalCraftAPI|Necronomicon (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1124. * AbyssalCraftAPI|Recipe (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1125. * AbyssalCraftAPI|Ritual (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1126. * AbyssalCraftAPI|Spell (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1127. * AbyssalCraftAPI|Structure (1.23.0) from AbyssalCraft-1.12.2-1.9.11.jar
  1128. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r149.jar
  1129. * ae2wtlib|API (1.0.30) from AE2WTLib-1.12.2-1.0.30.jar
  1130. * AgriCraftAPI (1.0) from AgriCraft-2.12.0-1.12.0-a6.jar
  1131. * AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
  1132. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar
  1133. * ArmorPlusApi (2.1) from armorplus-1.12.2-11.24.0.60.jar
  1134. * Base|API (1.0.0) from base-1.12.2-3.13.0.jar
  1135. * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
  1136. * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar
  1137. * BetterQuesting|API (3.2) from BetterQuesting-3.5.300.jar
  1138. * BetterQuesting|API2 (3.1) from BetterQuesting-3.5.300.jar
  1139. * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  1140. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.67.jar
  1141. * BiomeTweakerAPI (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1142. * BiomeTweakerAPI|block (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1143. * BiomeTweakerAPI|event (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1144. * BiomeTweakerAPI|property (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1145. * BiomeTweakerAPI|script (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1146. * BiomeTweakerAPI|script|object (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1147. * BiomeTweakerAPI|script|pack (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1148. * BiomeTweakerAPI|script|wrapper (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1149. * BiomeTweakerAPI|world|gen|feature (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1150. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.1-103.jar
  1151. * BotaniaAPI (79) from AkashicTome-1.2-12.jar
  1152. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  1153. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  1154. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
  1155. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.3.27-universal.jar
  1156. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  1157. * ctm-api (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  1158. * ctm-api-events (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  1159. * ctm-api-models (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  1160. * ctm-api-textures (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  1161. * ctm-api-utils (0.1.0) from CTM-MC1.12.2-0.3.3.22.jar
  1162. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.24.349-universal.jar
  1163. * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.452.jar
  1164. * EmbersAPI (0.1) from EmbersRekindled-1.13-hotfix2.jar
  1165. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.50.jar
  1166. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.50.jar
  1167. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.50.jar
  1168. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.50.jar
  1169. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.50.jar
  1170. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.50.jar
  1171. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.50.jar
  1172. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.50.jar
  1173. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.50.jar
  1174. * EpicSiegeMod|API (1.0) from EpicSiegeMod-13.165.jar
  1175. * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar
  1176. * Galacticraft API (1.0) from GalacticraftCore-1.12.2-4.0.2.219.jar
  1177. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
  1178. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
  1179. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
  1180. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
  1181. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.5.jar
  1182. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.5.jar
  1183. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.5.jar
  1184. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.5.jar
  1185. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.5.jar
  1186. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.289.jar
  1187. * MagneticraftAPI (1.0.0) from Magneticraft_1.12-2.7.0-dev.jar
  1188. * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  1189. * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  1190. * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  1191. * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  1192. * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  1193. * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.1.383.jar
  1194. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.1.383.jar
  1195. * Model-Loader (1.1.0) from modelloader-1.1.7.jar
  1196. * Model-Loader-Vectors (1.0.0) from modelloader-1.1.7.jar
  1197. * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar
  1198. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
  1199. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1200. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1201. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1202. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1203. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1204. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1205. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1206. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1207. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1208. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1209. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1210. * PatchouliAPI (6) from Patchouli-1.0-20.jar
  1211. * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.5-371.jar
  1212. * projecteapi (1.12.2-1.2.0) from ProjectE-1.12.2-PE1.4.1.jar
  1213. * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
  1214. * QuarkAPI (4) from Quark-r1.6-177.jar
  1215. * reborncoreAPI (3.16.0.469) from RebornCore-1.12.2-3.16.0.469-universal.jar
  1216. * reborncoreAPI|Power (3.16.0.469) from RebornCore-1.12.2-3.16.0.469-universal.jar
  1217. * reborncoreAPI|Praescriptum (3.16.0.469) from RebornCore-1.12.2-3.16.0.469-universal.jar
  1218. * reborncoreAPI|Recipe (3.16.0.469) from RebornCore-1.12.2-3.16.0.469-universal.jar
  1219. * reborncoreAPI|Tile (3.16.0.469) from RebornCore-1.12.2-3.16.0.469-universal.jar
  1220. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  1221. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1222. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1223. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1224. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1225. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1226. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1227. * SuperScript (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1228. * SuperScript|script (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1229. * SuperScript|script|command (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1230. * SuperScript|script|object (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1231. * SuperScript|util (1.8.354) from BiomeTweaker-1.12.2-3.2.354.jar
  1232. * tombstone-api (1.0.2) from tombstone-3.5.6-1.12.2.jar
  1233. * tombstone-api-capability (1.0.2) from tombstone-3.5.6-1.12.2.jar
  1234. * tombstone-api-event (1.0.2) from tombstone-3.5.6-1.12.2.jar
  1235. * tombstone-api-magic (1.0.2) from tombstone-3.5.6-1.12.2.jar
  1236. * tombstone-api-recipe (1.0.2) from tombstone-3.5.6-1.12.2.jar
  1237. * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
  1238. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.93.jar
  1239. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  1240. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  1241. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  1242. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.8.jar
  1243. RebornCore:
  1244. Plugin Engine: 0
  1245. RebornCore Version: 3.16.0.469
  1246. Runtime Debofucsation 1
  1247. Ender IO: No known problems detected.
  1248.  
  1249. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1250. !!!You are looking at the diagnostics information, not at the crash. !!!
  1251. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  1252. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1253.  
  1254. AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:ON, CRAFTTWEAKER:ON
  1255. Profiler Position: N/A (disabled)
  1256. Player Count: 1 / 20; [GCEntityPlayerMP['Jester1147'/120250, l='world', x=249.14, y=64.50, z=-2.61]]
  1257. Is Modded: Definitely; Server brand changed to 'fml,forge'
  1258. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement