Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. llibrary (llibrary-core-1.0.10-1.12.2.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Oops.
  8.  
  9. Time: 2/19/19 4:57 PM
  10. Description: There was a severe problem during mod loading that has caused the game to fail
  11.  
  12. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Bewitchment (bewitchment)
  13. Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/living/PotionEvent$PotionApplicableEvent
  14. at java.lang.Class.getDeclaredConstructors0(Native Method)
  15. at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  16. at java.lang.Class.getConstructor0(Unknown Source)
  17. at java.lang.Class.getDeclaredConstructor(Unknown Source)
  18. at net.minecraftforge.fml.relauncher.ReflectionHelper.findConstructor(ReflectionHelper.java:255)
  19. at net.minecraftforge.fml.common.registry.EntityEntryBuilder$ConstructorFactory.<init>(EntityEntryBuilder.java:296)
  20. at net.minecraftforge.fml.common.registry.EntityRegistry$EntityRegistration$1.<init>(EntityRegistry.java:81)
  21. at net.minecraftforge.fml.common.registry.EntityRegistry$EntityRegistration.<init>(EntityRegistry.java:80)
  22. at net.minecraftforge.fml.common.registry.EntityRegistry$EntityRegistration.<init>(EntityRegistry.java:67)
  23. at net.minecraftforge.fml.common.registry.EntityRegistry.doModEntityRegistration(EntityRegistry.java:199)
  24. at net.minecraftforge.fml.common.registry.EntityRegistry.registerModEntity(EntityRegistry.java:192)
  25. at com.bewitchment.common.entity.ModEntities.init(ModEntities.java:52)
  26. at com.bewitchment.common.Bewitchment.preInit(Bewitchment.java:148)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30. at java.lang.reflect.Method.invoke(Unknown Source)
  31. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  32. at sun.reflect.GeneratedMethodAccessor9.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.sendEventToModContainer(LoadController.java:218)
  43. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47. at java.lang.reflect.Method.invoke(Unknown Source)
  48. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  49. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  50. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  51. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  52. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  53. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  54. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  55. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  56. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  57. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  58. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  59. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  60. at net.minecraft.client.main.Main.main(SourceFile:123)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  64. at java.lang.reflect.Method.invoke(Unknown Source)
  65. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  66. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70. at java.lang.reflect.Method.invoke(Unknown Source)
  71. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
  72. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  73. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  74. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  75. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.entity.living.PotionEvent$PotionApplicableEvent
  76. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  77. at java.lang.ClassLoader.loadClass(Unknown Source)
  78. at java.lang.ClassLoader.loadClass(Unknown Source)
  79. ... 61 more
  80. Caused by: java.lang.NullPointerException
  81. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  82. ... 63 more
  83.  
  84.  
  85. A detailed walkthrough of the error, its code path and all known details is as follows:
  86. ---------------------------------------------------------------------------------------
  87.  
  88. -- System Details --
  89. Details:
  90. Minecraft Version: 1.12.2
  91. Operating System: Windows 10 (amd64) version 10.0
  92. Java Version: 1.8.0_151, Oracle Corporation
  93. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  94. Memory: 348829304 bytes (332 MB) / 1244135424 bytes (1186 MB) up to 2796552192 bytes (2667 MB)
  95. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx3000m
  96. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  97. FML: MCP 9.42 Powered by Forge 14.23.5.2772 Optifine OptiFine_1.12.2_HD_U_E3 13 mods loaded, 13 mods active
  98. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  99.  
  100. | State | ID | Version | Source | Signature |
  101. |:----- |:------------- |:------------ |:--------------------------------------- |:---------------------------------------- |
  102. | UCH | minecraft | 1.12.2 | minecraft.jar | None |
  103. | UCH | mcp | 9.42 | minecraft.jar | None |
  104. | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2772-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  105. | UCH | forge | 14.23.5.2772 | forge-1.12.2-14.23.5.2772-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  106. | UCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  107. | UCH | patchouli | 1.0-16 | Patchouli-1.0-16.jar | None |
  108. | UCH | llibrary | 1.7.17 | llibrary-1.7.17-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
  109. | UCEE | bewitchment | @VERSION@ | Bewitchment-1.12.2-0.0.19.5-indev.jar | None |
  110. | UC | iceandfire | 1.6.1 | iceandfire-1.6.1-1.12.2.jar | None |
  111. | UC | jei | 4.14.4.264 | jei_1.12.2-4.14.4.264.jar | None |
  112. | UC | mobbattle | 2.0.2[1.12] | Mob Battle Mod 2.0.2 [1.12].jar | None |
  113. | UC | theoneprobe | 1.4.23 | theoneprobe-1.12-1.4.23.jar | None |
  114. | UC | torohealthmod | 1.12.2-11 | torohealth-1.12.2-11.jar | None |
  115.  
  116. Loaded coremods (and transformers):
  117. llibrary (llibrary-core-1.0.10-1.12.2.jar)
  118. net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  119. net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
  120. GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4642' Renderer: 'Intel(R) HD Graphics 5500'
  121. OptiFine Version: OptiFine_1.12.2_HD_U_E3
  122. OptiFine Build: 20181210-121000
  123. Render Distance Chunks: 8
  124. Mipmaps: 4
  125. Anisotropic Filtering: 1
  126. Antialiasing: 0
  127. Multitexture: false
  128. Shaders: null
  129. OpenGlVersion: 4.4.0 - Build 20.19.15.4642
  130. OpenGlRenderer: Intel(R) HD Graphics 5500
  131. OpenGlVendor: Intel
  132. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement