NPCKiller

unstable Crashlog

Aug 4th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.22 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
  5. EnderCorePlugin (EnderCore-1.10.2-0.4.1.41-beta.jar)
  6. IC2core (industrialcraft-2-2.6.15-ex110.jar)
  7. LoadingPlugin (Quark-beta-49.jar)
  8. LoadingPlugin (CustomMainMenu-MC1.9.4-2.0.1.jar)
  9. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  10. FMLPlugin (InventoryTweaks-1.61-58.jar)
  11. CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
  12. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  13. Contact their authors BEFORE contacting forge
  14.  
  15. // Hey, that tickles! Hehehe!
  16.  
  17. Time: 03/08/16 11:57
  18. Description: Watching Server
  19.  
  20. java.lang.Error
  21. at java.util.ArrayList.indexOf(ArrayList.java:317)
  22. at java.util.ArrayList.contains(ArrayList.java:300)
  23. at java.util.ArrayList.batchRemove(ArrayList.java:720)
  24. at java.util.ArrayList.removeAll(ArrayList.java:690)
  25. at net.minecraft.world.World.func_72939_s(World.java:1845)
  26. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  28. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  29. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  31. at java.lang.Thread.run(Thread.java:745)
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Thread: Server Watchdog
  39. Stacktrace:
  40. at java.util.ArrayList.indexOf(ArrayList.java:317)
  41. at java.util.ArrayList.contains(ArrayList.java:300)
  42. at java.util.ArrayList.batchRemove(ArrayList.java:720)
  43. at java.util.ArrayList.removeAll(ArrayList.java:690)
  44. at net.minecraft.world.World.func_72939_s(World.java:1845)
  45. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
  46. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  47. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  48. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  49.  
  50. -- Thread Dump --
  51. Details:
  52. Threads: "process reaper" Id=193 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@10706e60
  53. at sun.misc.Unsafe.park(Native Method)
  54. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@10706e60
  55. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  56. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  57. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  58. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  59. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
  60. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  61. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  62. ...
  63.  
  64.  
  65. "Chunk I/O Executor Thread-1" Id=191 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@144ff8b6
  66. at sun.misc.Unsafe.park(Native Method)
  67. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@144ff8b6
  68. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  69. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  70. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  71. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  72. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  73. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  74. at java.lang.Thread.run(Thread.java:745)
  75.  
  76.  
  77. "Netty Epoll Server IO #15" Id=43 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 #14" Id=42 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 #13" Id=41 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 #12" Id=40 RUNNABLE (in native)
  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 #11" Id=39 RUNNABLE (in native)
  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 #10" Id=38 RUNNABLE (in native)
  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 #9" Id=37 RUNNABLE
  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 #8" Id=36 RUNNABLE (in native)
  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 #7" Id=35 RUNNABLE (in native)
  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 #6" Id=34 RUNNABLE
  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 #5" Id=33 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 #4" Id=32 RUNNABLE (in native)
  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 #3" Id=31 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 #2" Id=30 RUNNABLE (in native)
  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 #1" Id=29 RUNNABLE (in native)
  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. "File IO Thread" Id=51 TIMED_WAITING
  198. at java.lang.Thread.sleep(Native Method)
  199. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51)
  200. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
  201. at java.lang.Thread.run(Thread.java:745)
  202.  
  203.  
  204. "Server Watchdog" Id=47 RUNNABLE
  205. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  206. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  207. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:46)
  208. at java.lang.Thread.run(Thread.java:745)
  209.  
  210.  
  211. "ic2-poolthread-2" Id=45 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@514d645b
  212. at java.lang.Object.wait(Native Method)
  213. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@514d645b
  214. at java.lang.Object.wait(Object.java:502)
  215. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  216. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  217. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  218. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  219. at java.lang.Thread.run(Thread.java:745)
  220.  
  221.  
  222. "Netty Epoll Server IO #0" Id=28 RUNNABLE (in native)
  223. at io.netty.channel.epoll.Native.epollWait(Native Method)
  224. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  225. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  226. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  227. at java.lang.Thread.run(Thread.java:745)
  228.  
  229.  
  230. "Timer-0" Id=25 TIMED_WAITING on java.util.TaskQueue@73c6f417
  231. at java.lang.Object.wait(Native Method)
  232. - waiting on java.util.TaskQueue@73c6f417
  233. at java.util.TimerThread.mainLoop(Timer.java:552)
  234. at java.util.TimerThread.run(Timer.java:505)
  235.  
  236.  
  237. "ic2-poolthread-1" Id=24 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@514d645b
  238. at java.lang.Object.wait(Native Method)
  239. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@514d645b
  240. at java.lang.Object.wait(Object.java:502)
  241. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  242. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  243. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  244. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  245. at java.lang.Thread.run(Thread.java:745)
  246.  
  247.  
  248. "Server console handler" Id=21 RUNNABLE (in native)
  249. at java.io.FileInputStream.read0(Native Method)
  250. at java.io.FileInputStream.read(FileInputStream.java:207)
  251. at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:166)
  252. - locked jline.internal.NonBlockingInputStream@60d69761
  253. at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:135)
  254. at jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:243)
  255. at jline.internal.InputStreamReader.read(InputStreamReader.java:257)
  256. - locked jline.internal.NonBlockingInputStream@60d69761
  257. at jline.internal.InputStreamReader.read(InputStreamReader.java:194)
  258. - locked jline.internal.NonBlockingInputStream@60d69761
  259. at jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2136)
  260. ...
  261.  
  262.  
  263. "DestroyJavaVM" Id=20 RUNNABLE
  264.  
  265.  
  266. "Server thread" Id=18 RUNNABLE
  267. at java.util.ArrayList.indexOf(ArrayList.java:317)
  268. at java.util.ArrayList.contains(ArrayList.java:300)
  269. at java.util.ArrayList.batchRemove(ArrayList.java:720)
  270. at java.util.ArrayList.removeAll(ArrayList.java:690)
  271. at net.minecraft.world.World.func_72939_s(World.java:1845)
  272. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:618)
  273. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
  274. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  275. ...
  276.  
  277.  
  278. "Server Infinisleeper" Id=17 TIMED_WAITING
  279. at java.lang.Thread.sleep(Native Method)
  280. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:78)
  281.  
  282.  
  283. "Snooper Timer" Id=16 TIMED_WAITING on java.util.TaskQueue@bb75985
  284. at java.lang.Object.wait(Native Method)
  285. - waiting on java.util.TaskQueue@bb75985
  286. at java.util.TimerThread.mainLoop(Timer.java:552)
  287. at java.util.TimerThread.run(Timer.java:505)
  288.  
  289.  
  290. "NonBlockingInputStreamThread" Id=14 WAITING on jline.internal.NonBlockingInputStream@60d69761 owned by "Server console handler" Id=21
  291. at java.lang.Object.wait(Native Method)
  292. - waiting on jline.internal.NonBlockingInputStream@60d69761
  293. at jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:275)
  294. at java.lang.Thread.run(Thread.java:745)
  295.  
  296.  
  297. "Signal Dispatcher" Id=4 RUNNABLE
  298.  
  299.  
  300. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@31629b14
  301. at java.lang.Object.wait(Native Method)
  302. - waiting on java.lang.ref.ReferenceQueue$Lock@31629b14
  303. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
  304. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
  305. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
  306.  
  307.  
  308. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@7540b763
  309. at java.lang.Object.wait(Native Method)
  310. - waiting on java.lang.ref.Reference$Lock@7540b763
  311. at java.lang.Object.wait(Object.java:502)
  312. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  313. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  314.  
  315.  
  316.  
  317. Stacktrace:
  318. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:63)
  319. at java.lang.Thread.run(Thread.java:745)
  320.  
  321. -- System Details --
  322. Details:
  323. Minecraft Version: 1.10.2
  324. Operating System: Linux (amd64) version 3.13.0-61-generic
  325. Java Version: 1.8.0_74, Oracle Corporation
  326. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  327. Memory: 3691652616 bytes (3520 MB) / 4561305600 bytes (4350 MB) up to 7635730432 bytes (7282 MB)
  328. JVM Flags: 3 total; -Xms4096m -Xmx8192m -XX:PermSize=256m
  329. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  330. FML: MCP 9.32 Powered by Forge 12.18.1.2014 86 mods loaded, 86 mods active
  331. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  332. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  333. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2014-universal.jar)
  334. UCHIJAAAA Forge{12.18.1.2014} [Minecraft Forge] (forge-1.10.2-12.18.1.2014-universal.jar)
  335. UCHIJAAAA Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.1.0.3.jar)
  336. UCHIJAAAA Aroma1997CoreHelper{1.1.0.3} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.1.0.3.jar)
  337. UCHIJAAAA Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.9.4-1.2.0.1.jar)
  338. UCHIJAAAA autopackager{1.6.3} [AutoPackager] (autopackager-1.6.3.jar)
  339. UCHIJAAAA bagginses{2.4.2d} [Bagginses] (Bagginses-1.10-3.0.3.jar)
  340. UCHIJAAAA Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  341. UCHIJAAAA bdlib{1.12.0.2} [BD Lib] (bdlib-1.12.0.2-mc1.10.2.jar)
  342. UCHIJAAAA betterbuilderswands{0.6.5} [Better Builder's Wands] (BetterBuildersWands-0.6.5-1.10r138+8595fc7.jar)
  343. UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10.2-alpha-1.0.1.jar)
  344. UCHIJAAAA JEI{3.7.8.234} [Just Enough Items] (jei_1.10.2-3.7.8.234.jar)
  345. UCHIJAAAA BloodMagic{1.9.4-2.0.3-53} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.3-53.jar)
  346. UCHIJAAAA Botania{r1.8-313} [Botania] (Botania-unofficial.r1.8-313.jar)
  347. UCHIJAAAA Chameleon{1.9.4-2.1.6} [Chameleon] (Chameleon-1.9.4-2.1.6.jar)
  348. UCHIJAAAA mcmultipart{1.2.0} [MCMultiPart] (MCMultiPart-1.2.0-universal.jar)
  349. UCHIJAAAA CharsetLib{0.3.0-pre12} [\u203d] (Charset-0.3.0-pre12.jar)
  350. UCHIJAAAA CharsetAudio{0.3.0-pre12} [\u266b] (Charset-0.3.0-pre12.jar)
  351. UCHIJAAAA CharsetCarts{0.3.0-pre12} [U] (Charset-0.3.0-pre12.jar)
  352. UCHIJAAAA CharsetDecoration{0.3.0-pre12} [\ufffd?] (Charset-0.3.0-pre12.jar)
  353. UCHIJAAAA CharsetDrama{0.3.0-pre12} [!] (Charset-0.3.0-pre12.jar)
  354. UCHIJAAAA CharsetFarming{0.3.0-pre12} [;] (Charset-0.3.0-pre12.jar)
  355. UCHIJAAAA CharsetGates{0.3.0-pre12} [&] (Charset-0.3.0-pre12.jar)
  356. UCHIJAAAA CharsetPipes{0.3.0-pre12} [|] (Charset-0.3.0-pre12.jar)
  357. UCHIJAAAA CharsetStorage{0.3.0-pre12} [#] (Charset-0.3.0-pre12.jar)
  358. UCHIJAAAA CharsetTweaks{0.3.0-pre12} [*] (Charset-0.3.0-pre12.jar)
  359. UCHIJAAAA CharsetWires{0.3.0-pre12} [+] (Charset-0.3.0-pre12.jar)
  360. UCHIJAAAA CharsetWrench{0.3.0-pre12} [/] (Charset-0.3.0-pre12.jar)
  361. UCHIJAAAA ChestTransporter{2.5.0} [Chest Transporter] (ChestTransporter-1.10-2.5.0.jar)
  362. UCHIJAAAA chisel{MC1.9.4-0.0.6.33} [Chisel] (Chisel-MC1.9.4-0.0.6.33.jar)
  363. UCHIJAAAA chiselsandbits{11.7} [Chisels & Bits] (chiselsandbits-11.7.jar)
  364. UCHIJAAAA combathelp{1.0.3} [Combat Help] (combathelp-1.9.4-1.0.3.jar)
  365. UCHIJAAAA IC2{2.6.15-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.15-ex110.jar)
  366. UCHIJAAAA CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)
  367. UCHIJAAAA compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
  368. UCHIJAAAA compasscoords{1.10-3.1.6} [Compass Co-ords] (CompassCoords-1.10-3.1.6.jar)
  369. UCHIJAAAA ComputerCraft{1.80pr0} [ComputerCraft] (ComputerCraft1.80pr0.jar)
  370. UCHIJAAAA cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  371. UCHIJAAAA ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
  372. UCHIJAAAA deepresonance{1.2.0beta35} [DeepResonance] (deepresonance-1.9.4-1.2.0beta35.jar)
  373. UCHIJAAAA endercore{1.10.2-0.4.1.41-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.41-beta.jar)
  374. UCHIJAAAA Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  375. UCHIJAAAA EnderIO{1.10.2-3.0.1.75_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.75_beta.jar)
  376. UCHIJAAAA shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
  377. UCHIJAAAA endertanks{1.4.1} [EnderTanks] (endertanks-1.10.0-1.4.1.jar)
  378. UCHIJAAAA ValkyrieLib{1.10.2-0.10.2} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.2.jar)
  379. UCHIJAAAA EnvironmentalTech{1.10.2-0.10.2d} [Environmental Tech] (environmentaltech-1.10.2-0.10.2d.jar)
  380. UCHIJAAAA flatcoloredblocks{mc1.10-v4.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.1.jar)
  381. UCHIJAAAA forestry{5.2.3.213} [Forestry] (forestry_1.10.2-5.2.3.213.jar)
  382. UCHIJAAAA forgeanalytics{0.0.0.13} [Forge Analytics] (ForgeAnalytics-1.10-0.0.0.19.jar)
  383. UCHIJAAAA ftbl{2.1.0} [FTBLib] (FTBLib-1.9.4-2.1.0-pre2.jar)
  384. UCHIJAAAA ftbu{2.1.0} [FTBUtilities] (FTBUtilities-1.9.4-2.1.0-pre2.jar)
  385. UCHIJAAAA gendustry{1.6.4.8} [GenDustry] (gendustry-1.6.4.8-mc1.10.2.jar)
  386. UCHIJAAAA pressure{1.3.1.3} [Pressure Pipes] (pressure-1.3.1.3-mc1.10.2.jar)
  387. UCHIJAAAA advgenerators{0.9.20.4} [Advanced Generators] (generators-0.9.20.4-mc1.10.2.jar)
  388. UCHIJAAAA gravestone{1.5.4} [Gravestone] (GraveStone Mod 1.5.4.jar)
  389. UCHIJAAAA inventorytweaks{1.61-58-a1fd884} [Inventory Tweaks] (InventoryTweaks-1.61-58.jar)
  390. UCHIJAAAA IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
  391. UCHIJAAAA journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  392. UCHIJAAAA mantle{1.10-0.10.3.jenkins156} [Mantle] (Mantle-1.10-0.10.3.jar)
  393. UCHIJAAAA testdummy{1.11} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.11.jar)
  394. UCHIJAAAA Morpheus{1.10-3.1.6} [Morpheus] (Morpheus-1.10-3.1.6.jar)
  395. UCHIJAAAA netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  396. UCHIJAAAA OpenComputers{1.6.0.2-beta.4} [OpenComputers] (OpenComputers-MC1.10-1.6.0.2-beta.4.jar)
  397. UCHIJAAAA harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4-1.10.2a.jar)
  398. UCHIJAAAA progressiveautomation{1.6.49} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.49.jar)
  399. UCHIJAAAA Psi{r1.0-37} [Psi] (Psi-r1.0-37.jar)
  400. UCHIJAAAA Quark{beta-49} [Quark] (Quark-beta-49.jar)
  401. UCHIJAAAA randomthings{3.7.4} [Random Things] (RandomThings-MC1.10-3.7.4.jar)
  402. UCHIJAAAA StorageDrawers{1.9.4-3.2.1} [Storage Drawers] (StorageDrawers-1.9.4-3.2.1.jar)
  403. UCHIJAAAA refinedstorage{0.8.12} [Refined Storage] (refinedstorage-0.8.12.jar)
  404. UCHIJAAAA xreliquary{1.10.2-1.3.2.434} [Reliquary] (Reliquary-1.10.2-1.3.2.434.jar)
  405. UCHIJAAAA rftools{5.08} [RFTools] (rftools-1.10-5.08.jar)
  406. UCHIJAAAA roots{0.110} [Roots] (roots-1.10.2-0.110.0.jar)
  407. UCHIJAAAA simplebarrels{1.25a} [Simple Barrels] (simplebarrels-1.10.2-2002-1.25a.jar)
  408. UCHIJAAAA SimpleGenerators{1.10-0.7.1a} [Simple Generators] (simplegenerators-1.10-0.7.1a.jar)
  409. UCHIJAAAA simpleretrogen{4.0.1+8} [Simple Retrogen] (simpleretrogen-1.10-4.0.1+8.jar)
  410. UCHIJAAAA SolarFluxReborn{1.9.4_0.7b} [Solar Flux Reborn] (SolarFluxReborn-1.9.4_0.7b.jar)
  411. UCHIJAAAA soulshardstow{1.10.2-2.5.5-39} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10.2-2.5.5-39.jar)
  412. UCHIJAAAA supercraftingframe{1.2.0.85} [Super Crafting Frame] (supercraftingframe-1.10.2-1.2.0.85.jar)
  413. UCHIJAAAA tconstruct{1.10-2.3.3a.jenkins271} [Tinkers' Construct] (TConstruct-1.10-2.3.3a.jar)
  414. UCHIJAAAA theoneprobe{1.0.13} [The One Probe] (theoneprobe-1.10-1.0.13.jar)
  415. UCHIJAAAA WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
  416. UCHIJAAAA ICSE{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.0.197.jar)
  417. UCHIJAAAA wawla{2.3.0.194} [What Are We Looking At] (Wawla-1.10.2-2.3.0.197.jar)
  418. Loaded coremods (and transformers):
  419. LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
  420. lumien.randomthings.asm.ClassTransformer
  421. EnderCorePlugin (EnderCore-1.10.2-0.4.1.41-beta.jar)
  422. com.enderio.core.common.transform.EnderCoreTransformer
  423. IC2core (industrialcraft-2-2.6.15-ex110.jar)
  424.  
  425. LoadingPlugin (Quark-beta-49.jar)
  426. vazkii.quark.base.asm.ClassTransformer
  427. LoadingPlugin (CustomMainMenu-MC1.9.4-2.0.1.jar)
  428. lumien.custommainmenu.asm.ClassTransformer
  429. LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
  430. lumien.resourceloader.asm.ClassTransformer
  431. FMLPlugin (InventoryTweaks-1.61-58.jar)
  432. invtweaks.forge.asm.ContainerTransformer
  433. CoreMod (Aroma1997Core-1.9.4-1.1.0.3.jar)
  434.  
  435. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  436. shetiphian.core.asm.ClassTransformer
  437. Pulsar/tconstruct loaded Pulses:
  438. - TinkerCommons (Enabled/Forced)
  439. - TinkerWorld (Enabled/Not Forced)
  440. - TinkerTools (Enabled/Not Forced)
  441. - TinkerSmeltery (Enabled/Not Forced)
  442. - TinkerGadgets (Enabled/Not Forced)
  443. - TinkerOredict (Enabled/Forced)
  444. - TinkerIntegration (Enabled/Forced)
  445. - TinkerFluids (Enabled/Forced)
  446. - TinkerMaterials (Enabled/Forced)
  447. - chiselsandbitsIntegration (Enabled/Not Forced)
  448. - WailaIntegration (Enabled/Not Forced)
  449.  
  450. List of loaded APIs:
  451. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  452. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.3-53.jar
  453. * BotaniaAPI (79) from Botania-unofficial.r1.8-313.jar
  454. * CharsetAPI (0.1) from Charset-0.3.0-pre12.jar
  455. * CharsetAPI|Audio (0.0) from Charset-0.3.0-pre12.jar
  456. * CharsetAPI|Lib (0.2) from Charset-0.3.0-pre12.jar
  457. * CharsetAPI|Pipes (0.3) from Charset-0.3.0-pre12.jar
  458. * CharsetAPI|Storage (0.1) from Charset-0.3.0-pre12.jar
  459. * CharsetAPI|Tape (0.0) from Charset-0.3.0-pre12.jar
  460. * CharsetAPI|Wires (0.3) from Charset-0.3.0-pre12.jar
  461. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  462. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.6.33.jar
  463. * ChiselsAndBitsAPI (11.7.0) from chiselsandbits-11.7.jar
  464. * CoFHAPI (1.8.9R1.2.0B1) from SolarFluxReborn-1.9.4_0.7b.jar
  465. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
  466. * CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  467. * CoFHAPI|energy (1.8.9R1.2.0B1) from extrautils2-1.10.2-alpha-1.0.1.jar
  468. * CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.2.jar
  469. * CoFHAPI|item (1.8.9R1.2.0B1) from mcjtylib-1.10-1.9.9.jar
  470. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.49.jar
  471. * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
  472. * ComputerCraft|API (1.80pr0) from ComputerCraft1.80pr0.jar
  473. * ComputerCraft|API|FileSystem (1.80pr0) from ComputerCraft1.80pr0.jar
  474. * ComputerCraft|API|Lua (1.80pr0) from ComputerCraft1.80pr0.jar
  475. * ComputerCraft|API|Media (1.80pr0) from ComputerCraft1.80pr0.jar
  476. * ComputerCraft|API|Peripheral (1.80pr0) from ComputerCraft1.80pr0.jar
  477. * ComputerCraft|API|Permissions (1.80pr0) from ComputerCraft1.80pr0.jar
  478. * ComputerCraft|API|Redstone (1.80pr0) from ComputerCraft1.80pr0.jar
  479. * ComputerCraft|API|Turtle (1.80pr0) from ComputerCraft1.80pr0.jar
  480. * DR-API (1.0.4-Beta) from deepresonance-1.9.4-1.2.0beta35.jar
  481. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.292.jar
  482. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  483. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  484. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  485. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.75_beta.jar
  486. * environmentaltech.api (1.10.2-0.10.2d) from environmentaltech-1.10.2-0.10.2d.jar
  487. * ForestryAPI|apiculture (4.8.0) from forestry_1.10.2-5.2.3.213.jar
  488. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.3.213.jar
  489. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.3.213.jar
  490. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.2.3.213.jar
  491. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.3.213.jar
  492. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.3.213.jar
  493. * ForestryAPI|fuels (2.0.1) from forestry_1.10.2-5.2.3.213.jar
  494. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.3.213.jar
  495. * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.2.3.213.jar
  496. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.3.213.jar
  497. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.3.213.jar
  498. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.2.3.213.jar
  499. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.3.213.jar
  500. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.3.213.jar
  501. * ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.3.213.jar
  502. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.3.213.jar
  503. * gendustryAPI (2.3.0) from gendustry-1.6.4.8-mc1.10.2.jar
  504. * IC2API (1.0) from industrialcraft-2-2.6.15-ex110.jar
  505. * jeresources|API (0.4.6.42) from JustEnoughResources-1.10.2-0.4.6.42.jar
  506. * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  507. * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  508. * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  509. * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  510. * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  511. * JustEnoughItemsAPI (4.0.0) from jei_1.10.2-3.7.8.234.jar
  512. * McJtyLib (1.10-1.9.9) from mcjtylib-1.10-1.9.9.jar
  513. * OpenComputersAPI|Component (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  514. * OpenComputersAPI|Core (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  515. * OpenComputersAPI|Driver (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  516. * OpenComputersAPI|Driver|Item (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  517. * OpenComputersAPI|Event (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  518. * OpenComputersAPI|FileSystem (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  519. * OpenComputersAPI|Internal (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  520. * OpenComputersAPI|Machine (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  521. * OpenComputersAPI|Manual (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  522. * OpenComputersAPI|Network (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  523. * OpenComputersAPI|Prefab (6.0.0-alpha) from OpenComputers-MC1.10-1.6.0.2-beta.4.jar
  524. * pressureAPI (1.3.1.3) from pressure-1.3.1.3-mc1.10.2.jar
  525. * PsiAPI (2) from Psi-r1.0-37.jar
  526. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10.2-2.5.5-39.jar
  527. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  528. * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  529. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  530. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  531. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  532. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  533. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  534. * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  535. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.8.12.jar
  536. * ValkyrieLib.api (1.10.2-0.10.2) from valkyrielib-1.10.2-0.10.2.jar
  537. * WailaAPI (1.3) from SolarFluxReborn-1.9.4_0.7b.jar
  538. EnderIO: No known problems detected.
  539. Detailed RF API diagnostics:
  540. * RF API class 'EnergyStorage' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/EnergyStorage.class
  541. * RF API class 'IEnergyConnection' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyConnection.class
  542. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyContainerItem.class
  543. * RF API class 'IEnergyHandler' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyHandler.class
  544. * RF API class 'IEnergyProvider' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyProvider.class
  545. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyReceiver.class
  546. * RF API class 'IEnergyStorage' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/IEnergyStorage.class
  547. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/ItemEnergyContainer.class
  548. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/TileEnergyHandler.class
  549. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/home/Minecraft/RTTM/mods/mcjtylib-1.10-1.9.9.jar!/cofh/api/energy/TileEnergyHandler.class
  550.  
  551. Profiler Position: N/A (disabled)
  552. Player Count: 1 / 20; [EntityPlayerMP['UnluckyDesperado'/488, l='world', x=-1771.86, y=69.00, z=1211.20]]
  553. Is Modded: Definitely; Server brand changed to 'fml,forge'
  554. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment