Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.28 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. 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.5-1.12.2.jar)
  5. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  6. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.17-universal.jar)
  7. AppleCore (AppleCore-1.12.2.jar)
  8. ForgelinPlugin (Forgelin-1.8.3.jar)
  9. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  10. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  11. BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  12. ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
  13. IELoadingPlugin (ImmersiveEngineering-core-0.12-91.jar)
  14. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  15. CoreModLoader (Sound-Physics-1.12.2.jar)
  16. LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  17. Contact their authors BEFORE contacting forge
  18.  
  19. // There are four lights!
  20.  
  21. Time: 9/20/19 10:24 AM
  22. Description: There was a severe problem during mod loading that has caused the game to fail
  23.  
  24. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Immersive Engineering (immersiveengineering)
  25. Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/village/MerchantTradeOffersEvent
  26. at java.lang.Class.getDeclaredMethods0(Native Method)
  27. at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
  28. at java.lang.Class.privateGetPublicMethods(Class.java:2902)
  29. at java.lang.Class.getMethods(Class.java:1615)
  30. at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82)
  31. at blusunrize.immersiveengineering.ImmersiveEngineering.init(ImmersiveEngineering.java:109)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:497)
  36. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  37. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:497)
  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.sendEventToModContainer(LoadController.java:218)
  48. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. at java.lang.reflect.Method.invoke(Method.java:497)
  53. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  54. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  55. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  56. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  57. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  58. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  59. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  60. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  61. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:744)
  62. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  63. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
  64. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  65. at net.minecraft.client.main.Main.main(SourceFile:123)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  69. at java.lang.reflect.Method.invoke(Method.java:497)
  70. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  71. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  72. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.village.MerchantTradeOffersEvent
  73. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  74. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  75. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  76. ... 46 more
  77. Caused by: java.lang.NullPointerException
  78. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  79. ... 48 more
  80.  
  81.  
  82. A detailed walkthrough of the error, its code path and all known details is as follows:
  83. ---------------------------------------------------------------------------------------
  84.  
  85. -- System Details --
  86. Details:
  87. Minecraft Version: 1.12.2
  88. Operating System: Windows 10 (amd64) version 10.0
  89. Java Version: 1.8.0_51, Oracle Corporation
  90. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  91. Memory: 2067751584 bytes (1971 MB) / 5066719232 bytes (4832 MB) up to 8589934592 bytes (8192 MB)
  92. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  93. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  94. FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E3 68 mods loaded, 68 mods active
  95. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  96.  
  97. | State | ID | Version | Source | Signature |
  98. |:----- |:------------------------- |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
  99. | UCHI | minecraft | 1.12.2 | minecraft.jar | None |
  100. | UCHI | mcp | 9.42 | minecraft.jar | None |
  101. | UCHI | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  102. | UCHI | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  103. | UCHI | creativecoredummy | 1.0.0 | minecraft.jar | None |
  104. | UCHI | itemphysic | 1.4.0 | minecraft.jar | None |
  105. | UCHI | foamfixcore | 7.7.4 | minecraft.jar | None |
  106. | UCHI | dsurroundcore | 3.5.4.3 | minecraft.jar | None |
  107. | UCHI | applecore | 3.2.0 | AppleCore-1.12.2.jar | None |
  108. | UCHI | architecturecraft | @VERSION@ | architecturecraft-1.12-3.98.jar | None |
  109. | UCHI | autoplant | 1.12-1.0.0 | autoplant-1.12-1.0.0.jar | None |
  110. | UCHI | forgelin | 1.8.3 | Forgelin-1.8.3.jar | None |
  111. | UCHI | betterfoliage | 2.2.0 | BetterFoliage-MC1.12-2.2.0.jar | None |
  112. | UCHI | jei | 4.15.0.268 | jei_1.12.2-4.15.0.268.jar | None |
  113. | UCHI | betterstorage | 3.0.0.2 | BetterStorageToo-1.12.2-3.0.0.2.jar | None |
  114. | UCHI | biomesoplenty | 7.0.1.2427 | BiomesOPlenty-1.12.2-7.0.1.2427-universal.jar | None |
  115. | UCHI | buildcraftlib | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  116. | UCHI | buildcraftcore | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  117. | UCHI | buildcraftbuilders | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  118. | UCHI | buildcrafttransport | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  119. | UCHI | buildcraftsilicon | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  120. | UCHI | buildcraftcompat | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  121. | UCHI | buildcraftenergy | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  122. | UCHI | buildcraftfactory | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  123. | UCHI | buildcraftrobotics | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  124. | UCHI | cfm | 6.3.0 | cfm-6.3.0-mc1.12.2.jar | None |
  125. | UCHI | chesttransporter | 2.8.8 | ChestTransporter-1.12.2-2.8.8.jar | None |
  126. | UCHI | chunkanimator | 1.2 | ChunkAnimator-MC1.12-1.2.jar | None |
  127. | UCHI | codechickenlib | 3.2.3.357 | CodeChickenLib-1.12.2-3.2.3.357-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  128. | UCHI | containerfix | 1.0 | ContainerFix+MC1.12.2+v1.0.jar | None |
  129. | UCHI | creativecore | 1.9.9 | CreativeCore_v1.9.62_mc1.12.2.jar | None |
  130. | UCHI | customnpcs | 1.12 | CustomNPCs_1.12.2(30Jan19).jar | None |
  131. | UCHI | fbp | 2.4.1 | FancyBlockParticles-1.12.x-2.4.1.jar | None |
  132. | UCHI | foamfix | 0.10.5-1.12.2 | foamfix-0.10.5-1.12.2.jar | None |
  133. | UCHI | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  134. | UCHI | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  135. | UCHI | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  136. | UCHI | hempfarmer | 0.0.1 | hempfarmer-0.0.1.jar | None |
  137. | UCHI | hungerinpeace | 1.0.0 | HungerInPeace-1.12.jar | None |
  138. | UCHI | ic2 | 2.8.170-ex112 | industrialcraft-2-2.8.170-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  139. | UCHI | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  140. | UCHI | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  141. | UCHI | malisiscore | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar | None |
  142. | UCHI | malisisdoors | 1.12.2-7.3.0 | malisisdoors-1.12.2-7.3.0.jar | None |
  143. | UCHI | mobends | 0.24 | mobends-0.24_for_MC-1.12.jar | None |
  144. | UCHI | mousetweaks | 2.10 | MouseTweaks-2.10-mc1.12.2.jar | None |
  145. | UCHI | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
  146. | UCHI | harvestcraft | 1.12.2zb | Pam's+HarvestCraft+1.12.2zf.jar | None |
  147. | UCHI | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
  148. | UCHI | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.4.120-compat.jar | None |
  149. | UCHI | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  150. | UCHI | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  151. | UCHI | projectred-fabrication | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None |
  152. | UCHI | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None |
  153. | UCHI | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  154. | UCHI | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  155. | UCHI | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  156. | UCHI | pdp | 1.12.2-1.2.4 | ProportionalDestructionParticles-1.12.2-1.2.4.jar | None |
  157. | UCHI | reforged | 0.7.5 | Reforged-0.7.5-1.12+.jar | None |
  158. | UCHI | sereneseasons | 1.2.17 | SereneSeasons-1.12.2-1.2.17-universal.jar | None |
  159. | UCHI | solarflux | 4.34r | SolarFluxReborn_1.12.2-4.34r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
  160. | UCHI | soundphysics | 1.0.4 | Sound-Physics-1.12.2.jar | None |
  161. | UCHI | stepup | 1.0.2-mc1.10-1.12.2 | StepUp-1.0.2-mc1.10-1.12.jar | None |
  162. | UCHI | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
  163. | UCHI | orelib | 3.5.2.2 | OreLib-1.12.2-3.5.2.2.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  164. | UCHI | dsurround | 3.5.4.3 | DynamicSurroundings-1.12.2-3.5.4.3.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
  165. | UCHEE | immersiveengineering | 0.12-91 | ImmersiveEngineering-0.12-91.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  166. | UCH | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | None |
  167.  
  168. Loaded coremods (and transformers):
  169. 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.5-1.12.2.jar)
  170. pl.asie.foamfix.coremod.FoamFixTransformer
  171. CreativePatchingLoader (CreativeCore_v1.9.62_mc1.12.2.jar)
  172.  
  173. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.17-universal.jar)
  174. sereneseasons.asm.transformer.EntityRendererTransformer
  175. sereneseasons.asm.transformer.WorldTransformer
  176. AppleCore (AppleCore-1.12.2.jar)
  177. squeek.applecore.asm.TransformerModuleHandler
  178. ForgelinPlugin (Forgelin-1.8.3.jar)
  179.  
  180. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  181. invtweaks.forge.asm.ContainerTransformer
  182. MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  183.  
  184. BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar)
  185. mods.betterfoliage.loader.BetterFoliageTransformer
  186. ItemPatchingLoader (ItemPhysic_Full_1.4.21_mc1.12.2.jar)
  187. com.creativemd.itemphysic.ItemTransformer
  188. IELoadingPlugin (ImmersiveEngineering-core-0.12-91.jar)
  189. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  190. DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
  191. org.orecruncher.dsurround.asm.Transformer
  192. CoreModLoader (Sound-Physics-1.12.2.jar)
  193. com.sonicether.soundphysics.CoreModInjector
  194. LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  195. lumien.chunkanimator.asm.ClassTransformer
  196. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 436.15' Renderer: 'GeForce GTX 1060 6GB/PCIe/SSE2'
  197. OptiFine Version: OptiFine_1.12.2_HD_U_E3
  198. OptiFine Build: 20181210-121000
  199. Render Distance Chunks: 12
  200. Mipmaps: 4
  201. Anisotropic Filtering: 1
  202. Antialiasing: 0
  203. Multitexture: false
  204. Shaders: Sildurs Vibrant Shaders v1.23 Lite.zip
  205. OpenGlVersion: 4.6.0 NVIDIA 436.15
  206. OpenGlRenderer: GeForce GTX 1060 6GB/PCIe/SSE2
  207. OpenGlVendor: NVIDIA Corporation
  208. CpuCount: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement