Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 1/21/20 12:28 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Not Enough Items (nei)
  8. Caused by: java.lang.IllegalAccessError: tried to access class net.minecraft.potion.PotionHelper$MixPredicate from class codechicken.nei.util.helper.potion.PotionRecipeHelper
  9. at codechicken.nei.util.helper.potion.PotionRecipeHelper.init(PotionRecipeHelper.java:60)
  10. at codechicken.nei.init.NEIInitialization.bootNEI(NEIInitialization.java:70)
  11. at codechicken.nei.proxy.ProxyClient.loadComplete(ProxyClient.java:54)
  12. at codechicken.nei.NotEnoughItems.loadComplete(NotEnoughItems.java:63)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16. at java.lang.reflect.Method.invoke(Method.java:497)
  17. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  18. at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:497)
  21. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  22. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  23. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  24. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  25. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  26. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  27. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  28. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  29. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  33. at java.lang.reflect.Method.invoke(Method.java:497)
  34. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  35. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  36. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  37. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  38. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  39. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  41. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  42. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:752)
  43. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  44. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  45. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  46. at net.minecraft.client.main.Main.main(SourceFile:123)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  50. at java.lang.reflect.Method.invoke(Method.java:497)
  51. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  52. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- System Details --
  59. Details:
  60. Minecraft Version: 1.12.2
  61. Operating System: Windows 10 (amd64) version 10.0
  62. Java Version: 1.8.0_51, Oracle Corporation
  63. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  64. Memory: 454218960 bytes (433 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
  65. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  66. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  67. FML: MCP 9.42 Powered by Forge 14.23.5.2816 7 mods loaded, 7 mods active
  68. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  69.  
  70. | State | ID | Version | Source | Signature |
  71. |:------ |:-------------- |:------------ |:--------------------------------------- |:---------------------------------------- |
  72. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  73. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  74. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2816.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  75. | LCHIJA | forge | 14.23.5.2816 | forge-1.12.2-14.23.5.2816.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  76. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  77. | LCHIJA | jei | 4.15.0.293 | jei_1.12.2-4.15.0.293.jar | None |
  78. | LCHIJE | nei | 2.4.1 | Not-Enough-Items-1.12.2-Recommended.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  79.  
  80. Loaded coremods (and transformers):
  81. GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4639' Renderer: 'Intel(R) HD Graphics 620'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement