Advertisement
ToiletSalesman1

Ex Nihilo: Creatio crash report

Apr 19th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.03 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. ForgelinPlugin (Forgelin-1.8.3.jar)
  5. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  6. 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.10-1.12.2.jar)
  7. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  8. Contact their authors BEFORE contacting forge
  9.  
  10. // Why is it breaking :(
  11.  
  12. Time: 4/19/20 10:06 PM
  13. Description: There was a severe problem during mod loading that has caused the game to fail
  14.  
  15. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Ex Nihilo Creatio (exnihilocreatio)
  16. Caused by: java.lang.NoClassDefFoundError: exnihilocreatio/registries/HammerRegistry
  17. at net.blay09.mods.excompressum.compat.exnihilocreatio.ExNihiloCreatioAddon.onRegistryReload(ExNihiloCreatioAddon.java:157)
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_497_ExNihiloCreatioAddon_onRegistryReload_RegistryReloadedEvent.invoke(.dynamic)
  19. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  20. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
  21. at exnihilocreatio.ExNihiloCreatio.loadConfigs(ExNihiloCreatio.java:148)
  22. at exnihilocreatio.proxy.CommonProxy.init(CommonProxy.java:80)
  23. at exnihilocreatio.proxy.ClientProxy.init(ClientProxy.java:89)
  24. at exnihilocreatio.ExNihiloCreatio.init(ExNihiloCreatio.java:111)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:498)
  29. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  30. at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:498)
  33. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  34. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  35. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  36. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  37. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  38. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  39. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  40. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  41. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  45. at java.lang.reflect.Method.invoke(Method.java:498)
  46. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  47. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  48. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  49. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  50. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  51. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  52. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  53. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  54. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  55. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  56. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  57. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  58. at net.minecraft.client.main.Main.main(SourceFile:123)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  62. at java.lang.reflect.Method.invoke(Method.java:498)
  63. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  64. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  65. Caused by: java.lang.ClassNotFoundException: exnihilocreatio.registries.HammerRegistry
  66. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  67. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  68. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  69. ... 48 more
  70. Caused by: java.lang.NullPointerException
  71.  
  72.  
  73. A detailed walkthrough of the error, its code path and all known details is as follows:
  74. ---------------------------------------------------------------------------------------
  75.  
  76. -- System Details --
  77. Details:
  78. Minecraft Version: 1.12.2
  79. Operating System: Mac OS X (x86_64) version 10.15.4
  80. Java Version: 1.8.0_74, Oracle Corporation
  81. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  82. Memory: 1264462504 bytes (1205 MB) / 2080374784 bytes (1984 MB) up to 2147483648 bytes (2048 MB)
  83. JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  84. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  85. FML: MCP 9.42 Powered by Forge 14.23.5.2847 61 mods loaded, 61 mods active
  86. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  87.  
  88. | State | ID | Version | Source | Signature |
  89. |:----- |:--------------------------------- |:---------------- |:-------------------------------------------------- |:---------------------------------------- |
  90. | LCHI | minecraft | 1.12.2 | minecraft.jar | None |
  91. | LCHI | mcp | 9.42 | minecraft.jar | None |
  92. | LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None |
  93. | LCHI | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None |
  94. | LCHI | foamfixcore | 7.7.4 | minecraft.jar | None |
  95. | LCHI | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
  96. | LCHI | actuallyadditions | 1.12.2-r151 | ActuallyAdditions-1.12.2-r151-2.jar | None |
  97. | LCHI | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None |
  98. | LCHI | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  99. | LCHI | betterbuilderswands | 0.13.2 | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar | None |
  100. | LCHI | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  101. | LCHI | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
  102. | LCHI | brandonscore | 2.4.18 | BrandonsCore-1.12.2-2.4.18.210-universal.jar | None |
  103. | LCHI | chancecubes | 1.12.2-5.0.2.345 | ChanceCubes-1.12.2-5.0.2.345.jar | None |
  104. | LCHI | chickens | 6.1.0 | chickens-6.1.0.jar | None |
  105. | LCHI | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
  106. | LCHI | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
  107. | LCHI | draconicevolution | 2.3.25 | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None |
  108. | LCHI | endercore | 1.12.2-0.5.73 | EnderCore-1.12.2-0.5.73.jar | None |
  109. | LCHI | endercrop | 1.12.2-1.6.0 | endercrop-1.12.2-1.6.0.jar | None |
  110. | LCHI | enderio | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  111. | LCHI | enderiointegrationtic | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  112. | LCHI | enderiobase | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  113. | LCHI | enderioconduits | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  114. | LCHI | enderioconduitsappliedenergistics | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  115. | LCHI | enderioconduitsopencomputers | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  116. | LCHI | refinedstorage | 1.6.15 | refinedstorage-1.6.15.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  117. | LCHI | enderioconduitsrefinedstorage | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  118. | LCHI | enderiointegrationforestry | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  119. | LCHI | enderiointegrationticlate | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  120. | LCHI | enderiomachines | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  121. | LCHI | enderiopowertools | 5.1.55 | EnderIO-1.12.2-5.1.55.jar | None |
  122. | LCHI | enderstorage | 2.4.6.137 | EnderStorage-1.12.2-2.4.6.137-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  123. | LCHI | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
  124. | LCHE | exnihilocreatio | 1.12.2-0.4.7.2 | exnihilocreatio-1.12.2-0.4.7.2.jar | None |
  125. | LCH | excompressum | 3.0.22 | ExCompressum_1.12.2-3.0.22.jar | None |
  126. | LCH | extrautils2 | 1.0 | extrautils2-1.12-1.7.6.jar | None |
  127. | LCH | zerocore | 1.12.2-0.1.2.8 | zerocore-1.12.2-0.1.2.8.jar | None |
  128. | LCH | bigreactors | 1.12.2-0.4.5.67 | ExtremeReactors-1.12.2-0.4.5.67.jar | None |
  129. | LCH | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
  130. | LCH | fluxnetworks | 4.0.14 | fluxnetworks-1.12.2-4.0.14-31.jar | None |
  131. | LCH | foamfix | 0.10.10-1.12.2 | foamfix-0.10.10-1.12.2.jar | None |
  132. | LCH | llibrary | 1.7.19 | llibrary-1.7.19-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  133. | LCH | fossil | 8.0.3 | fossilsarcheology-8.0.3.jar | None |
  134. | LCH | gravestone | 1.10.2 | gravestone-1.10.2.jar | None |
  135. | LCH | hatchery | 2.2.2 | hatchery-1.12.2-2.2.2.jar | None |
  136. | LCH | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  137. | LCH | journeymap | 1.12.2-5.7.0 | journeymap-1.12.2-5.7.0.jar | None |
  138. | LCH | lootbags | 2.5.6 | LootBags-1.12.2-2.5.6.jar | None |
  139. | LCH | mob_grinding_utils | 0.3.6 | MobGrindingUtils-0.3.6.jar | None |
  140. | LCH | morechickens | 3.1.0 | morechickens-1.12.2-3.1.0.jar | None |
  141. | LCH | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
  142. | LCH | mysticalagriculture | 1.7.5 | MysticalAgriculture-1.12.2-1.7.5.jar | None |
  143. | LCH | mysticalagradditions | 1.3.2 | MysticalAgradditions-1.12.2-1.3.2.jar | None |
  144. | LCH | neat | 1.4-17 | Neat+1.4-17.jar | None |
  145. | LCH | oreexcavation | 1.4.119 | OreExcavation-1.4.119.jar | None |
  146. | LCH | simplyjetpacks | 2.2.14.67 | SimplyJetpacks2-1.12.2-2.2.14.67.jar | None |
  147. | LCH | solarflux | 12.3.8 | SolarFluxReborn_1.12.2-12.3.8.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
  148. | LCH | tp | 3.2.34 | tinyprogressions-1.12.2-3.3.34-Release.jar | None |
  149. | LCH | torchmaster | 1.8.1.81 | torchmaster_1.12.2-1.8.1.81.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
  150. | LCH | wawla | 2.6.275 | Wawla-1.12.2-2.6.275.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  151.  
  152. Loaded coremods (and transformers):
  153. ForgelinPlugin (Forgelin-1.8.3.jar)
  154.  
  155. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  156. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  157. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  158. 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.10-1.12.2.jar)
  159. pl.asie.foamfix.coremod.FoamFixTransformer
  160. EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  161. com.enderio.core.common.transform.EnderCoreTransformer
  162. com.enderio.core.common.transform.SimpleMixinPatcher
  163. GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-14.5.22' Renderer: 'Intel(R) HD Graphics 6000'
  164. Ender IO: No known problems detected.
  165.  
  166. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  167. !!!You are looking at the diagnostics information, not at the crash. !!!
  168. !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
  169. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement