Advertisement
KarinaSnow

Untitled

May 23rd, 2021
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.75 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. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  6. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  7. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar)
  8. Quark Plugin (Quark-r1.6-179.jar)
  9. iceandfire (iceandfire-1.9.1-1.12.2.jar)
  10. LoadingPlugin (BetterWithLib-1.12-1.5.jar)
  11. Contact their authors BEFORE contacting forge
  12.  
  13. // You're mean.
  14.  
  15. Time: 5/23/21 2:44 PM
  16. Description: There was a severe problem during mod loading that has caused the game to fail
  17.  
  18. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Better With Mods (betterwithmods)
  19. Caused by: java.lang.NullPointerException
  20. at betterwithmods.module.compat.immersiveengineering.ImmersiveEngineering.init(ImmersiveEngineering.java:25)
  21. at betterwithmods.module.Module.lambda$init$3(Module.java:150)
  22. at java.util.ArrayList.forEach(Unknown Source)
  23. at betterwithmods.module.Module.forEachEnabled(Module.java:212)
  24. at betterwithmods.module.Module.init(Module.java:150)
  25. at betterwithmods.module.CompatModule.init(CompatModule.java:52)
  26. at betterwithmods.module.ModuleLoader.lambda$init$3(ModuleLoader.java:79)
  27. at java.util.ArrayList.forEach(Unknown Source)
  28. at betterwithmods.module.ModuleLoader.forEachEnabled(ModuleLoader.java:209)
  29. at betterwithmods.module.ModuleLoader.init(ModuleLoader.java:79)
  30. at betterwithmods.BWMod.init(BWMod.java:62)
  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 net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  36. at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  38. at java.lang.reflect.Method.invoke(Unknown Source)
  39. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  40. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  41. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  42. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  43. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  44. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  45. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  46. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  47. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  51. at java.lang.reflect.Method.invoke(Unknown Source)
  52. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  53. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  54. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  55. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  56. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  57. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  58. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  59. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  60. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  61. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  62. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  63. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  64. at net.minecraft.client.main.Main.main(SourceFile:123)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  68. at java.lang.reflect.Method.invoke(Unknown Source)
  69. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  70. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  74. at java.lang.reflect.Method.invoke(Unknown Source)
  75. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  76. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  77. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  78. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  79.  
  80.  
  81. A detailed walkthrough of the error, its code path and all known details is as follows:
  82. ---------------------------------------------------------------------------------------
  83.  
  84. -- System Details --
  85. Details:
  86. Minecraft Version: 1.12.2
  87. Operating System: Windows 10 (amd64) version 10.0
  88. Java Version: 1.8.0_281, Oracle Corporation
  89. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  90. Memory: 7234911176 bytes (6899 MB) / 8538030080 bytes (8142 MB) up to 8538030080 bytes (8142 MB)
  91. JVM Flags: 7 total; -XX:+UseParallelGC -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=3 -Xmn256M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8192m -Xmx8192m
  92. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  93. FML: MCP 9.42 Powered by Forge 14.23.5.2854 47 mods loaded, 47 mods active
  94. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  95.  
  96. | State | ID | Version | Source | Signature |
  97. |:----- |:------------------------ |:------------------- |:-------------------------------------------------- |:---------------------------------------- |
  98. | LCHI | minecraft | 1.12.2 | minecraft.jar | None |
  99. | LCHI | mcp | 9.42 | minecraft.jar | None |
  100. | LCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  101. | LCHI | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  102. | LCHI | codechickenlib | 3.2.3.358 | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  103. | LCHI | ancientwarfare | 1.12.2-2.7.0.1027 | ancientwarfare-1.12.2-2.7.0.1027.jar | None |
  104. | LCHI | ancientwarfareautomation | 1.12.2-2.7.0.1027 | ancientwarfare-1.12.2-2.7.0.1027.jar | None |
  105. | LCHI | ancientwarfarenpc | 1.12.2-2.7.0.1027 | ancientwarfare-1.12.2-2.7.0.1027.jar | None |
  106. | LCHI | ancientwarfarestructure | 1.12.2-2.7.0.1027 | ancientwarfare-1.12.2-2.7.0.1027.jar | None |
  107. | LCHI | ancientwarfarevehicle | 1.12.2-2.7.0.1027 | ancientwarfare-1.12.2-2.7.0.1027.jar | None |
  108. | LCHI | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
  109. | LCHI | craftstudioapi | 1.0.0 | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar | None |
  110. | LCHI | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zg.jar | None |
  111. | LCHI | animania | 2.0.2.26 | animania-1.12.2-base-2.0.2.26.jar | None |
  112. | LCHI | antiqueatlas | 4.6.3 | antiqueatlas-1.12.2-4.6.3.jar | None |
  113. | LCHI | antiqueatlasoverlay | 1.2 | antiqueatlas-1.12.2-4.6.3.jar | None |
  114. | LCHI | aquaculture | 1.6.8 | Aquaculture-1.12.2-1.6.8.jar | None |
  115. | LCHI | jei | 4.15.0.296 | jei_1.12.2-4.15.0.296.jar | None |
  116. | LCHI | quark | r1.6-179 | Quark-r1.6-179.jar | None |
  117. | LCHI | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
  118. | LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  119. | LCHI | betterwithlib | ${version} | BetterWithLib-1.12-1.5.jar | None |
  120. | LCHI | immersiveengineering | 0.12-98 | ImmersiveEngineering-0.12-98.jar | None |
  121. | LCHE | betterwithmods | 1.12-2.3.24 | BetterWithMods-1.12-2.3.24.jar | None |
  122. | LCH | bookworm | 1.12.2-2.5.2.1 | bookworm-1.12.2-2.5.2.1.jar | None |
  123. | LCH | customspawner | 3.11.4 | CustomMobSpawner-3.11.5.jar | None |
  124. | LCH | mocreatures | 12.0.5 | DrZharks+MoCreatures+Mod-12.0.5.jar | None |
  125. | LCH | ebwizardry | 4.3.4 | ElectroblobsWizardry-4.3.4-MC1.12.2.jar | None |
  126. | LCH | grimoireofgaia | 1.7.2 | GrimoireOfGaia3-1.12.2-1.7.2.jar | None |
  127. | LCH | llibrary | 1.7.20 | llibrary-1.7.20-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  128. | LCH | iceandfire | 1.9.1 | iceandfire-1.9.1-1.12.2.jar | None |
  129. | LCH | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
  130. | LCH | brewcraft | 1.12.2-1.0.2 | Pam's+BrewCraft+1.12.2-1.0.2.jar | None |
  131. | LCH | jebc | 1.0.2 | just-enough-brewcraft-1.12.2-1.0.2.jar | None |
  132. | LCH | jehc | 1.7.2 | just-enough-harvestcraft-1.12.2-1.7.2.jar | None |
  133. | LCH | jeid | 1.0.3-55 | JustEnoughIDs-1.0.3-55.jar | None |
  134. | LCH | lycanitesmobs | 2.0.7.2 - MC 1.12.2 | lycanitesmobs-1.12.2-2.0.7.2.jar | None |
  135. | LCH | mowziesmobs | 1.5.8 | mowziesmobs-1.5.8.jar | None |
  136. | LCH | quarkoddities | 1 | QuarkOddities-1.12.2.jar | None |
  137. | LCH | rustic | 1.1.7 | rustic-1.1.7.jar | None |
  138. | LCH | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
  139. | LCH | spartanweaponry | beta 1.3.8 | SpartanWeaponry-1.12.2-beta-1.3.8.jar | None |
  140. | LCH | spartanfire | 0.08 | spartanfire-0.08.jar | None |
  141. | LCH | spartanshields | 1.5.4 | SpartanShields-1.12.2-1.5.4.jar | None |
  142. | LCH | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
  143. | LCH | zawa | 1.12.2-2.1.0 | zawa-1.12.2-2.1.0.jar | 3ee471ded1bba54aa82f4f5ca5ca82dd67b8ef42 |
  144. | LCH | gogredux | 1.0.0 | gogredux-1.12.2-1.0.0.jar | None |
  145.  
  146. Loaded coremods (and transformers):
  147. llibrary (llibrary-core-1.0.11-1.12.2.jar)
  148. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  149. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  150. IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  151. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  152. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  153. sereneseasons.asm.transformer.EntityRendererTransformer
  154. sereneseasons.asm.transformer.WorldTransformer
  155. JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-55.jar)
  156. org.dimdev.jeid.JEIDTransformer
  157. Quark Plugin (Quark-r1.6-179.jar)
  158. vazkii.quark.base.asm.ClassTransformer
  159. iceandfire (iceandfire-1.9.1-1.12.2.jar)
  160. com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
  161. LoadingPlugin (BetterWithLib-1.12-1.5.jar)
  162. betterwithmods.library.core.ClassTransformer
  163. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 457.30' Renderer: 'GeForce GTX 1080/PCIe/SSE2'
  164. [14:44:33] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# E:\mmc-stable-win32\MultiMC\instances\1.12.2\.minecraft\crash-reports\crash-2021-05-23_14.44.33-client.txt
  165. AL lib: (EE) alc_cleanup: 1 device not closed
  166. Process exited with code -1.
  167.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement