Advertisement
BAT54

crash-2020-03-07_15.13.55-server.txt

Mar 7th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  5. TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  6. SpongeCoremod (aaaspongeforge-1.12.2-2838-7.1.10.jar)
  7. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  8. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.244.jar)
  9. Contact their authors BEFORE contacting forge
  10.  
  11. // Don't be sad, have a hug! <3
  12.  
  13. Time: 07/03/20 15:13
  14. Description: Exception in server tick loop
  15.  
  16. net.minecraftforge.fml.common.LoaderException: ic2 Failed load class: ic2.core.IC2
  17. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:544)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21. at java.lang.reflect.Method.invoke(Unknown Source)
  22. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  23. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  24. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  25. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  26. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  27. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  28. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  29. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  30. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  34. at java.lang.reflect.Method.invoke(Unknown Source)
  35. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  36. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  37. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  38. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  39. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  40. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  42. at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
  43. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  44. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  45. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
  46. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  47. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  48. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  49. at java.lang.Thread.run(Unknown Source)
  50. Caused by: java.lang.ClassNotFoundException: ic2.core.IC2
  51. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  52. at java.lang.ClassLoader.loadClass(Unknown Source)
  53. at java.lang.ClassLoader.loadClass(Unknown Source)
  54. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75)
  55. at java.lang.Class.forName0(Native Method)
  56. at java.lang.Class.forName(Unknown Source)
  57. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
  58. ... 32 more
  59. Caused by: java.lang.OutOfMemoryError: Java heap space
  60.  
  61.  
  62. A detailed walkthrough of the error, its code path and all known details is as follows:
  63. ---------------------------------------------------------------------------------------
  64.  
  65. -- Head --
  66. Thread: Server thread
  67. Stacktrace:
  68. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:544)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  72. at java.lang.reflect.Method.invoke(Unknown Source)
  73. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  74. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  75. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  76. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  77. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  78. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  79. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  80. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  81. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  82. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  85. at java.lang.reflect.Method.invoke(Unknown Source)
  86. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  87. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  88. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  89. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  90. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  91. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  92. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  93. at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
  94. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  95. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  96.  
  97. -- Sponge PhaseTracker --
  98. Details:
  99. Phase Stack: [Empty stack]
  100. Stacktrace:
  101. at net.minecraft.server.MinecraftServer.handler$zje000$onCrashReport(MinecraftServer.java:4718)
  102. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
  103. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
  104. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
  105. at java.lang.Thread.run(Unknown Source)
  106.  
  107. -- System Details --
  108. Details:
  109. Minecraft Version: 1.12.2
  110. Operating System: Windows 10 (x86) version 10.0
  111. Java Version: 1.8.0_241, Oracle Corporation
  112. Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
  113. Memory: 1112824 bytes (1 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)
  114. JVM Flags: 0 total;
  115. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  116. FML: MCP 9.42 Powered by Forge 14.23.5.2847 51 mods loaded, 51 mods active
  117. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  118.  
  119. Mods:
  120.  
  121. | State | ID | Version | Source | Signature |
  122. |:----- |:--------------------- |:------------------------ |:----------------------------------------------- |:--------- |
  123. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  124. | LC | mcp | 9.42 | minecraft.jar | None |
  125. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  126. | LC | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847-universal.jar | None |
  127. | LC | micdoodlecore | | minecraft.jar | None |
  128. | LC | spongeapi | 7.1.0-5ef8b0e3 | aaaspongeforge-1.12.2-2838-7.1.10.jar | None |
  129. | LC | sponge | 1.12.2-7.1.10 | aaaspongeforge-1.12.2-2838-7.1.10.jar | None |
  130. | LC | spongeforge | 1.12.2-2838-7.1.10 | aaaspongeforge-1.12.2-2838-7.1.10.jar | None |
  131. | LC | opencomputers|core | 1.7.5.192 | minecraft.jar | None |
  132. | LE | ic2 | 2.8.186-ex112 | Industrial-Craft-2-Mod-Experimental-1.12.2.jar | None |
  133. | L | advanced_solar_panels | 4.3.0 | Advanced+Solar+Panels-4.3.0.jar | None |
  134. | L | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  135. | L | bibliocraft | 2.4.5 | BiblioCraft-Mod-1.12.2.jar | None |
  136. | L | jei | 4.15.0.283 | just enough items_1.12.2-4.15.0.283.jar | None |
  137. | L | botania | r1.10-360 | Botania-Mod-1.12.2.jar | None |
  138. | L | buildcraftlib | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
  139. | L | buildcraftcore | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
  140. | L | buildcraftbuilders | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
  141. | L | buildcrafttransport | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
  142. | L | buildcraftsilicon | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
  143. | L | buildcraftcompat | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
  144. | L | buildcraftenergy | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
  145. | L | buildcraftfactory | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
  146. | L | buildcraftrobotics | 7.99.24.1 | BuildCraft-Mod-1.12.2.jar | None |
  147. | L | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
  148. | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
  149. | L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
  150. | L | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  151. | L | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | None |
  152. | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  153. | L | twilightforest | 3.10.1013 | twilightforest-1.12.2-3.10.1013-universal.jar | None |
  154. | L | tconstruct | 1.12.2-2.12.0.115 | Tinkers-Construct-Mod-1.12.2.jar | None |
  155. | L | galacticraftcore | 4.0.2.244 | GalacticraftCore-1.12.2-4.0.2.244.jar | None |
  156. | L | galacticraftplanets | 4.0.2.244 | Galacticraft-Planets-1.12.2-4.0.2.244.jar | None |
  157. | L | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | None |
  158. | L | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | None |
  159. | L | ironchest | 1.12.2-7.0.67.844 | Iron-Chests-Mod-1.12.2.jar | None |
  160. | L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  161. | L | mekanism | 1.12.2-9.8.3.390 | Mekanism-1.12.2-9.8.3.390.jar | None |
  162. | L | numina | 1.12.2-1.0.36 | Numina-Mod-1.12.2.jar | None |
  163. | L | powersuits | 1.12.2-1.0.39 | Modular-Powersuits-Mod-1.12.2.jar | None |
  164. | L | morph | 7.1.3 | Morph-1.12.2-7.1.3.jar | None |
  165. | L | opencomputers | 1.7.5.192 | OpenComputers-MC1.12.2-1.7.5.192.jar | None |
  166. | L | rftools | 7.73 | rftools-1.12-7.73.jar | None |
  167. | L | rftoolscontrol | 2.0.2 | rftoolsctrl-1.12-2.0.2.jar | None |
  168. | L | rftoolsdim | 5.71 | rftoolsdim-1.12-5.71.jar | None |
  169. | L | sgcraft | 2.0.3 | SGCraft-2.0.3.jar | None |
  170. | L | storagedrawers | 1.12.2-5.4.0 | Storage-Drawers-Mod-1.12.2.jar | None |
  171. | L | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | None |
  172. | L | thermalexpansion | 5.5.4 | Thermal-Expansion-Mod-1.12.2.jar | None |
  173. | L | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | None |
  174.  
  175.  
  176. Plugins:
  177.  
  178. | State | ID | Version | Source | Signature |
  179. |:----- |:-- |:------- |:------ |:--------- |
  180.  
  181. Loaded coremods (and transformers):
  182. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  183. invtweaks.forge.asm.ContainerTransformer
  184. TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
  185. li.cil.oc.common.asm.ClassTransformer
  186. SpongeCoremod (aaaspongeforge-1.12.2-2838-7.1.10.jar)
  187. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  188. MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  189. mekanism.coremod.KeybindingMigrationHelper
  190. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.244.jar)
  191. micdoodle8.mods.miccore.MicdoodleTransformer
  192. Profiler Position: N/A (disabled)
  193. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  194. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement