EmperorPhoenix

CustomServerCrashOct3

Oct 3rd, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.01 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar)
  5. IC2core (industrialcraft-2-2.6.61-ex110.jar)
  6. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  7. CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
  8. CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
  9. MalisisCorePlugin (malisiscore-1.9.4-4.1.1.jar)
  10. LoadingPlugin (Quark-r1.0-55.jar)
  11. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.80-universal.jar)
  12. CCCDeobfPlugin (unknown)
  13. DepLoader (BrandonsCore-1.10.2-2.1.0.42-universal.jar)
  14. FMLPlugin (InventoryTweaks-1.61-58.jar)
  15. TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  16. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  17. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
  18. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  19. Contact their authors BEFORE contacting forge
  20.  
  21. // I feel sad now :(
  22.  
  23. Time: 10/3/16 7:01 PM
  24. Description: Watching Server
  25.  
  26. java.lang.Error
  27. at java.util.ArrayList.indexOf(ArrayList.java:317)
  28. at java.util.ArrayList.contains(ArrayList.java:300)
  29. at java.util.ArrayList.batchRemove(ArrayList.java:720)
  30. at java.util.ArrayList.removeAll(ArrayList.java:690)
  31. at net.minecraft.world.World.func_72939_s(World.java:1847)
  32. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
  33. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  34. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  35. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  36. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  37. at java.lang.Thread.run(Thread.java:745)
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Server Watchdog
  45. Stacktrace:
  46. at java.util.ArrayList.indexOf(ArrayList.java:317)
  47. at java.util.ArrayList.contains(ArrayList.java:300)
  48. at java.util.ArrayList.batchRemove(ArrayList.java:720)
  49. at java.util.ArrayList.removeAll(ArrayList.java:690)
  50. at net.minecraft.world.World.func_72939_s(World.java:1847)
  51. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
  52. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  53. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  54. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  55.  
  56. -- Thread Dump --
  57. Details:
  58. Threads: "process reaper" Id=15755 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@15f88719
  59. at sun.misc.Unsafe.park(Native Method)
  60. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@15f88719
  61. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  62. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  63. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  64. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  65. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
  66. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  67. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  68. ...
  69.  
  70.  
  71. "Keep-Alive-Timer" Id=15754 TIMED_WAITING
  72. at java.lang.Thread.sleep(Native Method)
  73. at sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:172)
  74. at java.lang.Thread.run(Thread.java:745)
  75.  
  76.  
  77. "Netty Epoll Server IO #23" Id=59 RUNNABLE
  78. at io.netty.channel.epoll.Native.epollWait(Native Method)
  79. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  80. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  81. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  82. at java.lang.Thread.run(Thread.java:745)
  83.  
  84.  
  85. "Netty Epoll Server IO #22" Id=58 RUNNABLE
  86. at io.netty.channel.epoll.Native.epollWait(Native Method)
  87. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  88. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  89. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  90. at java.lang.Thread.run(Thread.java:745)
  91.  
  92.  
  93. "Netty Epoll Server IO #21" Id=57 RUNNABLE (in native)
  94. at io.netty.channel.epoll.Native.epollWait(Native Method)
  95. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  96. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  97. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  98. at java.lang.Thread.run(Thread.java:745)
  99.  
  100.  
  101. "Netty Epoll Server IO #20" Id=56 RUNNABLE
  102. at io.netty.channel.epoll.Native.epollWait(Native Method)
  103. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  104. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  105. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  106. at java.lang.Thread.run(Thread.java:745)
  107.  
  108.  
  109. "Netty Epoll Server IO #19" Id=55 RUNNABLE
  110. at io.netty.channel.epoll.Native.epollWait(Native Method)
  111. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  112. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  113. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  114. at java.lang.Thread.run(Thread.java:745)
  115.  
  116.  
  117. "Netty Epoll Server IO #18" Id=54 RUNNABLE
  118. at io.netty.channel.epoll.Native.epollWait(Native Method)
  119. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  120. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  121. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  122. at java.lang.Thread.run(Thread.java:745)
  123.  
  124.  
  125. "Netty Epoll Server IO #17" Id=53 RUNNABLE (in native)
  126. at io.netty.channel.epoll.Native.epollWait(Native Method)
  127. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  128. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  129. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  130. at java.lang.Thread.run(Thread.java:745)
  131.  
  132.  
  133. "Netty Epoll Server IO #16" Id=52 RUNNABLE
  134. at io.netty.channel.epoll.Native.epollWait(Native Method)
  135. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  136. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  137. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  138. at java.lang.Thread.run(Thread.java:745)
  139.  
  140.  
  141. "Netty Epoll Server IO #15" Id=51 RUNNABLE
  142. at io.netty.channel.epoll.Native.epollWait(Native Method)
  143. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  144. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  145. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  146. at java.lang.Thread.run(Thread.java:745)
  147.  
  148.  
  149. "Netty Epoll Server IO #14" Id=50 RUNNABLE (in native)
  150. at io.netty.channel.epoll.Native.epollWait(Native Method)
  151. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  152. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  153. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  154. at java.lang.Thread.run(Thread.java:745)
  155.  
  156.  
  157. "Netty Epoll Server IO #13" Id=49 RUNNABLE (in native)
  158. at io.netty.channel.epoll.Native.epollWait(Native Method)
  159. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  160. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  161. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  162. at java.lang.Thread.run(Thread.java:745)
  163.  
  164.  
  165. "Netty Epoll Server IO #12" Id=48 RUNNABLE
  166. at io.netty.channel.epoll.Native.epollWait(Native Method)
  167. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  168. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  169. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  170. at java.lang.Thread.run(Thread.java:745)
  171.  
  172.  
  173. "Netty Epoll Server IO #11" Id=47 RUNNABLE
  174. at io.netty.channel.epoll.Native.epollWait(Native Method)
  175. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  176. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  177. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  178. at java.lang.Thread.run(Thread.java:745)
  179.  
  180.  
  181. "Netty Epoll Server IO #10" Id=46 RUNNABLE
  182. at io.netty.channel.epoll.Native.epollWait(Native Method)
  183. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  184. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  185. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  186. at java.lang.Thread.run(Thread.java:745)
  187.  
  188.  
  189. "Netty Epoll Server IO #9" Id=45 RUNNABLE
  190. at io.netty.channel.epoll.Native.epollWait(Native Method)
  191. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  192. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  193. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  194. at java.lang.Thread.run(Thread.java:745)
  195.  
  196.  
  197. "Netty Epoll Server IO #8" Id=44 RUNNABLE (in native)
  198. at io.netty.channel.epoll.Native.epollWait(Native Method)
  199. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  200. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  201. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  202. at java.lang.Thread.run(Thread.java:745)
  203.  
  204.  
  205. "Netty Epoll Server IO #7" Id=43 RUNNABLE
  206. at io.netty.channel.epoll.Native.epollWait(Native Method)
  207. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  208. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  209. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  210. at java.lang.Thread.run(Thread.java:745)
  211.  
  212.  
  213. "Netty Epoll Server IO #6" Id=42 RUNNABLE
  214. at io.netty.channel.epoll.Native.epollWait(Native Method)
  215. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  216. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  217. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  218. at java.lang.Thread.run(Thread.java:745)
  219.  
  220.  
  221. "Netty Epoll Server IO #5" Id=41 RUNNABLE (in native)
  222. at io.netty.channel.epoll.Native.epollWait(Native Method)
  223. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  224. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  225. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  226. at java.lang.Thread.run(Thread.java:745)
  227.  
  228.  
  229. "Netty Epoll Server IO #4" Id=40 RUNNABLE (in native)
  230. at io.netty.channel.epoll.Native.epollWait(Native Method)
  231. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  232. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  233. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  234. at java.lang.Thread.run(Thread.java:745)
  235.  
  236.  
  237. "OpenComputers-Computer-4" Id=5977 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11c7117e
  238. at sun.misc.Unsafe.park(Native Method)
  239. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11c7117e
  240. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  241. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  242. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  243. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  244. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  245. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  246. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  247. ...
  248.  
  249.  
  250. "OpenComputers-Computer-3" Id=5976 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11c7117e
  251. at sun.misc.Unsafe.park(Native Method)
  252. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11c7117e
  253. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  254. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  255. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  256. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  257. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  258. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  259. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  260. ...
  261.  
  262.  
  263. "OpenComputers-Computer-2" Id=5974 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11c7117e
  264. at sun.misc.Unsafe.park(Native Method)
  265. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11c7117e
  266. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  267. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  268. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  269. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  270. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  271. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  272. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  273. ...
  274.  
  275.  
  276. "OpenComputers-Computer-1" Id=5973 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11c7117e
  277. at sun.misc.Unsafe.park(Native Method)
  278. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@11c7117e
  279. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  280. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  281. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  282. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  283. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  284. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  285. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  286. ...
  287.  
  288.  
  289. "ForkJoinPool-1-worker-11" Id=5697 WAITING on scala.concurrent.forkjoin.ForkJoinPool@54c58d22
  290. at sun.misc.Unsafe.park(Native Method)
  291. - waiting on scala.concurrent.forkjoin.ForkJoinPool@54c58d22
  292. at scala.concurrent.forkjoin.ForkJoinPool.scan(ForkJoinPool.java:2075)
  293. at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
  294. at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
  295.  
  296.  
  297. "Chunk I/O Executor Thread-1" Id=5695 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@34ca72be
  298. at sun.misc.Unsafe.park(Native Method)
  299. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@34ca72be
  300. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  301. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  302. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  303. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  304. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  305. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  306. at java.lang.Thread.run(Thread.java:745)
  307.  
  308.  
  309. "Netty Epoll Server IO #3" Id=39 RUNNABLE
  310. at io.netty.channel.epoll.Native.epollWait(Native Method)
  311. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  312. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  313. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  314. at java.lang.Thread.run(Thread.java:745)
  315.  
  316.  
  317. "Netty Epoll Server IO #2" Id=38 RUNNABLE
  318. at io.netty.channel.epoll.Native.epollWait(Native Method)
  319. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  320. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  321. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  322. at java.lang.Thread.run(Thread.java:745)
  323.  
  324.  
  325. "Netty Epoll Server IO #1" Id=37 RUNNABLE
  326. at io.netty.channel.epoll.Native.epollWait(Native Method)
  327. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  328. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  329. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  330. at java.lang.Thread.run(Thread.java:745)
  331.  
  332.  
  333. "File IO Thread" Id=84 TIMED_WAITING
  334. at java.lang.Thread.sleep(Native Method)
  335. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51)
  336. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
  337. at java.lang.Thread.run(Thread.java:745)
  338.  
  339.  
  340. "Server Watchdog" Id=68 RUNNABLE
  341. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  342. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  343. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:46)
  344. at java.lang.Thread.run(Thread.java:745)
  345.  
  346.  
  347. "Query Listener #1" Id=67 RUNNABLE
  348. at java.net.PlainDatagramSocketImpl.peekData(Native Method)
  349. - locked java.net.PlainDatagramSocketImpl@655bfb71
  350. at java.net.DatagramSocket.receive(DatagramSocket.java:743)
  351. - locked java.net.DatagramPacket@4cbe5a45
  352. - locked java.net.DatagramSocket@136b8a45
  353. at net.minecraft.network.rcon.RConThreadQuery.run(SourceFile:268)
  354. at java.lang.Thread.run(Thread.java:745)
  355.  
  356.  
  357. "ic2-poolthread-2" Id=66 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@34ea726d
  358. at java.lang.Object.wait(Native Method)
  359. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@34ea726d
  360. at java.lang.Object.wait(Object.java:502)
  361. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  362. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  363. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  364. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  365. at java.lang.Thread.run(Thread.java:745)
  366.  
  367.  
  368. "Netty Epoll Server IO #0" Id=36 RUNNABLE
  369. at io.netty.channel.epoll.Native.epollWait(Native Method)
  370. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  371. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  372. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  373. at java.lang.Thread.run(Thread.java:745)
  374.  
  375.  
  376. "ic2-poolthread-1" Id=32 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@34ea726d
  377. at java.lang.Object.wait(Native Method)
  378. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@34ea726d
  379. at java.lang.Object.wait(Object.java:502)
  380. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  381. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  382. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  383. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  384. at java.lang.Thread.run(Thread.java:745)
  385.  
  386.  
  387. "GA-DataSendImmediatelyThread" Id=31 WAITING on java.util.concurrent.Semaphore$NonfairSync@53d2a9cc
  388. at sun.misc.Unsafe.park(Native Method)
  389. - waiting on java.util.concurrent.Semaphore$NonfairSync@53d2a9cc
  390. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  391. at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
  392. at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared(AbstractQueuedSynchronizer.java:967)
  393. at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1283)
  394. at java.util.concurrent.Semaphore.acquireUninterruptibly(Semaphore.java:335)
  395. at nl.lang2619.bagginses.gameanalytics.EventHandler$3.run(EventHandler.java:147)
  396.  
  397.  
  398. "GA-DataSendThread" Id=30 TIMED_WAITING
  399. at java.lang.Thread.sleep(Native Method)
  400. at nl.lang2619.bagginses.gameanalytics.EventHandler$2.run(EventHandler.java:132)
  401.  
  402.  
  403. "Server console handler" Id=22 RUNNABLE (in native)
  404. at java.io.FileInputStream.read0(Native Method)
  405. at java.io.FileInputStream.read(FileInputStream.java:207)
  406. at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:166)
  407. - locked jline.internal.NonBlockingInputStream@69e850b4
  408. at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:135)
  409. at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:243)
  410. at jline.internal.InputStreamReader.read(InputStreamReader.java:257)
  411. - locked jline.internal.NonBlockingInputStream@69e850b4
  412. at jline.internal.InputStreamReader.read(InputStreamReader.java:194)
  413. - locked jline.internal.NonBlockingInputStream@69e850b4
  414. at jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2136)
  415. ...
  416.  
  417.  
  418. "DestroyJavaVM" Id=21 RUNNABLE
  419.  
  420.  
  421. "Server thread" Id=19 RUNNABLE
  422. at java.util.ArrayList.indexOf(ArrayList.java:317)
  423. at java.util.ArrayList.contains(ArrayList.java:300)
  424. at java.util.ArrayList.batchRemove(ArrayList.java:720)
  425. at java.util.ArrayList.removeAll(ArrayList.java:690)
  426. at net.minecraft.world.World.func_72939_s(World.java:1847)
  427. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:619)
  428. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  429. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  430. ...
  431.  
  432.  
  433. "Server Infinisleeper" Id=18 TIMED_WAITING
  434. at java.lang.Thread.sleep(Native Method)
  435. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:78)
  436.  
  437.  
  438. "Snooper Timer" Id=17 TIMED_WAITING on java.util.TaskQueue@57ba53be
  439. at java.lang.Object.wait(Native Method)
  440. - waiting on java.util.TaskQueue@57ba53be
  441. at java.util.TimerThread.mainLoop(Timer.java:552)
  442. at java.util.TimerThread.run(Timer.java:505)
  443.  
  444.  
  445. "NonBlockingInputStreamThread" Id=15 WAITING on jline.internal.NonBlockingInputStream@69e850b4 owned by "Server console handler" Id=22
  446. at java.lang.Object.wait(Native Method)
  447. - waiting on jline.internal.NonBlockingInputStream@69e850b4
  448. at jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:275)
  449. at java.lang.Thread.run(Thread.java:745)
  450.  
  451.  
  452. "Signal Dispatcher" Id=5 RUNNABLE
  453.  
  454.  
  455. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@30a42a3e
  456. at java.lang.Object.wait(Native Method)
  457. - waiting on java.lang.ref.ReferenceQueue$Lock@30a42a3e
  458. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
  459. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
  460. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
  461.  
  462.  
  463. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@76fe692f
  464. at java.lang.Object.wait(Native Method)
  465. - waiting on java.lang.ref.Reference$Lock@76fe692f
  466. at java.lang.Object.wait(Object.java:502)
  467. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  468. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  469.  
  470.  
  471.  
  472. Stacktrace:
  473. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:63)
  474. at java.lang.Thread.run(Thread.java:745)
  475.  
  476. -- System Details --
  477. Details:
  478. Minecraft Version: 1.10.2
  479. Operating System: Linux (amd64) version 3.16.0-4-amd64
  480. Java Version: 1.8.0_101, Oracle Corporation
  481. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  482. Memory: 710960752 bytes (678 MB) / 2062659584 bytes (1967 MB) up to 7957118976 bytes (7588 MB)
  483. JVM Flags: 11 total; -Xms2G -Xmx7680m -XX:PermSize=256m -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=11 -XX:+UseConcMarkSweepGC -XX:+AggressiveOpts -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10
  484. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  485. FML: MCP 9.32 Powered by Forge 12.18.1.2094 85 mods loaded, 85 mods active
  486. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  487. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  488. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2094-universal.jar)
  489. UCHIJAAAA Forge{12.18.1.2094} [Minecraft Forge] (forge-1.10.2-12.18.1.2094-universal.jar)
  490. UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.1.0.jar)
  491. UCHIJAAAA CodeChickenCore{2.1.8.79} [CodeChicken Core] (minecraft.jar)
  492. UCHIJAAAA OpenComputers|Core{1.6.0.3-rc.1} [OpenComputers (Core)] (minecraft.jar)
  493. UCHIJAAAA actuallyadditions{1.10.2-r63} [Actually Additions] (ActuallyAdditions-1.10.2-r63.jar)
  494. UCHIJAAAA Aroma1997CoreHelper{1.1.1.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.1.0.jar)
  495. UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.2.jar)
  496. UCHIJAAAA Psi{r1.0-39} [Psi] (Psi-r1.0-39.jar)
  497. UCHIJAAAA Quark{r1.0-55} [Quark] (Quark-r1.0-55.jar)
  498. UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
  499. UCHIJAAAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10.2-3.0.4b.jar)
  500. UCHIJAAAA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  501. UCHIJAAAA bdlib{1.12.2.12} [BD Lib] (bdlib-1.12.2.12-mc1.10.2.jar)
  502. UCHIJAAAA betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar)
  503. UCHIJAAAA BiomesOPlenty{5.0.0.2085} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2085-universal.jar)
  504. UCHIJAAAA guideapi{@VERSION@} [Guide-API] (Guide-API-1.10.2-2.0.2-45.jar)
  505. UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
  506. UCHIJAAAA mantle{1.10.2-1.0.0.jenkins170} [Mantle] (Mantle-1.10.2-1.0.0.jar)
  507. UCHIJAAAA tconstruct{1.10.2-2.5.2.jenkins352} [Tinkers' Construct] (TConstruct-1.10.2-2.5.2.jar)
  508. UCHIJAAAA immersiveengineering{0.10-42} [Immersive Engineering] (ImmersiveEngineering-0.10-42.jar)
  509. UCHIJAAAA JEI{3.9.7.259} [Just Enough Items] (jei_1.10.2-3.9.7.259.jar)
  510. UCHIJAAAA BloodMagic{1.9.4-2.1.0-63} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.1.0-63.jar)
  511. UCHIJAAAA Botania{r1.8-321} [Botania] (Botania-unofficial.r1.8-321.jar)
  512. UCHIJAAAA brandonscore{2.1.0} [Brandon's Core] (BrandonsCore-1.10.2-2.1.0.42-universal.jar)
  513. UCHIJAAAA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
  514. UCHIJAAAA chameleoncreepers{1.4.1} [Chameleon Creepers] (chameleoncreepers-1.4.1-1.10.2.jar)
  515. UCHIJAAAA ChestTransporter{2.5.2} [Chest Transporter] (ChestTransporter-1.10.2-2.5.2.jar)
  516. UCHIJAAAA ChickenChunks{2.1.3.36} [ChickenChunks] (ChickenChunks-1.10.2-2.1.3.36-universal.jar)
  517. UCHIJAAAA chisel{MC1.9.4-0.0.6.42} [Chisel] (Chisel-MC1.9.4-0.0.6.42.jar)
  518. UCHIJAAAA mcmultipart{1.2.1} [MCMultiPart] (MCMultiPart-1.2.1-universal.jar)
  519. UCHIJAAAA chiselsandbits{12.1} [Chisels & Bits] (chiselsandbits-12.1.jar)
  520. UCHIJAAAA IC2{2.6.61-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.61-ex110.jar)
  521. UCHIJAAAA CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)
  522. UCHIJAAAA compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
  523. UCHIJAAAA cookingforblockheads{4.2.15} [Cooking for Blockheads] (CookingForBlockheads_1.10.2-4.2.15.jar)
  524. UCHIJAAAA cyclopscore{0.7.7} [Cyclops Core] (CyclopsCore-1.9.4-0.7.7.jar)
  525. UCHIJAAAA forestry{5.2.12.256} [Forestry] (forestry_1.10.2-5.2.12.256.jar)
  526. UCHIJAAAA ElecCore{1.5.311} [ElecCore] (ElecCore-1.9.4-1.5.311.jar)
  527. UCHIJAAAA EnderStorage{2.1.3.76} [EnderStorage] (EnderStorage-1.10.2-2.1.3.76-universal.jar)
  528. UCHIJAAAA OpenComputers{1.6.0.3-rc.1} [OpenComputers] (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  529. UCHIJAAAA deepresonance{1.2.3} [DeepResonance] (deepresonance-1.10-1.2.3.jar)
  530. UCHIJAAAA draconicevolution{2.0.0} [Draconic Evolution] (Draconic-Evolution-1.10.2-2.0.0.94-universal.jar)
  531. UCHIJAAAA endercore{1.10.2-0.4.1.55-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.55-beta.jar)
  532. UCHIJAAAA EnderIO{1.10.2-3.0.1.110_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.110_beta.jar)
  533. UCHIJAAAA shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
  534. UCHIJAAAA endertanks{1.4.1} [EnderTanks] (endertanks-1.10.0-1.4.1.jar)
  535. UCHIJAAAA evilcraft{0.10.11} [EvilCraft] (EvilCraft-1.10.2-0.10.11.jar)
  536. UCHIJAAAA excore{1.6.2} [EXCore] (Excore-1.6.2-1.10.2.jar)
  537. UCHIJAAAA FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-MC1.9.4-1.2.1.jar)
  538. UCHIJAAAA flatcoloredblocks{mc1.10-v4.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.1.jar)
  539. UCHIJAAAA FEI{1.0.15} [Forever Enough Items] (ForeverEnoughItems-1.0.15-1.10.2.jar)
  540. UCHIJAAAA advgenerators{0.9.20.14} [Advanced Generators] (generators-0.9.20.14-mc1.10.2.jar)
  541. UCHIJAAAA grapple_hooks{1.0.8} [Grapple Hooks] (Grapple-Hooks-1.10.2-1.0.8.jar)
  542. UCHIJAAAA gravestone{1.5.5} [Gravestone] (GraveStone Mod 1.5.5.jar)
  543. UCHIJAAAA InventoryPets{1.4.8.1} [Inventory Pets] (inventorypets-1.10-1.4.8.1.jar)
  544. UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  545. UCHIJAAAA ironchest{1.10.2-7.0.9.796} [Iron Chest] (ironchest-1.10.2-7.0.9.796.jar)
  546. UCHIJAAAA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  547. UCHIJAAAA jet_packs{1.0.0} [Just JetPacks] (Just-Jetpacks-1.10.2-1.0.0.jar)
  548. UCHIJAAAA malisiscore{1.9.4-4.1.1} [MalisisCore] (malisiscore-1.9.4-4.1.1.jar)
  549. UCHIJAAAA malisisdoors{1.9.4-5.0.4} [MalisisDoors] (malisisdoors-1.9.4-5.0.4.jar)
  550. UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  551. UCHIJAAAA Morpheus{1.10.2-3.1.7} [Morpheus] (Morpheus-1.10.2-3.1.7.jar)
  552. UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  553. UCHIJAAAA notenoughwands{1.3.6} [Not Enough Wands] (notenoughwands-1.10-1.3.6.jar)
  554. UCHIJAAAA harvestcraft{1.9.4-1.10.2c} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2c.jar)
  555. UCHIJAAAA progressiveautomation{1.6.51} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.51.jar)
  556. UCHIJAAAA quantumflux{2.0.7} [QuantumFlux] (quantumflux-1.9.4-2.0.7.jar)
  557. UCHIJAAAA randomthings{3.7.5} [Random Things] (RandomThings-MC1.10.2-3.7.5.jar)
  558. UCHIJAAAA redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
  559. UCHIJAAAA refinedstorage{1.0.4} [Refined Storage] (refinedstorage-1.0.4.jar)
  560. UCHIJAAAA xreliquary{1.10.2-1.3.3.543} [Reliquary] (Reliquary-1.10.2-1.3.3.543.jar)
  561. UCHIJAAAA rftools{5.23} [RFTools] (rftools-1.10-5.23.jar)
  562. UCHIJAAAA rftoolsdim{4.30beta49} [RFTools Dimensions] (rftoolsdim-1.10-4.30beta49.jar)
  563. UCHIJAAAA roots{0.202} [Roots] (roots-1.10.2-0.202.0.jar)
  564. UCHIJAAAA SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.3.jar)
  565. UCHIJAAAA soulshardstow{1.10.2-2.6.3-43} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.6.3-43.jar)
  566. UCHIJAAAA supercraftingframe{1.2.1.87} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.1.87.jar)
  567. UCHIJAAAA lteleporters{1.1.3} [Lemon's Simple Teleporters] (teleporters-1.1.3.jar)
  568. UCHIJAAAA Translocator{2.1.2.29} [Translocator] (Translocators-1.10.2-2.1.2.29-universal.jar)
  569. UCHIJAAAA icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.206.jar)
  570. UCHIJAAAA wawla{2.3.0.202} [What Are We Looking At] (Wawla-1.10.2-2.3.0.206.jar)
  571. UCHIJAAAA xprings{1.2.0} [Experience Rings] (xprings-1.2.0.jar)
  572. Loaded coremods (and transformers):
  573. EnderCorePlugin (EnderCore-1.10.2-0.4.1.55-beta.jar)
  574. com.enderio.core.common.transform.EnderCoreTransformer
  575. IC2core (industrialcraft-2-2.6.61-ex110.jar)
  576.  
  577. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  578. net.fybertech.nwr.NWRTransformer
  579. CoreMod (Aroma1997Core-1.9.4-1.1.1.0.jar)
  580.  
  581. CodeChickenCorePlugin (CodeChickenCore-1.10.2-2.1.8.79-universal.jar)
  582. codechicken.core.asm.TweakTransformer
  583. codechicken.core.asm.DelegatedTransformer
  584. codechicken.core.asm.DefaultImplementationTransformer
  585. MalisisCorePlugin (malisiscore-1.9.4-4.1.1.jar)
  586. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  587. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  588. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  589. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  590. net.malisis.core.util.clientnotif.ClientNotifTransformer
  591. LoadingPlugin (Quark-r1.0-55.jar)
  592. vazkii.quark.base.asm.ClassTransformer
  593. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.80-universal.jar)
  594. codechicken.lib.asm.ClassHeirachyManager
  595. codechicken.lib.asm.RenderHookTransformer
  596. CCCDeobfPlugin (unknown)
  597.  
  598. DepLoader (BrandonsCore-1.10.2-2.1.0.42-universal.jar)
  599.  
  600. FMLPlugin (InventoryTweaks-1.61-58.jar)
  601. invtweaks.forge.asm.ContainerTransformer
  602. TransformerLoader (OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar)
  603. li.cil.oc.common.asm.ClassTransformer
  604. LoadingPlugin (RandomThings-MC1.10.2-3.7.5.jar)
  605. lumien.randomthings.asm.ClassTransformer
  606. CCLCorePlugin (CodeChickenLib-1.10.2-2.2.3.73-universal.jar)
  607. codechicken.lib.asm.ClassHeirachyManager
  608. codechicken.lib.asm.RenderHookTransformer
  609. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  610. shetiphian.core.asm.ClassTransformer
  611. Pulsar/tconstruct loaded Pulses:
  612. - TinkerCommons (Enabled/Forced)
  613. - TinkerWorld (Enabled/Not Forced)
  614. - TinkerTools (Enabled/Not Forced)
  615. - TinkerHarvestTools (Enabled/Forced)
  616. - TinkerMeleeWeapons (Enabled/Forced)
  617. - TinkerRangedWeapons (Enabled/Forced)
  618. - TinkerModifiers (Enabled/Forced)
  619. - TinkerSmeltery (Enabled/Not Forced)
  620. - TinkerGadgets (Enabled/Not Forced)
  621. - TinkerOredict (Enabled/Forced)
  622. - TinkerIntegration (Enabled/Forced)
  623. - TinkerFluids (Enabled/Forced)
  624. - TinkerMaterials (Enabled/Forced)
  625. - TinkerModelRegister (Enabled/Forced)
  626. - chiselsandbitsIntegration (Enabled/Not Forced)
  627.  
  628. CodeChickenCore: ignoreInvalidMCVersion state: false
  629. List of loaded APIs:
  630. * actuallyadditionsapi (23) from ActuallyAdditions-1.10.2-r63.jar
  631. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  632. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.1.0-63.jar
  633. * BotaniaAPI (79) from Botania-unofficial.r1.8-321.jar
  634. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.42.jar
  635. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.42.jar
  636. * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-12.1.jar
  637. * CoFHAPI (1.8.9R1.2.0B1) from refinedstorage-1.0.4.jar
  638. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
  639. * CoFHAPI|energy (1.8.9R1.2.0B1) from BrandonsCore-1.10.2-2.1.0.42-universal.jar
  640. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.10-2.1.1.jar
  641. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.51.jar
  642. * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
  643. * DR-API (1.0.4-Beta) from deepresonance-1.10-1.2.3.jar
  644. * DraconicEvolution|API (1.3) from Draconic-Evolution-1.10.2-2.0.0.94-universal.jar
  645. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.311.jar
  646. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.110_beta.jar
  647. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.110_beta.jar
  648. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.110_beta.jar
  649. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.110_beta.jar
  650. * ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.12.256.jar
  651. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.12.256.jar
  652. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.12.256.jar
  653. * ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.12.256.jar
  654. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.12.256.jar
  655. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.12.256.jar
  656. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.12.256.jar
  657. * ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.12.256.jar
  658. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.12.256.jar
  659. * ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.12.256.jar
  660. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.12.256.jar
  661. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.12.256.jar
  662. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.12.256.jar
  663. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.12.256.jar
  664. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.12.256.jar
  665. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.12.256.jar
  666. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.12.256.jar
  667. * Guide-API|API (1.10.2-2.0.2-45) from Guide-API-1.10.2-2.0.2-45.jar
  668. * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.10-42.jar
  669. * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.10-42.jar
  670. * jeresources|API (0.5.1.55) from JustEnoughResources-1.10.2-0.5.1.55.jar
  671. * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  672. * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  673. * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  674. * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  675. * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  676. * JustEnoughItemsAPI (4.2.0) from jei_1.10.2-3.9.7.259.jar
  677. * McJtyLib (1.10-2.1.1) from mcjtylib-1.10-2.1.1.jar
  678. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  679. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  680. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  681. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  682. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  683. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  684. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  685. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  686. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  687. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  688. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10.2-1.6.0.3-rc.1.jar
  689. * PsiAPI (2) from Psi-r1.0-39.jar
  690. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.6.3-43.jar
  691. * StorageDrawersAPI (1.7.10-1.2.0) from refinedstorage-1.0.4.jar
  692. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-1.0.4.jar
  693. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-1.0.4.jar
  694. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-1.0.4.jar
  695. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-1.0.4.jar
  696. * StorageDrawersAPI|registry (1.7.10-1.2.0) from refinedstorage-1.0.4.jar
  697. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-1.0.4.jar
  698. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-1.0.4.jar
  699. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-1.0.4.jar
  700. EnderIO: No known problems detected.
  701. Detailed RF API diagnostics:
  702. * RF API class 'EnergyStorage' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/EnergyStorage.class
  703. * RF API class 'IEnergyConnection' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/IEnergyConnection.class
  704. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
  705. * RF API class 'IEnergyHandler' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/IEnergyHandler.class
  706. * RF API class 'IEnergyProvider' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/IEnergyProvider.class
  707. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/IEnergyReceiver.class
  708. * RF API class 'IEnergyStorage' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/IEnergyStorage.class
  709. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
  710. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  711. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/home/emperor/Documents/Servers/minecraft/customPack1102/mods/BrandonsCore-1.10.2-2.1.0.42-universal.jar!/cofh/api/energy/TileEnergyHandler.class
  712.  
  713. Profiler Position: N/A (disabled)
  714. Player Count: 1 / 16; [EntityPlayerMP['Meow01'/211327, l='world', x=500.17, y=11.00, z=1208.43]]
  715. Is Modded: Definitely; Server brand changed to 'fml,forge'
  716. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment