Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar)
  5. EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar)
  6. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  7. LoadingPlugin (Quark-r1.5-130.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.2-1.12.2.jar)
  9. SpongeCoremod (spongeforge-1.12.2-2768-7.1.5-RC3506.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // Shall we play a game?
  13.  
  14. Time: 20/11/18 19:16
  15. Description: Exception in server tick loop
  16.  
  17. java.lang.NoClassDefFoundError: Lcofh/thermalexpansion/proxy/Proxy;
  18. at java.lang.Class.getDeclaredFields0(Native Method)
  19. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  20. at java.lang.Class.getDeclaredField(Class.java:2068)
  21. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
  22. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:498)
  27. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  28. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  29. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  30. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  31. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  32. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  34. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  35. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:498)
  40. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  41. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  42. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  43. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  44. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  45. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  46. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  47. at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
  48. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  49. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  50. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
  51. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  52. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  53. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  54. at java.lang.Thread.run(Thread.java:748)
  55. Caused by: java.lang.ClassNotFoundException: cofh.thermalexpansion.proxy.Proxy
  56. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  57. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  59. ... 37 more
  60. Caused by: java.lang.ArrayIndexOutOfBoundsException: 6
  61. at org.objectweb.asm.ClassReader.readShort(Unknown Source)
  62. at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  63. at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  64. at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.findAndMergeSuperMaps(FMLDeobfuscatingRemapper.java:425)
  65. at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.getMethodMap(FMLDeobfuscatingRemapper.java:402)
  66. at net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper.mapMethodName(FMLDeobfuscatingRemapper.java:349)
  67. at org.objectweb.asm.commons.RemappingMethodAdapter.doVisitMethodInsn(Unknown Source)
  68. at org.objectweb.asm.commons.RemappingMethodAdapter.visitMethodInsn(Unknown Source)
  69. at org.objectweb.asm.ClassReader.a(Unknown Source)
  70. at org.objectweb.asm.ClassReader.b(Unknown Source)
  71. at org.objectweb.asm.ClassReader.accept(Unknown Source)
  72. at org.objectweb.asm.ClassReader.accept(Unknown Source)
  73. at net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer.transform(DeobfuscationTransformer.java:76)
  74. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  75. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  76. ... 39 more
  77.  
  78.  
  79. A detailed walkthrough of the error, its code path and all known details is as follows:
  80. ---------------------------------------------------------------------------------------
  81.  
  82. -- Head --
  83. Thread: Server thread
  84. Stacktrace:
  85. at java.lang.Class.getDeclaredFields0(Native Method)
  86. at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
  87. at java.lang.Class.getDeclaredField(Class.java:2068)
  88. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:70)
  89. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  92. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  93. at java.lang.reflect.Method.invoke(Method.java:498)
  94. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  95. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  96. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  97. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  98. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  99. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  100. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  101. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
  102. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  106. at java.lang.reflect.Method.invoke(Method.java:498)
  107. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  108. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  109. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  110. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  111. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  112. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  113. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  114. at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:560)
  115. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  116. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
  117.  
  118. -- Sponge PhaseTracker --
  119. Details:
  120. Phase Stack: [Empty stack]
  121. Stacktrace:
  122. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjk000(MinecraftServer.java:3980)
  123. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  124. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  125. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  126. at java.lang.Thread.run(Thread.java:748)
  127.  
  128. -- System Details --
  129. Details:
  130. Minecraft Version: 1.12.2
  131. Operating System: Linux (amd64) version 3.14.32-xxxx-grs-ipv6-64
  132. Java Version: 1.8.0_151, Oracle Corporation
  133. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  134. Memory: 6739185632 bytes (6426 MB) / 7516192768 bytes (7168 MB) up to 7516192768 bytes (7168 MB)
  135. JVM Flags: 12 total; -Xmx7G -Xms7G -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=2048m -XX:+AggressiveOpts -XX:+UseStringDeduplication -XX:ReservedCodeCacheSize=2048m -XX:hashCode=5
  136. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  137. FML: MCP 9.42 Powered by Forge 14.23.5.2768 77 mods loaded, 77 mods active
  138. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  139.  
  140. | State | ID | Version | Source | Signature |
  141. |:----- |:--------------------------------- |:------------------------ |:-------------------------------------------------------------- |:---------------------------------------- |
  142. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  143. | UC | mcp | 9.42 | minecraft.jar | None |
  144. | UC | FML | 8.0.99.99 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  145. | UC | forge | 14.23.5.2768 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  146. | UC | spongeapi | 7.1.0-4f54ce0d | spongeforge-1.12.2-2768-7.1.5-RC3506.jar | None |
  147. | UC | sponge | 1.12.2-7.1.5-SNAPSHOT | spongeforge-1.12.2-2768-7.1.5-RC3506.jar | None |
  148. | UC | spongeforge | 1.12.2-2768-7.1.5-RC3506 | spongeforge-1.12.2-2768-7.1.5-RC3506.jar | None |
  149. | UC | foamfixcore | 7.7.4 | minecraft.jar | None |
  150. | UC | ic2 | 2.8.101-ex112 | industrialcraft-2-2.8.101-ex112.jar | None |
  151. | UC | advanced_solar_panels | 4.2.0 | Advanced+Solar+Panels-4.2.0.jar | None |
  152. | UC | embers | 0.230 | embers-0.230.jar | None |
  153. | UC | aetherworks | 1.12.2-1.0.0.3 | AetherWorks-1.12.2-1.0.0.3.jar | None |
  154. | UC | psi | r1.1-59 | Psi-r1.1-59.jar | None |
  155. | UC | quark | r1.5-130 | Quark-r1.5-130.jar | None |
  156. | UC | autoreglib | 1.3-20 | AutoRegLib-1.3-20.jar | None |
  157. | UC | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  158. | UC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  159. | UC | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22.jar | None |
  160. | UC | brandonscore | 2.4.5 | BrandonsCore-1.12.2-2.4.5.176-universal.jar | None |
  161. | UC | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  162. | UC | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  163. | UC | draconicevolution | 2.3.15 | Draconic-Evolution-1.12.2-2.3.15.312-universal.jar | None |
  164. | U | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  165. | U | bitcoin | ${version} | bitcoin-1.12.2-1.1.0.jar | None |
  166. | U | crafttweaker | 4.1.11 | CraftTweaker2-1.12-4.1.11.jar | None |
  167. | U | mantle | 1.12-1.3.2.24 | Mantle-1.12-1.3.2.24.jar | None |
  168. | U | endercore | 1.12.2-0.5.41 | EnderCore-1.12.2-0.5.41.jar | None |
  169. | U | mtlib | 3.0.5 | MTLib-3.0.5.jar | None |
  170. | U | modtweaker | 4.0.13 | modtweaker-4.0.14.jar | None |
  171. | U | jei | 4.12.1.217 | jei_1.12.2-4.12.1.217.jar | None |
  172. | U | enderio | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  173. | U | enderiointegrationtic | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  174. | U | tconstruct | 1.12.2-2.10.1.87 | TConstruct-1.12.2-2.10.1.87.jar | None |
  175. | U | conarm | 1.2.0 | conarm-1.12.2-1.2.0.jar | None |
  176. | U | crafttweakerjei | 2.0.2 | CraftTweaker2-1.12-4.1.11.jar | None |
  177. | U | enderiobase | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  178. | U | enderioconduits | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  179. | U | enderioconduitsappliedenergistics | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  180. | U | refinedstorage | 1.6.5 | refinedstorage-1.6.5.jar | None |
  181. | U | enderioconduitsopencomputers | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  182. | U | enderioconduitsrefinedstorage | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  183. | U | forestry | 5.8.1.322 | forestry_1.12.2-5.8.1.322.jar | None |
  184. | U | enderiointegrationforestry | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  185. | U | enderiointegrationticlate | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  186. | U | enderiomachines | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  187. | U | enderiopowertools | 5.0.36 | EnderIO-1.12.2-5.0.36.jar | None |
  188. | U | energyconverters | 1.0.1.2 | energyconverters_1.12.1-1.0.1.2.jar | None |
  189. | U | eventhelper | 1.12.2-2.2 | EventHelper-1.12.2-2.2.jar | None |
  190. | U | extrautils2 | 1.0 | extrautils2-1.12-1.9.6.jar | None |
  191. | U | fastasyncworldedit | development | FastAsyncWorldEdit-sponge112-18.10.17-e26cdc6-1226-21.5.13.jar | None |
  192. | U | worldedit | | FastAsyncWorldEdit-sponge112-18.10.17-e26cdc6-1226-21.5.13.jar | None |
  193. | U | foamfix | 0.10.2-1.12.2 | foamfix-0.10.2-1.12.2.jar | None |
  194. | U | inventorypets | 1.5.3.1 | inventorypets-1.12-1.5.3.1.jar | None |
  195. | U | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
  196. | U | mirage | 1.3.5 | Mirage-1.3.5.jar | None |
  197. | U | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  198. | U | qoobworld_bonus | 0.1 | QoobWorldMod-1.0.jar | None |
  199. | U | qoobworld_shop | 0.1 | QoobWorldMod-1.0.jar | None |
  200. | U | theoneprobe | 1.4.24 | theoneprobe-1.12-1.4.24.jar | None |
  201. | U | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal.jar | None |
  202. | U | tinkertoolleveling | 1.12.2-1.0.5.DEV.30c7957 | TinkerToolLeveling-1.12.2-1.0.5.jar | None |
  203. | U | topaddons | 1.12.2-1.9.1 | topaddons-1.12.2-1.9.1.jar | None |
  204. | U | wanionlib | 1.12.2-1.5 | WanionLib-1.12.2-1.5.jar | None |
  205. | U | cmdcontrol | 1.2.0 | CmdControl-s7.1-v1.2.0.jar | None |
  206. | U | cmdscheduler | 1.1.1 | CmdScheduler-s7.1-v1.1.1.jar | None |
  207. | U | luckperms | 4.3.11 | LuckPerms-Sponge-4.3.11.jar | None |
  208. | U | totaleconomy | 1.8.1 | TotalEconomy-1.8.1.jar | None |
  209. | U | mmcrestrict | 1.6.0 | MMCRestrict-1.6.0-API-7.jar | None |
  210. | U | broadcast | 1.2.1 | Broadcast-1.2.1.jar | None |
  211. | U | holograms | 3.1.5 | holograms-3.1.5.jar | None |
  212. | U | catclearlag | 0.9.0 | CatClearLag-0.9.0.jar | None |
  213. | U | griefprevention | 4.3.0 | griefprevention-1.12.2-4.3.0.662.jar | None |
  214. | U | nucleus | 1.6.3-S7.1 | Nucleus-1.6.3-S7.1-MC1.12.2-plugin.jar | None |
  215. | U | ultimatechat | 1.8.8 | UltimateChat-1.8.8-b196-Universal.jar | None |
  216. | U | universalmarket | 1.0 | UniversalMarket-1.12.2-v1.2.1.jar | None |
  217. | U | immersiveengineering | 0.12-86 | ImmersiveEngineering-0.12-86.jar | None |
  218. | U | thebetweenlands | 3.3.13 | TheBetweenlands-3.3.13-server.jar | None |
  219.  
  220. Loaded coremods (and transformers):
  221. TheBetweenlandsLoadingPlugin (TheBetweenlands-3.3.13-core.jar)
  222. thebetweenlands.core.TheBetweenlandsClassTransformer
  223. EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar)
  224. com.enderio.core.common.transform.EnderCoreTransformer
  225. com.enderio.core.common.transform.SimpleMixinPatcher
  226. IELoadingPlugin (ImmersiveEngineering-core-0.12-86.jar)
  227. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  228. LoadingPlugin (Quark-r1.5-130.jar)
  229. vazkii.quark.base.asm.ClassTransformer
  230. 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.2-1.12.2.jar)
  231. pl.asie.foamfix.coremod.FoamFixTransformer
  232. SpongeCoremod (spongeforge-1.12.2-2768-7.1.5-RC3506.jar)
  233. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  234. Profiler Position: N/A (disabled)
  235. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  236. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement