Advertisement
Guest User

crash-2019-10-18_14.26.13-client

a guest
Oct 18th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  5. CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  6. ForgelinPlugin (Forgelin-1.8.4.jar)
  7. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  8. EnderCorePlugin (EnderCore-1.12.2-0.5.72-core.jar)
  9. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // Shall we play a game?
  13.  
  14. Time: 10/18/19 2:26 PM
  15. Description: Initializing game
  16.  
  17. java.lang.NoClassDefFoundError: ic2/core/block/ITeBlock
  18. at java.lang.Class.forName0(Native Method)
  19. at java.lang.Class.forName(Class.java:348)
  20. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:497)
  25. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  26. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  27. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  28. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  29. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  30. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  32. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  33. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:497)
  38. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  39. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  40. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  41. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  42. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  43. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  45. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  46. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  47. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  48. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  49. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  50. at net.minecraft.client.main.Main.main(SourceFile:123)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  54. at java.lang.reflect.Method.invoke(Method.java:497)
  55. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  56. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  57. Caused by: java.lang.ClassNotFoundException: ic2.core.block.ITeBlock
  58. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  59. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  61. ... 39 more
  62. Caused by: java.lang.NullPointerException
  63.  
  64.  
  65. A detailed walkthrough of the error, its code path and all known details is as follows:
  66. ---------------------------------------------------------------------------------------
  67.  
  68. -- Head --
  69. Thread: Client thread
  70. Stacktrace:
  71. at java.lang.Class.forName0(Native Method)
  72. at java.lang.Class.forName(Class.java:348)
  73. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:497)
  78. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  79. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  80. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  81. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  82. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  83. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  84. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  85. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  86. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  90. at java.lang.reflect.Method.invoke(Method.java:497)
  91. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  92. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  93. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  94. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  95. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  96. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  97. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  98. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  99. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
  100. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
  101. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  102.  
  103. -- Initialization --
  104. Details:
  105. Stacktrace:
  106. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  107. at net.minecraft.client.main.Main.main(SourceFile:123)
  108. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  111. at java.lang.reflect.Method.invoke(Method.java:497)
  112. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  113. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  114.  
  115. -- System Details --
  116. Details:
  117. Minecraft Version: 1.12.2
  118. Operating System: Windows 10 (amd64) version 10.0
  119. Java Version: 1.8.0_51, Oracle Corporation
  120. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  121. Memory: 313593032 bytes (299 MB) / 939524096 bytes (896 MB) up to 4294967296 bytes (4096 MB)
  122. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  123. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  124. FML: MCP 9.42 Powered by Forge 14.23.5.2847 67 mods loaded, 67 mods active
  125. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  126.  
  127. | State | ID | Version | Source | Signature |
  128. |:----- |:--------------------------------- |:----------------- |:-------------------------------------------------- |:--------- |
  129. | LC | minecraft | 1.12.2 | minecraft.jar | None |
  130. | LC | mcp | 9.42 | minecraft.jar | None |
  131. | LC | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
  132. | LC | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
  133. | LC | ic2 | 2.8.1001 | IC2Classic+1.12-1.5.4.5.jar | None |
  134. | L | advanced_machines | 61.0.1 | Advanced+Machines-61.0.1.jar | None |
  135. | L | ctm | MC1.12.2-1.0.0.29 | CTM-MC1.12.2-1.0.0.29.jar | None |
  136. | L | appliedenergistics2 | rv6-stable-7 | appliedenergistics2-rv6-stable-7.jar | None |
  137. | L | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None |
  138. | L | aroma1997core | 2.0.0.2 | Aroma1997Core-1.12.2-2.0.0.2.jar | None |
  139. | L | aroma1997sdimension | 2.0.0.2 | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar | None |
  140. | L | betteragriculture | 1.2.3 | betteragriculture-1.12.2-1.2.3.jar | None |
  141. | L | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
  142. | L | bonsaitrees | 1.1.3 | bonsaitrees-1.1.3-b156.jar | None |
  143. | L | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | None |
  144. | L | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | None |
  145. | L | brandonscore | 2.4.17 | BrandonsCore-1.12.2-2.4.17.208-universal.jar | None |
  146. | L | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  147. | L | chisel | MC1.12.2-1.0.0.42 | Chisel-MC1.12.2-1.0.0.42.jar | None |
  148. | L | cofhcore | 4.6.3 | CoFHCore-1.12.2-4.6.3.27-universal.jar | None |
  149. | L | cofhworld | 1.3.1 | CoFHWorld-1.12.2-1.3.1.7-universal.jar | None |
  150. | L | cookingforblockheads | 6.4.71 | CookingForBlockheads_1.12.2-6.4.71.jar | None |
  151. | L | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  152. | L | endercore | 1.12.2-0.5.72 | EnderCore-1.12.2-0.5.72.jar | None |
  153. | L | thermalfoundation | 2.6.3 | ThermalFoundation-1.12.2-2.6.3.27-universal.jar | None |
  154. | L | draconicevolution | 2.3.24 | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None |
  155. | L | thermalexpansion | 5.5.4 | ThermalExpansion-1.12.2-5.5.4.43-universal.jar | None |
  156. | L | enderio | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  157. | L | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
  158. | L | enderiointegrationtic | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  159. | L | twilightforest | 3.9.984 | twilightforest-1.12.2-3.9.984-universal.jar | None |
  160. | L | tconstruct | 1.12.2-2.12.0.157 | TConstruct-1.12.2-2.12.0.157.jar | None |
  161. | L | p455w0rdslib | 2.2.156 | p455w0rdslib-1.12.2-2.2.156.jar | None |
  162. | L | danknull | 1.6.80 | DankNull-1.12.2-1.6.80.jar | None |
  163. | L | doggytalents | 1.15.1.4 | DoggyTalents-1.12.2-1.15.1.4-universal.jar | None |
  164. | L | dragonmounts | 1.12.2-1.6.3 | DragonMounts2-1.12.2-1.6.3.jar | None |
  165. | L | enderiobase | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  166. | L | enderioconduits | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  167. | L | enderioconduitsappliedenergistics | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  168. | L | enderioconduitsopencomputers | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  169. | L | enderioconduitsrefinedstorage | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  170. | L | enderiointegrationforestry | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  171. | L | enderiointegrationticlate | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  172. | L | enderiomachines | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  173. | L | enderiopowertools | 5.1.52 | EnderIO-1.12.2-5.1.52.jar | None |
  174. | L | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | None |
  175. | L | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
  176. | L | farmingforblockheads | 3.1.28 | FarmingForBlockheads_1.12.2-3.1.28.jar | None |
  177. | L | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
  178. | L | ic2-classic-spmod | 0.0.0.0 | IC2Classic+1.12-1.5.4.5.jar | None |
  179. | L | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | None |
  180. | L | teslacorelib | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  181. | L | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.12.13-237.jar | None |
  182. | L | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  183. | L | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
  184. | L | mcjtylib_ng | 3.5.4 | mcjtylib-1.12-3.5.4.jar | None |
  185. | L | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  186. | L | oreexcavation | 1.4.143 | OreExcavation-1.4.143.jar | None |
  187. | L | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zf.jar | None |
  188. | L | portalgun | 7.1.0 | PortalGun-1.12.2-7.1.0.jar | None |
  189. | L | rftools | 7.72 | rftools-1.12-7.72.jar | None |
  190. | L | thermalcultivation | 0.3.3 | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | None |
  191. | L | thermaldynamics | 2.5.5 | ThermalDynamics-1.12.2-2.5.5.21-universal.jar | None |
  192. | L | thermalinnovation | 0.3.3 | ThermalInnovation-1.12.2-0.3.3.12-universal.jar | None |
  193. | L | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | None |
  194. | L | jurassicraft | 2.1.23 | JurassiCraft-1.12.2-2.1.23.jar | None |
  195. | L | teslacorelib_registries | 1.0.15 | tesla-core-lib-1.12.2-1.0.15.jar | None |
  196.  
  197. Loaded coremods (and transformers):
  198. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  199. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  200. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  201. CTMCorePlugin (CTM-MC1.12.2-1.0.0.29.jar)
  202. team.chisel.ctm.client.asm.CTMTransformer
  203. ForgelinPlugin (Forgelin-1.8.4.jar)
  204.  
  205. CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  206.  
  207. EnderCorePlugin (EnderCore-1.12.2-0.5.72-core.jar)
  208. com.enderio.core.common.transform.EnderCoreTransformer
  209. com.enderio.core.common.transform.SimpleMixinPatcher
  210. p455w0rdc0re (p455w0rdslib-1.12.2-2.2.156.jar)
  211. p455w0rdslib.asm.ClassTransformer
  212. GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 25.20.100.6576' Renderer: 'Intel(R) HD Graphics 620'
  213. Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
  214. LWJGL: 2.9.4
  215. OpenGL: Intel(R) HD Graphics 620 GL version 4.5.0 - Build 25.20.100.6576, Intel
  216. GL Caps: Using GL 1.3 multitexturing.
  217. Using GL 1.3 texture combiners.
  218. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  219. Shaders are available because OpenGL 2.1 is supported.
  220. VBOs are available because OpenGL 1.5 is supported.
  221.  
  222. Using VBOs: Yes
  223. Is Modded: Definitely; Client brand changed to 'fml,forge'
  224. Type: Client (map_client.txt)
  225. Resource Packs: vanilla
  226. Current Language: English (US)
  227. Profiler Position: N/A (disabled)
  228. CPU: 4x Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement