Guest User

Untitled

a guest
Jan 1st, 2019
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // Oops.
  8.  
  9. Time: 1/1/19 9:56 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 Not Enough Items (nei)
  13. Caused by: java.lang.IllegalAccessError: tried to access class net.minecraft.potion.PotionHelper$MixPredicate from class codechicken.nei.util.helper.potion.PotionRecipeHelper
  14. at codechicken.nei.util.helper.potion.PotionRecipeHelper.init(PotionRecipeHelper.java:60)
  15. at codechicken.nei.init.NEIInitialization.bootNEI(NEIInitialization.java:70)
  16. at codechicken.nei.proxy.ProxyClient.loadComplete(ProxyClient.java:54)
  17. at codechicken.nei.NotEnoughItems.loadComplete(NotEnoughItems.java:63)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:497)
  22. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  23. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:497)
  26. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  27. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  28. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  29. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  30. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  31. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  32. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  33. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  34. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:497)
  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.distributeStateMessage(LoadController.java:136)
  47. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:752)
  48. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  49. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  50. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  51. at net.minecraft.client.main.Main.main(SourceFile:123)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  55. at java.lang.reflect.Method.invoke(Method.java:497)
  56. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  57. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  58.  
  59.  
  60. A detailed walkthrough of the error, its code path and all known details is as follows:
  61. ---------------------------------------------------------------------------------------
  62.  
  63. -- System Details --
  64. Details:
  65. Minecraft Version: 1.12.2
  66. Operating System: Windows 10 (amd64) version 10.0
  67. Java Version: 1.8.0_51, Oracle Corporation
  68. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  69. Memory: 356127280 bytes (339 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB)
  70. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  71. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  72. FML: MCP 9.42 Powered by Forge 14.23.5.2796 Optifine OptiFine_1.12.2_HD_U_E3 16 mods loaded, 16 mods active
  73. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  74.  
  75. | State | ID | Version | Source | Signature |
  76. |:------ |:--------------- |:------------------------ |:--------------------------------------------- |:---------------------------------------- |
  77. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  78. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  79. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2796.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  80. | LCHIJA | forge | 14.23.5.2796 | forge-1.12.2-14.23.5.2796.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  81. | LCHIJA | orbis_api | 1.12.2-1.1.12 | orbis_api-1.12.2-1.1.12a.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
  82. | LCHIJA | aether | 1.12.2-1.1.12 | aether_ii-1.12.2-1.1.12.jar | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
  83. | LCHIJA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
  84. | LCHIJA | biomesoplenty | 7.0.1.2419 | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar | None |
  85. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  86. | LCHIJA | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  87. | LCHIJA | jei | 4.13.1.225 | jei_1.12.2-4.13.1.225.jar | None |
  88. | LCHIJA | journeymap | 1.12.2-5.5.3 | journeymap-1.12.2-5.5.3.jar | None |
  89. | LCHIJA | minions | 2.0.2 | Minions-Mod-1.12.2.jar | None |
  90. | LCHIJE | nei | 2.4.1 | Not-Enough-Items-1.12.2-Recommended.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  91. | LCHIJ | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
  92. | LCHIJ | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
  93.  
  94. Loaded coremods (and transformers):
  95. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  96. invtweaks.forge.asm.ContainerTransformer
  97. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 417.35' Renderer: 'GeForce GTX 1070 Ti/PCIe/SSE2'
  98. OptiFine Version: OptiFine_1.12.2_HD_U_E3
  99. OptiFine Build: 20181210-121000
  100. Render Distance Chunks: 32
  101. Mipmaps: 4
  102. Anisotropic Filtering: 1
  103. Antialiasing: 0
  104. Multitexture: false
  105. Shaders: SEUS-v10.1-Ultra.zip
  106. OpenGlVersion: 4.6.0 NVIDIA 417.35
  107. OpenGlRenderer: GeForce GTX 1070 Ti/PCIe/SSE2
  108. OpenGlVendor: NVIDIA Corporation
  109. CpuCount: 12
Advertisement
Add Comment
Please, Sign In to add comment