Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 132.62 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-138-universal.jar)
  5. EnderCorePlugin (EnderCore-1.12.2-0.5.53-core.jar)
  6. LoadingPlugin (Quark-r1.5-146.jar)
  7. BedPatch (bedpatch-2.2-1.12.2.jar)
  8. 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)
  9. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  10. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.6-core.jar)
  11. LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  12. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  13. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  14. AstralCore (astralsorcery-1.12.2-1.10.12.jar)
  15. RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
  16. ForgelinPlugin (Forgelin-1.8.2.jar)
  17. Plugin (NotEnoughIDs-1.5.4.4.jar)
  18. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  19. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  20. SpongeCoremod (_aspongeforge-1.12.2-2768-7.1.6-RC3666.jar)
  21. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  22. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  23. Wizardry Plugin (wizardry-0.9.9.jar)
  24. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  25. Contact their authors BEFORE contacting forge
  26.  
  27. // Oh - I know what I did wrong!
  28.  
  29. Time: 4/24/19 9:40 PM
  30. Description: Watching Server
  31.  
  32. java.lang.Error: ServerHangWatchdog detected that a single server tick took 63.97 seconds (should be max 0.05)
  33. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185904_a(BlockStateContainer.java:294)
  34. at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:111)
  35. at org.spongepowered.common.world.gen.SpongeChunkGenerator.func_185932_a(SpongeChunkGenerator.java:286)
  36. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143)
  37. at net.minecraft.world.World.func_72964_e(World.java:310)
  38. at net.minecraft.server.management.PlayerChunkMapEntry.handler$resendUpdatedBiomes$zkc000(PlayerChunkMapEntry.java:554)
  39. at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java)
  40. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:108)
  41. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  42. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
  43. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  44. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  45. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  46. at java.lang.Thread.run(Thread.java:748)
  47.  
  48.  
  49. A detailed walkthrough of the error, its code path and all known details is as follows:
  50. ---------------------------------------------------------------------------------------
  51.  
  52. -- Head --
  53. Thread: Server Watchdog
  54. Stacktrace:
  55. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185904_a(BlockStateContainer.java:294)
  56. at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:111)
  57. at org.spongepowered.common.world.gen.SpongeChunkGenerator.func_185932_a(SpongeChunkGenerator.java:286)
  58. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143)
  59. at net.minecraft.world.World.func_72964_e(World.java:310)
  60. at net.minecraft.server.management.PlayerChunkMapEntry.handler$resendUpdatedBiomes$zkc000(PlayerChunkMapEntry.java:554)
  61. at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java)
  62. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:108)
  63. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
  64.  
  65. -- Sponge PhaseTracker --
  66. Details:
  67. Phase Stack: /***************************************************************************************************************************************/
  68. /* - Phase: GenerationPhase{}{PopulatorGenerationPhaseState:POPULATOR_RUNNING} */
  69. /* Context: */
  70. /* - World: WorldServer{Name=atm3_159643, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
  71. /* - PopulatorType: SpongePopulatorType{id=traverse:rocky_plateau:rocky plateau, name=rocky plateau, modid=traverse:rocky_plateau} */
  72. /* - Phase: GenerationPhase{}{TerrainGenerationState:TERRAIN_GENERATION} */
  73. /* Context: */
  74. /* - World: WorldServer{Name=atm3_159643, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
  75. /* - Phase: GenerationPhase{}{TerrainGenerationState:TERRAIN_GENERATION} */
  76. /* Context: */
  77. /* - World: WorldServer{Name=atm3_159643, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0} */
  78. /***************************************************************************************************************************************/
  79.  
  80. Stacktrace:
  81. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjo000(MinecraftServer.java:3965)
  82. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  83. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  84. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:61)
  85. at java.lang.Thread.run(Thread.java:748)
  86.  
  87. -- Thread Dump --
  88. Details:
  89. Threads: "pool-3-thread-77" Id=456 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  90. at sun.misc.Unsafe.park(Native Method)
  91. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  92. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  93. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  94. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  95. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  96. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  97. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  98. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  99. ...
  100.  
  101.  
  102. "pool-3-thread-76" Id=451 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  103. at sun.misc.Unsafe.park(Native Method)
  104. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  105. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  106. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  107. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  108. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  109. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  110. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  111. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  112. ...
  113.  
  114.  
  115. "pool-3-thread-75" Id=450 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  116. at sun.misc.Unsafe.park(Native Method)
  117. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  118. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  119. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  120. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  121. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  122. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  123. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  124. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  125. ...
  126.  
  127.  
  128. "pool-3-thread-74" Id=447 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  129. at sun.misc.Unsafe.park(Native Method)
  130. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  131. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  132. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  133. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  134. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  135. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  136. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  137. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  138. ...
  139.  
  140.  
  141. "pool-3-thread-72" Id=415 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  142. at sun.misc.Unsafe.park(Native Method)
  143. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  144. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  145. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  146. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  147. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  148. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  149. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  150. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  151. ...
  152.  
  153.  
  154. "pool-3-thread-70" Id=412 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  155. at sun.misc.Unsafe.park(Native Method)
  156. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  157. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  158. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  159. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  160. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  161. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  162. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  163. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  164. ...
  165.  
  166.  
  167. "pool-3-thread-69" Id=411 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  168. at sun.misc.Unsafe.park(Native Method)
  169. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  170. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  171. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  172. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  173. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  174. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  175. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  176. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  177. ...
  178.  
  179.  
  180. "pool-3-thread-65" Id=399 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  181. at sun.misc.Unsafe.park(Native Method)
  182. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  183. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  184. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  185. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  186. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  187. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  188. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  189. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  190. ...
  191.  
  192.  
  193. "pool-3-thread-63" Id=394 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  194. at sun.misc.Unsafe.park(Native Method)
  195. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  196. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  197. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  198. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  199. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  200. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  201. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  202. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  203. ...
  204.  
  205.  
  206. "pool-3-thread-61" Id=370 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  207. at sun.misc.Unsafe.park(Native Method)
  208. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  209. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  210. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  211. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  212. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  213. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  214. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  215. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  216. ...
  217.  
  218.  
  219. "pool-3-thread-45" Id=344 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  220. at sun.misc.Unsafe.park(Native Method)
  221. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@4413228b
  222. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  223. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  224. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  225. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  226. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  227. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  228. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  229. ...
  230.  
  231.  
  232. "AE Compass Service" Id=327 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4ad4d479
  233. at sun.misc.Unsafe.park(Native Method)
  234. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4ad4d479
  235. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  236. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  237. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  238. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  239. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  240. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  241. at java.lang.Thread.run(Thread.java:748)
  242.  
  243.  
  244. "pool-4-thread-1" Id=287 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4eeb49fb
  245. at sun.misc.Unsafe.park(Native Method)
  246. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4eeb49fb
  247. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  248. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  249. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  250. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  251. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  252. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  253. at java.lang.Thread.run(Thread.java:748)
  254.  
  255.  
  256. "ForkJoinPool.commonPool-worker-2" Id=281 WAITING on java.util.concurrent.ForkJoinPool@be9de42
  257. at sun.misc.Unsafe.park(Native Method)
  258. - waiting on java.util.concurrent.ForkJoinPool@be9de42
  259. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  260. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  261. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  262.  
  263.  
  264. "ForkJoinPool.commonPool-worker-9" Id=279 WAITING on java.util.concurrent.ForkJoinPool@be9de42
  265. at sun.misc.Unsafe.park(Native Method)
  266. - waiting on java.util.concurrent.ForkJoinPool@be9de42
  267. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  268. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  269. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  270.  
  271.  
  272. "ForkJoinPool.commonPool-worker-0" Id=280 WAITING on java.util.concurrent.ForkJoinPool@be9de42
  273. at sun.misc.Unsafe.park(Native Method)
  274. - waiting on java.util.concurrent.ForkJoinPool@be9de42
  275. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  276. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  277. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  278.  
  279.  
  280. "Netty Epoll Server IO #23" Id=217 RUNNABLE
  281. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  282. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  283. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  284. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  285. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  286. at java.lang.Thread.run(Thread.java:748)
  287.  
  288.  
  289. "Chunk I/O Executor Thread-1" Id=210 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5633b2ce
  290. at sun.misc.Unsafe.park(Native Method)
  291. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5633b2ce
  292. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  293. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  294. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  295. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  296. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  297. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  298. at java.lang.Thread.run(Thread.java:748)
  299.  
  300.  
  301. "Netty Epoll Server IO #22" Id=209 RUNNABLE
  302. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  303. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  304. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  305. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  306. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  307. at java.lang.Thread.run(Thread.java:748)
  308.  
  309.  
  310. "Netty Epoll Server IO #21" Id=208 RUNNABLE
  311. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  312. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  313. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  314. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  315. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  316. at java.lang.Thread.run(Thread.java:748)
  317.  
  318.  
  319. "OpenComputers-SaveHandler-1" Id=207 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a28d36d
  320. at sun.misc.Unsafe.park(Native Method)
  321. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a28d36d
  322. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  323. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  324. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  325. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  326. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  327. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  328. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  329. ...
  330.  
  331.  
  332. "Netty Epoll Server IO #20" Id=203 RUNNABLE
  333. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  334. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  335. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  336. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  337. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  338. at java.lang.Thread.run(Thread.java:748)
  339.  
  340.  
  341. "Sponge - Async Light Thread" Id=202 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e18e142
  342. at sun.misc.Unsafe.park(Native Method)
  343. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e18e142
  344. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  345. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  346. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  347. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  348. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  349. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  350. at java.lang.Thread.run(Thread.java:748)
  351.  
  352.  
  353. "Sponge - Async Light Thread" Id=201 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e18e142
  354. at sun.misc.Unsafe.park(Native Method)
  355. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2e18e142
  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 #19" Id=200 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. "BL Environment Event Overrides Downloader #0" Id=197 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6bc6210d
  375. at sun.misc.Unsafe.park(Native Method)
  376. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6bc6210d
  377. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  378. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  379. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  380. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  381. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  382. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  383. at java.lang.Thread.run(Thread.java:748)
  384.  
  385.  
  386. "Netty Epoll Server IO #18" Id=176 RUNNABLE
  387. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  388. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  389. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  390. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  391. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  392. at java.lang.Thread.run(Thread.java:748)
  393.  
  394.  
  395. "Netty Epoll Server IO #17" Id=175 RUNNABLE
  396. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  397. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  398. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  399. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  400. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  401. at java.lang.Thread.run(Thread.java:748)
  402.  
  403.  
  404. "threadDeathWatcher-2-1" Id=174 TIMED_WAITING
  405. at java.lang.Thread.sleep(Native Method)
  406. at com.vexsoftware.votifier.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
  407. at com.vexsoftware.votifier.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
  408. at java.lang.Thread.run(Thread.java:748)
  409.  
  410.  
  411. "Votifier NIO worker" Id=173 RUNNABLE
  412. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  413. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  414. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  415. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  416. - locked com.vexsoftware.votifier.netty.channel.nio.SelectedSelectionKeySet@20a84b79
  417. - locked java.util.Collections$UnmodifiableSet@5c6757ba
  418. - locked sun.nio.ch.EPollSelectorImpl@28495253
  419. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  420. at com.vexsoftware.votifier.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
  421. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:753)
  422. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:409)
  423. ...
  424.  
  425.  
  426. "Thread-56" Id=172 TIMED_WAITING
  427. at java.lang.Thread.sleep(Native Method)
  428. at thaumcraft.common.world.aura.AuraThread.run(AuraThread.java:79)
  429. at java.lang.Thread.run(Thread.java:748)
  430.  
  431.  
  432. "Java2D Disposer" Id=169 WAITING on java.lang.ref.ReferenceQueue$Lock@351caf85
  433. at java.lang.Object.wait(Native Method)
  434. - waiting on java.lang.ref.ReferenceQueue$Lock@351caf85
  435. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  436. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  437. at sun.java2d.Disposer.run(Disposer.java:148)
  438. at java.lang.Thread.run(Thread.java:748)
  439.  
  440.  
  441. "HikariPool-2 housekeeper" Id=167 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6f883e62
  442. at sun.misc.Unsafe.park(Native Method)
  443. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6f883e62
  444. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  445. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  446. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  447. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  448. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  449. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  450. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  451. ...
  452.  
  453.  
  454. "Votifier NIO boss" Id=166 RUNNABLE
  455. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  456. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  457. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  458. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  459. - locked com.vexsoftware.votifier.netty.channel.nio.SelectedSelectionKeySet@d995369
  460. - locked java.util.Collections$UnmodifiableSet@6ba50fe7
  461. - locked sun.nio.ch.EPollSelectorImpl@62522643
  462. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  463. at com.vexsoftware.votifier.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
  464. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:753)
  465. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:409)
  466. ...
  467.  
  468.  
  469. "HikariPool-1 housekeeper" Id=164 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3b95f591
  470. at sun.misc.Unsafe.park(Native Method)
  471. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3b95f591
  472. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  473. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  474. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  475. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  476. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  477. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  478. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  479. ...
  480.  
  481.  
  482. "MVStore background writer nio:/home/minecraft/multicraft/servers/server78549/config/huskycrates/data.mv.db" Id=162 TIMED_WAITING on java.lang.Object@1540b7af
  483. at java.lang.Object.wait(Native Method)
  484. - waiting on java.lang.Object@1540b7af
  485. at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2715)
  486.  
  487.  
  488. "Timer-8" Id=160 TIMED_WAITING on java.util.TaskQueue@5285ac75
  489. at java.lang.Object.wait(Native Method)
  490. - waiting on java.util.TaskQueue@5285ac75
  491. at java.util.TimerThread.mainLoop(Timer.java:552)
  492. at java.util.TimerThread.run(Timer.java:505)
  493.  
  494.  
  495. "Timer-7" Id=159 TIMED_WAITING on java.util.TaskQueue@119c5bf5
  496. at java.lang.Object.wait(Native Method)
  497. - waiting on java.util.TaskQueue@119c5bf5
  498. at java.util.TimerThread.mainLoop(Timer.java:552)
  499. at java.util.TimerThread.run(Timer.java:505)
  500.  
  501.  
  502. "Timer-6" Id=158 TIMED_WAITING on java.util.TaskQueue@5b11d2a
  503. at java.lang.Object.wait(Native Method)
  504. - waiting on java.util.TaskQueue@5b11d2a
  505. at java.util.TimerThread.mainLoop(Timer.java:552)
  506. at java.util.TimerThread.run(Timer.java:505)
  507.  
  508.  
  509. "Timer-5" Id=157 TIMED_WAITING on java.util.TaskQueue@155c2ffc
  510. at java.lang.Object.wait(Native Method)
  511. - waiting on java.util.TaskQueue@155c2ffc
  512. at java.util.TimerThread.mainLoop(Timer.java:552)
  513. at java.util.TimerThread.run(Timer.java:505)
  514.  
  515.  
  516. "Server Watchdog" Id=153 RUNNABLE
  517. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  518. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  519. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:45)
  520. at java.lang.Thread.run(Thread.java:748)
  521.  
  522.  
  523. "File IO Thread" Id=149 TIMED_WAITING
  524. at java.lang.Thread.sleep(Native Method)
  525. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51)
  526. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
  527. at java.lang.Thread.run(Thread.java:748)
  528.  
  529.  
  530. "ForkJoinPool.commonPool-worker-5" Id=146 WAITING on java.util.concurrent.ForkJoinPool@be9de42
  531. at sun.misc.Unsafe.park(Native Method)
  532. - waiting on java.util.concurrent.ForkJoinPool@be9de42
  533. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  534. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  535. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  536.  
  537.  
  538. "ForkJoinPool.commonPool-worker-12" Id=145 RUNNABLE
  539. at sun.misc.Unsafe.compareAndSwapInt(Native Method)
  540. at java.util.concurrent.ForkJoinPool.lockRunState(ForkJoinPool.java:1406)
  541. at java.util.concurrent.ForkJoinPool.deregisterWorker(ForkJoinPool.java:1583)
  542. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:167)
  543.  
  544.  
  545. "ForkJoinPool.commonPool-worker-8" Id=141 WAITING on java.util.concurrent.ForkJoinPool@be9de42
  546. at sun.misc.Unsafe.park(Native Method)
  547. - waiting on java.util.concurrent.ForkJoinPool@be9de42
  548. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  549. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  550. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  551.  
  552.  
  553. "pool-7-thread-1" Id=140 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a45cf26
  554. at sun.misc.Unsafe.park(Native Method)
  555. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6a45cf26
  556. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  557. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  558. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  559. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  560. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  561. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  562. at java.lang.Thread.run(Thread.java:748)
  563.  
  564.  
  565. "Netty Epoll Server IO #16" Id=139 RUNNABLE
  566. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  567. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  568. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  569. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  570. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  571. at java.lang.Thread.run(Thread.java:748)
  572.  
  573.  
  574. "Netty Epoll Server IO #15" Id=138 RUNNABLE
  575. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  576. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  577. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  578. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  579. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  580. at java.lang.Thread.run(Thread.java:748)
  581.  
  582.  
  583. "Netty Epoll Server IO #14" Id=136 RUNNABLE
  584. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  585. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  586. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  587. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  588. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  589. at java.lang.Thread.run(Thread.java:748)
  590.  
  591.  
  592. "Netty Epoll Server IO #13" Id=135 RUNNABLE
  593. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  594. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  595. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  596. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  597. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  598. at java.lang.Thread.run(Thread.java:748)
  599.  
  600.  
  601. "Timer-3" Id=134 TIMED_WAITING on java.util.TaskQueue@19f56268
  602. at java.lang.Object.wait(Native Method)
  603. - waiting on java.util.TaskQueue@19f56268
  604. at java.util.TimerThread.mainLoop(Timer.java:552)
  605. at java.util.TimerThread.run(Timer.java:505)
  606.  
  607.  
  608. "pool-6-thread-12" Id=132 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  609. at sun.misc.Unsafe.park(Native Method)
  610. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  611. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  612. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  613. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  614. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  615. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  616. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  617. at java.lang.Thread.run(Thread.java:748)
  618.  
  619.  
  620. "pool-6-thread-11" Id=131 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  621. at sun.misc.Unsafe.park(Native Method)
  622. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  623. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  624. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  625. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  626. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  627. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  628. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  629. at java.lang.Thread.run(Thread.java:748)
  630.  
  631.  
  632. "pool-6-thread-10" Id=130 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  633. at sun.misc.Unsafe.park(Native Method)
  634. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  635. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  636. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  637. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  638. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  639. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  640. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  641. at java.lang.Thread.run(Thread.java:748)
  642.  
  643.  
  644. "pool-6-thread-9" Id=129 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  645. at sun.misc.Unsafe.park(Native Method)
  646. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  647. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  648. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  649. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  650. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  651. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  652. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  653. at java.lang.Thread.run(Thread.java:748)
  654.  
  655.  
  656. "pool-6-thread-8" Id=128 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  657. at sun.misc.Unsafe.park(Native Method)
  658. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  659. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  660. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  661. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  662. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  663. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  664. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  665. at java.lang.Thread.run(Thread.java:748)
  666.  
  667.  
  668. "pool-6-thread-7" Id=127 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  669. at sun.misc.Unsafe.park(Native Method)
  670. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  671. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  672. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  673. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  674. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  675. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  676. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  677. at java.lang.Thread.run(Thread.java:748)
  678.  
  679.  
  680. "pool-6-thread-6" Id=126 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  681. at sun.misc.Unsafe.park(Native Method)
  682. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  683. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  684. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  685. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  686. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  687. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  688. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  689. at java.lang.Thread.run(Thread.java:748)
  690.  
  691.  
  692. "pool-6-thread-5" Id=125 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  693. at sun.misc.Unsafe.park(Native Method)
  694. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  695. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  696. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  697. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  698. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  699. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  700. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  701. at java.lang.Thread.run(Thread.java:748)
  702.  
  703.  
  704. "pool-6-thread-4" Id=124 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  705. at sun.misc.Unsafe.park(Native Method)
  706. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  707. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  708. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  709. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  710. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  711. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  712. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  713. at java.lang.Thread.run(Thread.java:748)
  714.  
  715.  
  716. "pool-6-thread-3" Id=123 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  717. at sun.misc.Unsafe.park(Native Method)
  718. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  719. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  720. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  721. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  722. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  723. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  724. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  725. at java.lang.Thread.run(Thread.java:748)
  726.  
  727.  
  728. "pool-6-thread-2" Id=122 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  729. at sun.misc.Unsafe.park(Native Method)
  730. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  731. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  732. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  733. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  734. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  735. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  736. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  737. at java.lang.Thread.run(Thread.java:748)
  738.  
  739.  
  740. "pool-6-thread-1" Id=121 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  741. at sun.misc.Unsafe.park(Native Method)
  742. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14207431
  743. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  744. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  745. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  746. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  747. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  748. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  749. at java.lang.Thread.run(Thread.java:748)
  750.  
  751.  
  752. "PR RoutingThread #3" Id=120 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@60f78a86
  753. at sun.misc.Unsafe.park(Native Method)
  754. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@60f78a86
  755. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  756. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  757. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  758. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  759.  
  760.  
  761. "PR RoutingThread #2" Id=119 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@60f78a86
  762. at sun.misc.Unsafe.park(Native Method)
  763. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@60f78a86
  764. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  765. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  766. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  767. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  768.  
  769.  
  770. "PR RoutingThread #1" Id=118 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@60f78a86
  771. at sun.misc.Unsafe.park(Native Method)
  772. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@60f78a86
  773. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  774. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  775. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  776. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  777.  
  778.  
  779. "PR RoutingThread #0" Id=117 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@60f78a86
  780. at sun.misc.Unsafe.park(Native Method)
  781. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@60f78a86
  782. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  783. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  784. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  785. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  786.  
  787.  
  788. "Netty Epoll Server IO #12" Id=116 RUNNABLE
  789. at io.netty.channel.unix.FileDescriptor.writeAddress(Native Method)
  790. at io.netty.channel.unix.FileDescriptor.writeAddress(FileDescriptor.java:131)
  791. at io.netty.channel.epoll.AbstractEpollChannel.doWriteBytes(AbstractEpollChannel.java:287)
  792. at io.netty.channel.epoll.AbstractEpollStreamChannel.writeBytes(AbstractEpollStreamChannel.java:281)
  793. at io.netty.channel.epoll.AbstractEpollStreamChannel.doWriteSingle(AbstractEpollStreamChannel.java:493)
  794. at io.netty.channel.epoll.AbstractEpollStreamChannel.doWrite(AbstractEpollStreamChannel.java:478)
  795. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:856)
  796. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.flush0(AbstractEpollChannel.java:467)
  797. ...
  798.  
  799.  
  800. "ResearchIOThread" Id=114 TIMED_WAITING on java.util.TaskQueue@240f4541
  801. at java.lang.Object.wait(Native Method)
  802. - waiting on java.util.TaskQueue@240f4541
  803. at java.util.TimerThread.mainLoop(Timer.java:552)
  804. at java.util.TimerThread.run(Timer.java:505)
  805.  
  806.  
  807. "ic2-poolthread-1" Id=113 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@165b958a
  808. at java.lang.Object.wait(Native Method)
  809. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@165b958a
  810. at java.lang.Object.wait(Object.java:502)
  811. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  812. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  813. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  814. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  815. at java.lang.Thread.run(Thread.java:748)
  816.  
  817.  
  818. "Netty Epoll Server IO #11" Id=112 RUNNABLE
  819. at io.netty.channel.unix.FileDescriptor.writeAddress(Native Method)
  820. at io.netty.channel.unix.FileDescriptor.writeAddress(FileDescriptor.java:131)
  821. at io.netty.channel.epoll.AbstractEpollChannel.doWriteBytes(AbstractEpollChannel.java:287)
  822. at io.netty.channel.epoll.AbstractEpollStreamChannel.writeBytes(AbstractEpollStreamChannel.java:281)
  823. at io.netty.channel.epoll.AbstractEpollStreamChannel.doWriteSingle(AbstractEpollStreamChannel.java:493)
  824. at io.netty.channel.epoll.AbstractEpollStreamChannel.doWrite(AbstractEpollStreamChannel.java:478)
  825. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:856)
  826. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.flush0(AbstractEpollChannel.java:467)
  827. ...
  828.  
  829.  
  830. "Netty Epoll Server IO #10" Id=110 RUNNABLE
  831. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  832. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  833. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  834. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  835. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  836. at java.lang.Thread.run(Thread.java:748)
  837.  
  838.  
  839. "Netty Epoll Server IO #9" Id=109 RUNNABLE
  840. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  841. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  842. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  843. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  844. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  845. at java.lang.Thread.run(Thread.java:748)
  846.  
  847.  
  848. "Netty Epoll Server IO #8" Id=108 RUNNABLE
  849. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  850. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  851. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  852. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  853. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  854. at java.lang.Thread.run(Thread.java:748)
  855.  
  856.  
  857. "Ender IO Scheduler" Id=107 TIMED_WAITING
  858. at java.lang.Thread.sleep(Native Method)
  859. at crazypants.enderio.base.scheduler.Scheduler.run(Scheduler.java:41)
  860.  
  861.  
  862. "Netty Epoll Server IO #7" Id=106 RUNNABLE
  863. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  864. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  865. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  866. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  867. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  868. at java.lang.Thread.run(Thread.java:748)
  869.  
  870.  
  871. "Netty Epoll Server IO #6" Id=103 RUNNABLE
  872. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  873. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  874. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  875. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  876. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  877. at java.lang.Thread.run(Thread.java:748)
  878.  
  879.  
  880. "Netty Epoll Server IO #5" Id=91 RUNNABLE
  881. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  882. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  883. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  884. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  885. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  886. at java.lang.Thread.run(Thread.java:748)
  887.  
  888.  
  889. "Netty Epoll Server IO #4" Id=90 RUNNABLE
  890. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  891. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  892. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  893. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  894. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  895. at java.lang.Thread.run(Thread.java:748)
  896.  
  897.  
  898. "Netty Epoll Server IO #3" Id=89 RUNNABLE
  899. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  900. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  901. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  902. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  903. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  904. at java.lang.Thread.run(Thread.java:748)
  905.  
  906.  
  907. "Netty Epoll Server IO #2" Id=88 RUNNABLE
  908. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  909. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  910. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  911. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  912. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  913. at java.lang.Thread.run(Thread.java:748)
  914.  
  915.  
  916. "threadDeathWatcher-2-1" Id=87 TIMED_WAITING
  917. at java.lang.Thread.sleep(Native Method)
  918. at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
  919. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  920. at java.lang.Thread.run(Thread.java:748)
  921.  
  922.  
  923. "Netty Epoll Server IO #1" Id=86 RUNNABLE
  924. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  925. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  926. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  927. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  928. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  929. at java.lang.Thread.run(Thread.java:748)
  930.  
  931.  
  932. "Netty Epoll Server IO #0" Id=61 RUNNABLE
  933. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  934. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  935. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  936. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  937. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  938. at java.lang.Thread.run(Thread.java:748)
  939.  
  940.  
  941. "Timer-2" Id=60 TIMED_WAITING on java.util.TaskQueue@14dea8c
  942. at java.lang.Object.wait(Native Method)
  943. - waiting on java.util.TaskQueue@14dea8c
  944. at java.util.TimerThread.mainLoop(Timer.java:552)
  945. at java.util.TimerThread.run(Timer.java:505)
  946.  
  947.  
  948. "Timer-1" Id=45 TIMED_WAITING on java.util.TaskQueue@5d32e399
  949. at java.lang.Object.wait(Native Method)
  950. - waiting on java.util.TaskQueue@5d32e399
  951. at java.util.TimerThread.mainLoop(Timer.java:552)
  952. at java.util.TimerThread.run(Timer.java:505)
  953.  
  954.  
  955. "OkHttp ConnectionPool" Id=43 TIMED_WAITING on net.buycraft.plugin.internal.okhttp3.ConnectionPool@3c98033
  956. at java.lang.Object.wait(Native Method)
  957. - waiting on net.buycraft.plugin.internal.okhttp3.ConnectionPool@3c98033
  958. at java.lang.Object.wait(Object.java:460)
  959. at net.buycraft.plugin.internal.okhttp3.ConnectionPool$1.run(ConnectionPool.java:67)
  960. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  961. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  962. at java.lang.Thread.run(Thread.java:748)
  963.  
  964. Number of locked synchronizers = 1
  965. - java.util.concurrent.ThreadPoolExecutor$Worker@31bd9d06
  966.  
  967.  
  968. "MVStore background writer nio:/home/minecraft/multicraft/servers/server78549/luckperms/luckperms-h2.mv.db" Id=39 TIMED_WAITING on java.lang.Object@49f4a205
  969. at java.lang.Object.wait(Native Method)
  970. - waiting on java.lang.Object@49f4a205
  971. at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2708)
  972.  
  973.  
  974. "Thread-5" Id=37 RUNNABLE (in native)
  975. at sun.nio.fs.LinuxWatchService.poll(Native Method)
  976. at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
  977. at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
  978. at java.lang.Thread.run(Thread.java:748)
  979.  
  980.  
  981. "Sponge Async Scheduler Thread" Id=23 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2703383d
  982. at sun.misc.Unsafe.park(Native Method)
  983. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2703383d
  984. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  985. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
  986. at org.spongepowered.common.scheduler.AsyncScheduler.preTick(AsyncScheduler.java:112)
  987. at org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:109)
  988. at org.spongepowered.common.scheduler.AsyncScheduler.mainLoop(AsyncScheduler.java:66)
  989. at org.spongepowered.common.scheduler.AsyncScheduler$$Lambda$171/734786364.run(Unknown Source)
  990. at java.lang.Thread.run(Thread.java:748)
  991.  
  992.  
  993. "Server console handler" Id=22 RUNNABLE (in native)
  994. at java.io.FileInputStream.readBytes(Native Method)
  995. at java.io.FileInputStream.read(FileInputStream.java:255)
  996. at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
  997. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  998. - locked java.io.BufferedInputStream@6de7296f
  999. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  1000. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  1001. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  1002. - locked java.io.InputStreamReader@22e0f4f8
  1003. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  1004. ...
  1005.  
  1006.  
  1007. "DestroyJavaVM" Id=21 RUNNABLE
  1008.  
  1009.  
  1010. "Server thread" Id=19 RUNNABLE
  1011. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185904_a(BlockStateContainer.java:294)
  1012. at net.minecraft.world.chunk.Chunk.<init>(Chunk.java:111)
  1013. at org.spongepowered.common.world.gen.SpongeChunkGenerator.func_185932_a(SpongeChunkGenerator.java:286)
  1014. at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:143)
  1015. at net.minecraft.world.World.func_72964_e(World.java:310)
  1016. at net.minecraft.server.management.PlayerChunkMapEntry.handler$resendUpdatedBiomes$zkc000(PlayerChunkMapEntry.java:554)
  1017. at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java)
  1018. at net.minecraft.server.management.PlayerChunkMap.func_72693_b(SourceFile:108)
  1019. ...
  1020.  
  1021.  
  1022. "Server Infinisleeper" Id=18 TIMED_WAITING
  1023. at java.lang.Thread.sleep(Native Method)
  1024. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)
  1025.  
  1026.  
  1027. "Snooper Timer" Id=17 TIMED_WAITING on java.util.TaskQueue@4ee88e2b
  1028. at java.lang.Object.wait(Native Method)
  1029. - waiting on java.util.TaskQueue@4ee88e2b
  1030. at java.util.TimerThread.mainLoop(Timer.java:552)
  1031. at java.util.TimerThread.run(Timer.java:505)
  1032.  
  1033.  
  1034. "Signal Dispatcher" Id=4 RUNNABLE
  1035.  
  1036.  
  1037. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@7094951b
  1038. at java.lang.Object.wait(Native Method)
  1039. - waiting on java.lang.ref.ReferenceQueue$Lock@7094951b
  1040. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  1041. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  1042. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  1043.  
  1044.  
  1045. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@246c7637
  1046. at java.lang.Object.wait(Native Method)
  1047. - waiting on java.lang.ref.Reference$Lock@246c7637
  1048. at java.lang.Object.wait(Object.java:502)
  1049. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  1050. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  1051.  
  1052.  
  1053.  
  1054.  
  1055. -- System Details --
  1056. Details:
  1057. Minecraft Version: 1.12.2
  1058. Operating System: Linux (amd64) version 3.10.0-957.1.3.el7.x86_64
  1059. Java Version: 1.8.0_201, Oracle Corporation
  1060. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  1061. Memory: 1559905792 bytes (1487 MB) / 6039797760 bytes (5760 MB) up to 6039797760 bytes (5760 MB)
  1062. JVM Flags: 3 total; -Xmx6144M -Xms6144M -XX:MaxPermSize=256m
  1063. IntCache: cache: 20, tcache: 93, allocated: 0, tallocated: 0
  1064. FML: MCP 9.42 Powered by Forge 14.23.5.2825 303 mods loaded, 303 mods active
  1065. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  1066.  
  1067. | State | ID | Version | Source | Signature |
  1068. |:------ |:--------------------------------- |:------------------------------- |:----------------------------------------------------------- |:---------------------------------------- |
  1069. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  1070. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  1071. | LCHIJA | FML | 8.0.99.99 | atm3.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  1072. | LCHIJA | forge | 14.23.5.2825 | atm3.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  1073. | LCHIJA | advancedrocketrycore | 1 | minecraft.jar | None |
  1074. | LCHIJA | spongeapi | 7.1.0-b2736425 | _aspongeforge-1.12.2-2768-7.1.6-RC3666.jar | None |
  1075. | LCHIJA | sponge | 1.12.2-7.1.6-SNAPSHOT | _aspongeforge-1.12.2-2768-7.1.6-RC3666.jar | None |
  1076. | LCHIJA | spongeforge | 1.12.2-2768-7.1.6-RC3666 | _aspongeforge-1.12.2-2768-7.1.6-RC3666.jar | None |
  1077. | LCHIJA | openmodscore | 0.12.1 | minecraft.jar | None |
  1078. | LCHIJA | foamfixcore | 7.7.4 | minecraft.jar | None |
  1079. | LCHIJA | opencomputers|core | 1.7.4.153 | minecraft.jar | None |
  1080. | LCHIJA | randompatches | 1.12.2-1.15.0.2 | randompatches-1.12.2-1.15.0.2.jar | None |
  1081. | LCHIJA | crafttweaker | 4.1.17 | CraftTweaker2-1.12-4.1.17.jar | None |
  1082. | LCHIJA | mtlib | 3.0.6 | MTLib-3.0.6.jar | None |
  1083. | LCHIJA | modtweaker | 4.0.17 | modtweaker-4.0.17.jar | None |
  1084. | LCHIJA | jei | 4.15.0.275 | jei_1.12.2-4.15.0.275.jar | None |
  1085. | LCHIJA | abyssalcraft | 1.9.6 | AbyssalCraft-1.12.2-1.9.6.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  1086. | LCHIJA | chisel | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar | None |
  1087. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  1088. | LCHIJA | endercore | 1.12.2-0.5.53 | EnderCore-1.12.2-0.5.53.jar | None |
  1089. | LCHIJA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  1090. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  1091. | LCHIJA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  1092. | LCHIJA | cofhcore | 4.6.2 | CoFHCore-1.12.2-4.6.2.25-universal.jar | None |
  1093. | LCHIJA | brandonscore | 2.4.10 | BrandonsCore-1.12.2-2.4.10.198-universal.jar | None |
  1094. | LCHIJA | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  1095. | LCHIJA | thermalfoundation | 2.6.2 | ThermalFoundation-1.12.2-2.6.2.26-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  1096. | LCHIJA | draconicevolution | 2.3.21 | Draconic-Evolution-1.12.2-2.3.21.342-universal.jar | None |
  1097. | LCHIJA | thermalexpansion | 5.5.3 | ThermalExpansion-1.12.2-5.5.3.41-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  1098. | LCHIJA | enderio | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1099. | LCHIJA | enderiointegrationtic | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1100. | LCHIJA | mantle | 1.12-1.3.3.49 | Mantle-1.12-1.3.3.49.jar | None |
  1101. | LCHIJA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  1102. | LCHIJA | tconstruct | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar | None |
  1103. | LCHIJA | acintegration | 1.8.1 | AbyssalCraft Integration-1.12.2-1.8.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  1104. | LCHIJA | fastbench | 1.6.1 | FastWorkbench-1.12.2-1.6.1.jar | None |
  1105. | LCHIJA | actuallyadditions | 1.12.2-r146 | ActuallyAdditions-1.12.2-r146.jar | None |
  1106. | LCHIJA | actuallybaubles | 1.1 | ActuallyBaubles-1.12-1.1.jar | None |
  1107. | LCHIJA | additionalbanners | 1.1.76 | AdditionalBanners-1.12.2-1.1.76.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  1108. | LCHIJA | ic2 | 2.8.116-ex112 | industrialcraft-2-2.8.116-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  1109. | LCHIJA | libvulpes | 0.4.0.-54 | LibVulpes-1.12.2-0.4.0-54-universal.jar | None |
  1110. | LCHIJA | advancedrocketry | 1.5.0.-138 | AdvancedRocketry-1.12.2-1.5.0-138-universal.jar | None |
  1111. | LCHIJA | appliedenergistics2 | rv6-stable-6 | appliedenergistics2-rv6-stable-6.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  1112. | LCHIJA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
  1113. | LCHIJA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
  1114. | LCHIJA | p455w0rdslib | 2.0.36 | p455w0rdslib-1.12.2-2.0.36.jar | None |
  1115. | LCHIJA | ae2wtlib | 1.0.6 | AE2WTLib-1.12.2-1.0.6.jar | None |
  1116. | LCHIJA | aiimprovements | 0.0.1.1 | AIImprovements-1.12.1-0.0.1b1.jar | None |
  1117. | LCHIJA | akashictome | 1.2-12 | AkashicTome-1.2-12.jar | None |
  1118. | LCHIJA | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  1119. | LCHIJA | flyringbaublemod | 0.3.1_1.12-d4e654e | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar | None |
  1120. | LCHIJA | applecore | 3.2.0 | AppleCore-mc1.12.2-3.2.0.jar | None |
  1121. | LCHIJA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  1122. | LCHIJA | conarm | 1.2.3 | conarm-1.12.2-1.2.3.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  1123. | LCHIJA | armoryexpansion-iceandfire | 1.1.7b | armoryexpansion-1.1.7b.jar | None |
  1124. | LCHIJA | aroma1997core | 2.0.0.2.b165 | Aroma1997Core-1.12.2-2.0.0.2.b165.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  1125. | LCHIJA | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  1126. | LCHIJA | astralsorcery | 1.10.12 | astralsorcery-1.12.2-1.10.12.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  1127. | LCHIJA | atmtweaks | 1.2 | atmtweaks-1.2.jar | None |
  1128. | LCHIJA | nuvotifier | 2.5.0 | nuvotifier-2.5.0.jar | None |
  1129. | LCHIJA | aurionsvotelistener | 2.4.2 | AurionVoteListener-2.4.2-S7.1.0.jar | None |
  1130. | LCHIJA | morphtool | 1.2-21 | Morph-o-Tool-1.2-21.jar | None |
  1131. | LCHIJA | quark | r1.5-146 | Quark-r1.5-146.jar | None |
  1132. | LCHIJA | autoreglib | 1.3-26 | AutoRegLib-1.3-26.jar | None |
  1133. | LCHIJA | badwithernocookiereloaded | 1.12.2-3.3.16 | badwithernocookiereloaded-1.12.2-3.3.16.jar | None |
  1134. | LCHIJA | bedpatch | 2.2 | bedpatch-2.2-1.12.2.jar | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |
  1135. | LCHIJA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
  1136. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  1137. | LCHIJA | natura | 1.12.2-4.3.2.66 | natura-1.12.2-4.3.2.66.jar | None |
  1138. | LCHIJA | reborncore | 3.13.12.447 | RebornCore-1.12.2-3.13.12.447-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  1139. | LCHIJA | techreborn | 2.22.1.979 | TechReborn-1.12.2-2.22.1.979-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  1140. | LCHIJA | forestry | 5.8.2.387 | forestry_1.12.2-5.8.2.387.jar | None |
  1141. | LCHIJA | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  1142. | LCHIJA | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  1143. | LCHIJA | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  1144. | LCHIJA | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  1145. | LCHIJA | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  1146. | LCHIJA | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  1147. | LCHIJA | biomesoplenty | 7.0.1.2419 | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar | None |
  1148. | LCHIJA | blockcraftery | 1.12.2-1.2.0 | blockcraftery-1.12.2-1.2.0.jar | None |
  1149. | LCHIJA | cyclicmagic | 1.18.5 | Cyclic-1.12.2-1.18.5.jar | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
  1150. | LCHIJA | kjlib | 1.0.4 | kjlib-1.0.4.jar | None |
  1151. | LCHIJA | inventorygenerators | 1.2.2 | inventorygenerators-1.2.2.jar | None |
  1152. | LCHIJA | mobtotems | 1.12.1-0.3.0 | mobtotems-1.12.1-0.3.0.jar | None |
  1153. | LCHIJA | guideapi | 1.12-2.1.8-63 | Guide-API-1.12-2.1.8-63.jar | None |
  1154. | LCHIJA | bloodmagic | 1.12.2-2.4.0-CUSTOM | BloodMagic-1.12.2-2.4.0-102.jar | None |
  1155. | LCHIJA | bookshelf | 2.3.577 | Bookshelf-1.12.2-2.3.577.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  1156. | LCHIJA | botania | r1.10-360 | Botania r1.10-360.jar | None |
  1157. | LCHIJA | buycraft | SET_BY_MAGIC | BuycraftX.jar | None |
  1158. | LCHIJA | careerbees | 1.0 | careerbees-0.4.0.jar | None |
  1159. | LCHIJA | catclearlag | 0.9.0 | CatClearLag-0.9.0.jar | None |
  1160. | LCHIJA | ceramics | 1.12-1.3.6 | Ceramics-1.12-1.3.6.jar | None |
  1161. | LCHIJA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  1162. | LCHIJA | chiselsandbits | 14.31 | chiselsandbits-14.31.jar | None |
  1163. | LCHIJA | cyclopscore | 1.1.1 | CyclopsCore-1.12.2-1.1.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  1164. | LCHIJA | colossalchests | 1.7.1 | ColossalChests-1.12.2-1.7.1.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  1165. | LCHIJA | commoncapabilities | 2.2.0 | CommonCapabilities-1.12.2-2.2.0.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  1166. | LCHIJA | refinedstorage | 1.6.14 | refinedstorage-1.6.14.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  1167. | LCHIJA | compactmachines3 | 3.0.15 | compactmachines3-1.12.2-3.0.15-b249.jar | None |
  1168. | LCHIJA | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None |
  1169. | LCHIJA | computercraft | 1.80pr1 | ComputerCraft1.80pr1.jar | None |
  1170. | LCHIJA | asielib | 1.0.0 | Computronics-1.12.1-1.6.5.jar | None |
  1171. | LCHIJA | opencomputers | 1.7.4.153 | OpenComputers-MC1.12.2-1.7.4.153.jar | None |
  1172. | LCHIJA | theoneprobe | 1.4.28 | theoneprobe-1.12-1.4.28.jar | None |
  1173. | LCHIJA | mcmultipart | 2.5.3 | MCMultiPart-2.5.3.jar | None |
  1174. | LCHIJA | mekanism | 1.12.2-9.6.9.367 | Mekanism-1.12.2-9.6.9.367.jar | None |
  1175. | LCHIJA | computronics | 1.6.5 | Computronics-1.12.1-1.6.5.jar | None |
  1176. | LCHIJA | cookingforblockheads | 6.4.70 | CookingForBlockheads_1.12.2-6.4.70.jar | None |
  1177. | LCHIJA | cosmeticarmorreworked | 1.12.2-v4a | CosmeticArmorReworked-1.12.2-v4a.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  1178. | LCHIJA | craftingtweaks | 8.1.9 | CraftingTweaks_1.12.2-8.1.9.jar | None |
  1179. | LCHIJA | crafttweakerjei | 2.0.3 | CraftTweaker2-1.12-4.1.17.jar | None |
  1180. | LCHIJA | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  1181. | LCHIJA | darkutils | 1.8.223 | DarkUtils-1.12.2-1.8.223.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  1182. | LCHIJA | diethopper | 1.1 | diethopper-1.1.jar | None |
  1183. | LCHIJA | dldungeonsjbg | 1.12.3 | DoomlikeDungeons-1.12.3-MC1.12.2.jar | None |
  1184. | LCHIJA | embers | 0.230 | embers-0.230.jar | None |
  1185. | LCHIJA | enderiobase | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1186. | LCHIJA | enderioconduits | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1187. | LCHIJA | enderioconduitsappliedenergistics | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1188. | LCHIJA | enderioconduitsopencomputers | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1189. | LCHIJA | enderioconduitsrefinedstorage | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1190. | LCHIJA | enderiointegrationforestry | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1191. | LCHIJA | enderiointegrationticlate | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1192. | LCHIJA | ftblib | 5.4.1.94 | FTBLib-5.4.1.94.jar | None |
  1193. | LCHIJA | enderiomachines | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1194. | LCHIJA | enderiopowertools | 5.0.43 | EnderIO-1.12.2-5.0.43.jar | None |
  1195. | LCHIJA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  1196. | LCHIJA | valkyrielib | 1.12.2-2.0.20.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  1197. | LCHIJA | environmentaltech | 1.12.2-2.0.20.1 | environmentaltech-1.12.2-2.0.20.1.jar | None |
  1198. | LCHIJA | immersiveengineering | 0.12-89 | ImmersiveEngineering-0.12-89.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  1199. | LCHIJA | exchangers | 1.12.2-2.8 | Exchangers-1.12.2-2.8.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  1200. | LCHIJA | excore | 2.0.0-beta19-1.12.2 | EXCore-2.0.0-beta19-1.12.2.jar | None |
  1201. | LCHIJA | extracells | 2.6.2 | ExtraCells-1.12.2-2.6.2a.jar | None |
  1202. | LCHIJA | shadowmc | 3.8.0 | ShadowMC-1.12-3.8.0.jar | None |
  1203. | LCHIJA | extrarails | 1.3.0 | ExtraRails-1.12-1.3.0.jar | None |
  1204. | LCHIJA | zerocore | 1.12-0.1.2.3 | zerocore-1.12-0.1.2.3.jar | None |
  1205. | LCHIJA | bigreactors | 1.12.2-0.4.5.50 | ExtremeReactors-1.12.2-0.4.5.50.jar | None |
  1206. | LCHIJA | fairylights | 2.1.5 | fairylights-2.1.5-1.12.2.jar | None |
  1207. | LCHIJA | fencejumper | 1.0.5 | fencejumper-1.12-1.0.5.jar | None |
  1208. | LCHIJA | flamingo | 1.12-1.11 | Flamingo-1.12-v1.11.jar | None |
  1209. | LCHIJA | flatcoloredblocks | mc1.12-6.6 | flatcoloredblocks-mc1.12-6.6.jar | None |
  1210. | LCHIJA | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  1211. | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  1212. | LCHIJA | forgemultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  1213. | LCHIJA | microblockcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  1214. | LCHIJA | minecraftmultipartcbe | 2.6.1.81 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar | None |
  1215. | LCHIJA | ftbutilities | 5.4.0.92 | FTBUtilities-5.4.0.92.jar | None |
  1216. | LCHIJA | ftbbackups | 0.0.0.ftbbackups | FTBUtilitiesBackups-1.0.0.3.jar | None |
  1217. | LCHIJA | funkylocomotion | 1.0 | funky-locomotion-1.12.2-1.1.2.jar | None |
  1218. | LCHIJA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
  1219. | LCHIJA | pressure | 1.3.1.9 | pressure-1.3.1.9-mc1.12.2.jar | None |
  1220. | LCHIJA | advgenerators | 0.9.20.12 | generators-0.9.20.12-mc1.12.2.jar | None |
  1221. | LCHIJA | griefprevention | 1.12.2-4.3.0.689 | griefprevention-1.12.2-4.3.0.689.jar | None |
  1222. | LCHIJA | handytorch | 1.0.0 | HandyTorch-1.0.0.jar | None |
  1223. | LCHIJA | helpfixer | 1.12.1-1.5.18 | HelpFixer-1.12.1-1.5.18.jar | None |
  1224. | LCHIJA | holograms | 3.1.5 | holograms-3.1.5.jar | None |
  1225. | LCHIJA | placeholderapi | 4.4 | PlaceholderAPI-4.4.jar | None |
  1226. | LCHIJA | hologramsplus | 1.0.0 | HologramsPlus-1.0.0.jar | None |
  1227. | LCHIJA | huskyui | 0.6.0PRE2 | HuskyUI-v0.6.0-PRE3-API7.jar | None |
  1228. | LCHIJA | huskycrates | 2.0.0PRE9H2 | HuskyCrates-v2.0.0-PRE9H2-API7.jar | None |
  1229. | LCHIJA | ichunutil | 7.2.1 | iChunUtil-1.12.2-7.2.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  1230. | LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  1231. | LCHIJA | immersivetech | 1.3.10 | immersivetech-1.12-1.3.10.jar | None |
  1232. | LCHIJA | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  1233. | LCHIJA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.11-235.jar | None |
  1234. | LCHIJA | initialinventory | 2.0.2 | InitialInventory-3.0.0.jar | None |
  1235. | LCHIJA | integrateddynamics | 1.0.11 | IntegratedDynamics-1.12.2-1.0.11.jar | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
  1236. | LCHIJA | integrateddynamicscompat | 1.0.0 | IntegratedDynamics-1.12.2-1.0.11.jar | None |
  1237. | LCHIJA | integratedtunnels | 1.6.8 | IntegratedTunnels-1.12.2-1.6.8.jar | None |
  1238. | LCHIJA | integratedtunnelscompat | 1.0.0 | IntegratedTunnels-1.12.2-1.6.8.jar | None |
  1239. | LCHIJA | mysticalagriculture | 1.7.3 | MysticalAgriculture-1.12.2-1.7.3.jar | None |
  1240. | LCHIJA | mysticalagradditions | 1.3.1 | MysticalAgradditions-1.12.2-1.3.1.jar | None |
  1241. | LCHIJA | nuclearcraft | 2.15 | NuclearCraft-2.15-1.12.2.jar | None |
  1242. | LCHIJA | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zc The 7mm Kidney Stone Update.jar | None |
  1243. | LCHIJA | mcjtylib_ng | 3.1.1 | mcjtylib-1.12-3.1.1.jar | None |
  1244. | LCHIJA | rftools | 7.61 | rftools-1.12-7.61.jar | None |
  1245. | LCHIJA | rustic | 1.1.0 | rustic-1.1.0.jar | None |
  1246. | LCHIJA | integrationforegoing | 1.12.2-1.9 | IntegrationForegoing-1.12.2-1.9.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
  1247. | LCHIJA | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  1248. | LCHIJA | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
  1249. | LCHIJA | ironchest | 1.12.2-7.0.59.842 | ironchest-1.12.2-7.0.59.842.jar | None |
  1250. | LCHIJA | jaopca | 1.12.2-2.2.8.101 | JAOPCA-1.12.2-2.2.8.101.jar | None |
  1251. | LCHIJA | oredictinit | 1.12.2-2.2.1.71 | JAOPCA-1.12.2-2.2.8.101.jar | None |
  1252. | LCHIJA | jaopcaadditions | 1.12.2-2.2.1.9 | JAOPCAAdditions-1.12.2-2.2.1.9.jar | None |
  1253. | LCHIJA | jeibees | 0.9.0.5 | jeibees-0.9.0.5-mc1.12.2.jar | None |
  1254. | LCHIJA | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
  1255. | LCHIJA | justenoughdimensions | 1.6.0-dev.20190407.194630 | justenoughdimensions-1.12.2-1.6.0-dev.20190407.194630.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  1256. | LCHIJA | kleeslabs | 5.4.11 | KleeSlabs_1.12.2-5.4.11.jar | None |
  1257. | LCHIJA | langswitch | 1.4 | LangSwitch-1.4.jar | None |
  1258. | LCHIJA | librarianlib | 4.15 | librarianlib-1.12.2-4.15.jar | None |
  1259. | LCHIJA | lostcities | 2.0.17 | lostcities-1.12-2.0.17.jar | None |
  1260. | LCHIJA | lostsouls | 1.1.4 | lostsouls-1.12-1.1.4.jar | None |
  1261. | LCHIJA | luckperms | 4.3.75 | LuckPerms-Sponge-4.3.75.jar | None |
  1262. | LCHIJA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
  1263. | LCHIJA | psi | r1.1-72 | Psi-r1.1-72.jar | None |
  1264. | LCHIJA | magipsi | 1.3 | MagicalPsi-1.3.2.jar | None |
  1265. | LCHIJA | magicbees | 1.0 | MagicBees-1.12.2-3.1.10.jar | None |
  1266. | LCHIJA | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  1267. | LCHIJA | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  1268. | LCHIJA | megamenus | 0.3 | Mega Menus-0.3.jar | None |
  1269. | LCHIJA | mekanismgenerators | 1.12.2-9.6.9.367 | MekanismGenerators-1.12.2-9.6.9.367.jar | None |
  1270. | LCHIJA | mekanismtools | 1.12.2-9.6.9.367 | MekanismTools-1.12.2-9.6.9.367.jar | None |
  1271. | LCHIJA | mmclogger | 1.7.3 | MMCLogger-1.7.3-API-7.jar | None |
  1272. | LCHIJA | mmcreboot | 2.3.1 | MMCReboot-2.3.1-API-7.jar | None |
  1273. | LCHIJA | mmcrestrict | 1.7.1 | MMCRestrict-1.7.1-API-7.jar | None |
  1274. | LCHIJA | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
  1275. | LCHIJA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
  1276. | LCHIJA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
  1277. | LCHIJA | nmsot | 1.2.2-mc1.12.2 | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar | None |
  1278. | LCHIJA | neid | 1.5.4.4 | NotEnoughIDs-1.5.4.4.jar | None |
  1279. | LCHIJA | notenoughwands | 1.7.3 | notenoughwands-1.12-1.7.3.jar | None |
  1280. | LCHIJA | nucleus | 1.9.3-S7.1 | Nucleus-1.9.3-S7.1-MC1.12.2-plugin.jar | None |
  1281. | LCHIJA | nutrition | 4.0.0 | Nutrition-1.12.2-4.0.0.jar | None |
  1282. | LCHIJA | xnet | 1.7.6 | xnet-1.12-1.7.6.jar | None |
  1283. | LCHIJA | ocxnetdriver | 1.0.3 | ocxnetdriver-1.0.3-b17.jar | None |
  1284. | LCHIJA | oreexcavation | 1.4.137 | OreExcavation-1.4.137.jar | None |
  1285. | LCHIJA | oeintegration | 2.3.4 | oeintegration-2.3.4.jar | None |
  1286. | LCHIJA | openmods | 0.12.1 | OpenModsLib-1.12.2-0.12.1.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  1287. | LCHIJA | openblocks | 1.8 | OpenBlocks-1.12.2-1.8.jar | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
  1288. | LCHIJA | overloaded | 0.0.55 | Overloaded-1.12.2-0.0.55.jar | 644f38521a349310a5dae0239577dc7beebefaec |
  1289. | LCHIJA | packcrashinfo | %VERSION% | packcrashinfo-1.0.1.jar | None |
  1290. | LCHIJA | packmode | 1.2.0 | packmode-1.12.2-1.2.0.jar | None |
  1291. | LCHIJA | pamscookables | 1.1 | pamscookables-1.1.jar | None |
  1292. | LCHIJA | parry | 1.0 | parry-1.0-hotfix.jar | None |
  1293. | LCHIJA | payday | 1.4.0 | PayDay-1.4.0.jar | None |
  1294. | LCHIJA | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
  1295. | LCHIJA | plants2 | 2.10.7 | Plants-1.12.2-2.10.7.jar | None |
  1296. | LCHIJA | shetiphiancore | 3.5.9 | shetiphiancore-1.12.0-3.5.9.jar | None |
  1297. | LCHIJA | platforms | 1.4.6 | platforms-1.12.0-1.4.6.jar | None |
  1298. | LCHIJA | projectred-core | 4.9.0.86 | ProjectRed-1.12.2-4.9.0.86-Base.jar | None |
  1299. | LCHIJA | redstonearsenal | 2.6.2 | RedstoneArsenal-1.12.2-2.6.2.17-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  1300. | LCHIJA | thermaldynamics | 2.5.4 | ThermalDynamics-1.12.2-2.5.4.18-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  1301. | LCHIJA | simplyjetpacks | 2.2.11.64 | SimplyJetpacks2-1.12.2-2.2.11.64.jar | None |
  1302. | LCHIJA | plustic | 7.0.5.2 | plustic-7.0.5.2.jar | None |
  1303. | LCHIJA | pneumaticcraft | 1.12.2-0.9.4-CUSTOM | pneumaticcraft-repressurized-1.12.2-0.9.4-1.jar | None |
  1304. | LCHIJA | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
  1305. | LCHIJA | portality | 1.0-SNAPSHOT | portality-1.12.2-1.2.2-14.jar | None |
  1306. | LCHIJA | sonarcore | 5.0.19 | sonarcore-1.12.2-5.0.19-20.jar | None |
  1307. | LCHIJA | practicallogistics2 | 3.0.8 | practicallogistics2-1.12.2-3.0.8-11.jar | None |
  1308. | LCHIJA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.0.86-compat.jar | None |
  1309. | LCHIJA | projectred-integration | 4.9.0.86 | ProjectRed-1.12.2-4.9.0.86-integration.jar | None |
  1310. | LCHIJA | projectred-transmission | 4.9.0.86 | ProjectRed-1.12.2-4.9.0.86-integration.jar | None |
  1311. | LCHIJA | projectred-fabrication | 4.9.0.86 | ProjectRed-1.12.2-4.9.0.86-fabrication.jar | None |
  1312. | LCHIJA | projectred-illumination | 4.9.0.86 | ProjectRed-1.12.2-4.9.0.86-lighting.jar | None |
  1313. | LCHIJA | projectred-expansion | 1.0 | ProjectRed-1.12.2-4.9.0.86-mechanical.jar | None |
  1314. | LCHIJA | projectred-relocation | 1.0 | ProjectRed-1.12.2-4.9.0.86-mechanical.jar | None |
  1315. | LCHIJA | projectred-transportation | 1.0 | ProjectRed-1.12.2-4.9.0.86-mechanical.jar | None |
  1316. | LCHIJA | projectred-exploration | 4.9.0.86 | ProjectRed-1.12.2-4.9.0.86-world.jar | None |
  1317. | LCHIJA | quantumstorage | 4.6.8 | QuantumStorage-1.12-4.6.8.jar | None |
  1318. | LCHIJA | quickleafdecay | 1.2.4 | QuickLeafDecay-MC1.12.1-1.2.4.jar | None |
  1319. | LCHIJA | rangedpumps | 0.5 | rangedpumps-0.5.jar | None |
  1320. | LCHIJA | realfilingcabinet | 0.1.80 | realfilingcabinet-1.12.1-0.1.80.jar | None |
  1321. | LCHIJA | rebornstorage | 1.0.0 | RebornStorage-1.12.2-3.3.2.79.jar | None |
  1322. | LCHIJA | refinedstorageaddons | 0.4.4 | refinedstorageaddons-0.4.4.jar | None |
  1323. | LCHIJA | xreliquary | 1.12.2-1.3.4.786 | Reliquary-1.12.2-1.3.4.786.jar | None |
  1324. | LCHIJA | rftoolscontrol | 1.9.3 | rftoolsctrl-1.12-1.9.3.jar | None |
  1325. | LCHIJA | rftoolsdim | 5.64 | rftoolsdim-1.12-5.64.jar | None |
  1326. | LCHIJA | rftoolspower | 1.1.2 | rftoolspower-1.12-1.1.2.jar | None |
  1327. | LCHIJA | roots | 0.104 | roots-2-0.104.jar | None |
  1328. | LCHIJA | woodenshears | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar | None |
  1329. | LCHIJA | slashdiscord | 1.4.0 | SlashDiscord-1.4.0.jar | None |
  1330. | LCHIJA | slimyboyos | 1.0.0 | SlimyBoyos-1.0.0.jar | None |
  1331. | LCHIJA | soulshardstow | 1.12-2.7.6-56 | SoulShards-TOW-1.12-2.7.6-56.jar | None |
  1332. | LCHIJA | stevescarts | 2.4.30.134 | StevesCarts-1.12.2-2.4.30.134.jar | None |
  1333. | LCHIJA | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.8.jar | None |
  1334. | LCHIJA | storagedrawersextra | @VERSION@ | StorageDrawersExtras-1.12-3.1.0.jar | None |
  1335. | LCHIJA | terraqueous | 1.4.16 | terraqueous-1.12.0-1.4.16.jar | None |
  1336. | LCHIJA | tcinventoryscan | 2.0.10 | ThaumicInventoryScanning_1.12.2-2.0.10.jar | None |
  1337. | LCHIJA | thermalcultivation | 0.3.2 | ThermalCultivation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  1338. | LCHIJA | thermalinnovation | 0.3.2 | ThermalInnovation-1.12.2-0.3.2.11-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  1339. | LCHIJA | tinker_io | rw2.7.1 | tinker_io-1.12.2-rw2.7.1.jar | None |
  1340. | LCHIJA | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
  1341. | LCHIJA | tombmanygraves | 1.12-4.2.0 | TombManyGraves-1.12-4.2.0.jar | None |
  1342. | LCHIJA | tombmanygraves2api | 1.12.2-1.0.0 | tombmanygraves2api-1.12.2-1.0.0.jar | None |
  1343. | LCHIJA | topaddons | 1.12.2-1.10.1 | topaddons-1.12.2-1.10.1.jar | None |
  1344. | LCHIJA | totaleconomy | 1.8.1 | TotalEconomy-1.8.1.jar | None |
  1345. | LCHIJA | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
  1346. | LCHIJA | unloader | 1.2.0 | unloader-1.2.0.jar | None |
  1347. | LCHIJA | usefulnullifiers | 1.5.0 | usefulnullifiers-1.5.0.jar | None |
  1348. | LCHIJA | universalmodifiers | 1.12.2-1.0.16.1 | valkyrielib-1.12.2-2.0.20.1.jar | None |
  1349. | LCHIJA | vshop | 2.0 | VillagerShops-2.0.jar | None |
  1350. | LCHIJA | waim | 1.0.0 | WAIM-1.0.0.jar | None |
  1351. | LCHIJA | wanionlib | 1.12.2-2.2 | WanionLib-1.12.2-2.2.jar | None |
  1352. | LCHIJA | waterstrainer | 3.2.0 | WaterStrainer-1.12-3.2.0.jar | None |
  1353. | LCHIJA | waystones | 4.0.67 | Waystones_1.12.2-4.0.67.jar | None |
  1354. | LCHIJA | wirelesscharger | 1.12.2-1.0.6 | WirelessCharger-1.12.2-1.0.6.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  1355. | LCHIJA | wct | 3.11.88 | WirelessCraftingTerminal-1.12.2-3.11.88.jar | None |
  1356. | LCHIJA | wizardry | 0.9.9 | wizardry-0.9.9.jar | None |
  1357. | LCHIJA | woot | 1.12.2-1.4.10 | woot-1.12.2-1.4.10.jar | None |
  1358. | LCHIJA | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |
  1359. | LCHIJA | xtones | 1.12-1.0.8-11 | Xtones-1.12-1.0.8-11.jar | None |
  1360. | LCHIJA | ynot | 0.2.3 | YNot-0.2.3.jar | None |
  1361. | LCHIJA | industrialwires | 1.7-36 | IndustrialWires-1.7-36.jar | 7e11c175d1e24007afec7498a1616bef0000027d |
  1362. | LCHIJA | techreborn_compat | 1.0.0 | TechReborn-ModCompatibility-1.12.2-1.1.0.38.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  1363. | LCHIJA | structurize | 1.12.2-0.10.63-ALPHA | structurize-1.12.2-0.10.63-ALPHA.jar | None |
  1364. | LCHIJA | minecolonies | 1.12.2-0.10.202-RELEASE | minecolonies-1.12.2-0.10.202-RELEASE-universal.jar | None |
  1365. | LCHIJA | thebetweenlands | 3.4.6 | TheBetweenlands-3.4.6-universal.jar | 38067d6878811efb38b6a045521cfd80b9b60b38 |
  1366. | LCHIJA | armoryexpansion | 1.1.7b | armoryexpansion-1.1.7b.jar | None |
  1367. | LCHIJA | librarianliblate | 4.15 | librarianlib-1.12.2-4.15.jar | None |
  1368. | LCHIJA | mysticallib | 1.12.2-1.1.1 | mysticallib-1.12.2-1.1.1.jar | None |
  1369. | LCHIJA | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  1370. | LCHIJA | unidict | 1.12.2-2.9.2 | UniDict-1.12.2-2.9.2.jar | None |
  1371. | LCHIJA | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
  1372.  
  1373. Loaded coremods (and transformers):
  1374. AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-138-universal.jar)
  1375. zmaster587.advancedRocketry.asm.ClassTransformer
  1376. EnderCorePlugin (EnderCore-1.12.2-0.5.53-core.jar)
  1377. com.enderio.core.common.transform.EnderCoreTransformer
  1378. com.enderio.core.common.transform.SimpleMixinPatcher
  1379. LoadingPlugin (Quark-r1.5-146.jar)
  1380. vazkii.quark.base.asm.ClassTransformer
  1381. BedPatch (bedpatch-2.2-1.12.2.jar)
  1382. com.mordenkainen.bedpatch.BedPatchASM
  1383. 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)
  1384. pl.asie.foamfix.coremod.FoamFixTransformer
  1385. AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
  1386. squeek.applecore.asm.TransformerModuleHandler
  1387. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.4.6-core.jar)
  1388. thebetweenlands.core.TheBetweenlandsClassTransformer
  1389. LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  1390. com.teamwizardry.librarianlib.asm.LibLibTransformer
  1391. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  1392. invtweaks.forge.asm.ContainerTransformer
  1393. TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
  1394. li.cil.oc.common.asm.ClassTransformer
  1395. AstralCore (astralsorcery-1.12.2-1.10.12.jar)
  1396.  
  1397. RandomPatches (randompatches-1.12.2-1.15.0.2.jar)
  1398. com.therandomlabs.randompatches.core.RPTransformer
  1399. ForgelinPlugin (Forgelin-1.8.2.jar)
  1400.  
  1401. Plugin (NotEnoughIDs-1.5.4.4.jar)
  1402. ru.fewizz.neid.asm.Transformer
  1403. IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  1404. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  1405. ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  1406. shetiphian.asm.ClassTransformer
  1407. SpongeCoremod (_aspongeforge-1.12.2-2768-7.1.6-RC3666.jar)
  1408. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  1409. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  1410.  
  1411. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  1412.  
  1413. Wizardry Plugin (wizardry-0.9.9.jar)
  1414. com.teamwizardry.wizardry.asm.WizardryTransformer
  1415. OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
  1416. openmods.core.OpenModsClassTransformer
  1417. 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]
  1418. Pulsar/tconstruct loaded Pulses:
  1419. - TinkerCommons (Enabled/Forced)
  1420. - TinkerWorld (Enabled/Not Forced)
  1421. - TinkerTools (Enabled/Not Forced)
  1422. - TinkerHarvestTools (Enabled/Forced)
  1423. - TinkerMeleeWeapons (Enabled/Forced)
  1424. - TinkerRangedWeapons (Enabled/Forced)
  1425. - TinkerModifiers (Enabled/Forced)
  1426. - TinkerSmeltery (Enabled/Not Forced)
  1427. - TinkerGadgets (Enabled/Not Forced)
  1428. - TinkerOredict (Enabled/Forced)
  1429. - TinkerIntegration (Enabled/Forced)
  1430. - TinkerFluids (Enabled/Forced)
  1431. - TinkerMaterials (Enabled/Forced)
  1432. - TinkerModelRegister (Enabled/Forced)
  1433. - chiselIntegration (Enabled/Not Forced)
  1434. - chiselsandbitsIntegration (Enabled/Not Forced)
  1435. - craftingtweaksIntegration (Enabled/Not Forced)
  1436. - theoneprobeIntegration (Enabled/Not Forced)
  1437.  
  1438. AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
  1439. Pulsar/natura loaded Pulses:
  1440. - NaturaCommons (Enabled/Forced)
  1441. - NaturaOverworld (Enabled/Not Forced)
  1442. - NaturaNether (Enabled/Not Forced)
  1443. - NaturaDecorative (Enabled/Not Forced)
  1444. - NaturaTools (Enabled/Not Forced)
  1445. - NaturaEntities (Enabled/Not Forced)
  1446. - NaturaOredict (Enabled/Forced)
  1447. - NaturaWorld (Enabled/Not Forced)
  1448. - craftingtweaksIntegration (Enabled/Not Forced)
  1449.  
  1450. Modpack Information: Modpack: [All The Mods 3] Version: [5.12.0] by author [ATM Team] !!There was a problem reading the manifest!!
  1451. List of loaded APIs:
  1452. * AbyssalCraftAPI (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1453. * AbyssalCraftAPI|Biome (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1454. * AbyssalCraftAPI|Block (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1455. * AbyssalCraftAPI|Caps (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1456. * AbyssalCraftAPI|Condition (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1457. * AbyssalCraftAPI|Disruption (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1458. * AbyssalCraftAPI|Energy (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1459. * AbyssalCraftAPI|Entity (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1460. * AbyssalCraftAPI|Event (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1461. * AbyssalCraftAPI|Integration (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1462. * AbyssalCraftAPI|Internal (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1463. * AbyssalCraftAPI|Item (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1464. * AbyssalCraftAPI|Necronomicon (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1465. * AbyssalCraftAPI|Recipe (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1466. * AbyssalCraftAPI|Ritual (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1467. * AbyssalCraftAPI|Spell (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1468. * AbyssalCraftAPI|Structure (1.20.1) from AbyssalCraft-1.12.2-1.9.6.jar
  1469. * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r146.jar
  1470. * ae2wtlib|api (1.1) from AE2WTLib-1.12.2-1.0.6.jar
  1471. * AppleCoreAPI (3.2.0) from AppleCore-mc1.12.2-3.2.0.jar
  1472. * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-6.jar
  1473. * asielibAPI (1.1) from Computronics-1.12.1-1.6.5.jar
  1474. * asielibAPI|tile (1.0) from Computronics-1.12.1-1.6.5.jar
  1475. * asielibAPI|tool (1.1) from Computronics-1.12.1-1.6.5.jar
  1476. * Baubles|API (1.4.0.2) from AE2WTLib-1.12.2-1.0.6.jar
  1477. * BetterWithModsAPI (Beta 0.6) from Quark-r1.5-146.jar
  1478. * BetweenlandsAPI (1.12.1) from TheBetweenlands-3.4.6-universal.jar
  1479. * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.50.jar
  1480. * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.0-102.jar
  1481. * BotaniaAPI (79) from AkashicTome-1.2-12.jar
  1482. * Chisel-API (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  1483. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-0.2.1.35.jar
  1484. * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.31.jar
  1485. * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.2.25-universal.jar
  1486. * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.2.0.jar
  1487. * compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar
  1488. * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
  1489. * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
  1490. * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
  1491. * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
  1492. * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
  1493. * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
  1494. * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
  1495. * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
  1496. * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
  1497. * computronicsAPI (1.3) from Computronics-1.12.1-1.6.5.jar
  1498. * computronicsAPI|audio (1.0) from Computronics-1.12.1-1.6.5.jar
  1499. * computronicsAPI|chat (1.3) from Computronics-1.12.1-1.6.5.jar
  1500. * computronicsAPI|multiperipheral (1.1) from Computronics-1.12.1-1.6.5.jar
  1501. * computronicsAPI|tape (1.0) from Computronics-1.12.1-1.6.5.jar
  1502. * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v4a.jar
  1503. * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar
  1504. * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.12.3-MC1.12.2.jar
  1505. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.21.342-universal.jar
  1506. * enderioapi (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  1507. * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  1508. * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  1509. * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  1510. * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  1511. * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  1512. * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  1513. * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  1514. * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.0.43.jar
  1515. * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  1516. * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar
  1517. * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar
  1518. * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  1519. * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  1520. * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  1521. * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  1522. * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar
  1523. * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  1524. * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  1525. * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar
  1526. * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar
  1527. * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar
  1528. * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar
  1529. * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar
  1530. * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar
  1531. * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar
  1532. * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar
  1533. * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar
  1534. * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar
  1535. * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
  1536. * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar
  1537. * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.1.jar
  1538. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-89.jar
  1539. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-89.jar
  1540. * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.11-235.jar
  1541. * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.0.11.jar
  1542. * jeresources|API (0.9.0.53) from JustEnoughResources-1.12.2-0.9.0.53.jar
  1543. * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.4.jar
  1544. * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.4.jar
  1545. * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.4.jar
  1546. * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.4.jar
  1547. * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.4.jar
  1548. * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.15.0.275.jar
  1549. * MekanismAPI|core (9.0.0) from Mekanism-1.12.2-9.6.9.367.jar
  1550. * MekanismAPI|energy (9.0.0) from Mekanism-1.12.2-9.6.9.367.jar
  1551. * MekanismAPI|gas (9.0.0) from Mekanism-1.12.2-9.6.9.367.jar
  1552. * MekanismAPI|infuse (9.0.0) from Mekanism-1.12.2-9.6.9.367.jar
  1553. * MekanismAPI|laser (9.0.0) from Mekanism-1.12.2-9.6.9.367.jar
  1554. * MekanismAPI|transmitter (9.0.0) from Mekanism-1.12.2-9.6.9.367.jar
  1555. * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.6.9.367.jar
  1556. * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.jar
  1557. * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1558. * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1559. * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1560. * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1561. * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1562. * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1563. * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1564. * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1565. * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1566. * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1567. * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.4.153.jar
  1568. * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.9.4-1.jar
  1569. * practicallogistics2-api (3.1) from practicallogistics2-1.12.2-3.0.8-11.jar
  1570. * pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar
  1571. * ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12.2-2.0.36.jar
  1572. * projectred|api (2.0) from ProjectRed-1.12.2-4.9.0.86-Base.jar
  1573. * PsiAPI (11) from Psi-r1.1-72.jar
  1574. * QuarkAPI (2) from Quark-r1.5-146.jar
  1575. * reborncoreAPI (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
  1576. * reborncoreAPI|Power (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
  1577. * reborncoreAPI|Recipe (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
  1578. * reborncoreAPI|Tile (3.13.12.447) from RebornCore-1.12.2-3.13.12.447-universal.jar
  1579. * redstonefluxapi (2.1.0) from RedstoneFlux-1.12-2.1.0.6-universal.jar
  1580. * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar
  1581. * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.30.134.jar
  1582. * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.30.134.jar
  1583. * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1584. * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1585. * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1586. * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1587. * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1588. * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.8.jar
  1589. * techrebornAPI (2.22.1.979) from TechReborn-1.12.2-2.22.1.979-universal.jar
  1590. * TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.16.jar
  1591. * TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.16.jar
  1592. * TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.16.jar
  1593. * TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.16.jar
  1594. * Thaumcraft|API (6.0.2) from Thaumcraft-1.12.2-6.1.BETA26.jar
  1595. * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar
  1596. * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
  1597. * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.11.88.jar
  1598. * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
  1599. * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
  1600. * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
  1601. * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.2.3.jar
  1602. RebornCore:
  1603. Plugin Engine: 1
  1604. RebornCore Version: 3.13.12.447
  1605. Runtime Debofucsation 1
  1606. 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.):
  1607. An unsupported base software is installed: 'sponge'. This is NOT supported.
  1608. 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.
  1609.  
  1610. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1611. !!!You are looking at the diagnostics information, not at the crash. !!!
  1612. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  1613. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1614.  
  1615. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
  1616. Profiler Position: N/A (disabled)
  1617. Player Count: 2 / 50; [EntityPlayerMP['MB_Joel'/165848, l='atm3_159643', x=4340.40, y=65.00, z=8989.50], EntityPlayerMP['lethalwolfy'/94881, l='atm3_159643', x=-4499.50, y=77.00, z=-8615.50]]
  1618. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  1619. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement