Advertisement
Guest User

JEI crash

a guest
Mar 28th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.55 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 28/03/17 3:16 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 Just Enough Items (JEI)
  8. Caused by: java.lang.NoClassDefFoundError: mezz/jei/network/PacketHandler
  9. at mezz.jei.ProxyCommon.preInit(ProxyCommon.java:20)
  10. at mezz.jei.ProxyCommonClient.preInit(ProxyCommonClient.java:50)
  11. at mezz.jei.JustEnoughItems.preInit(JustEnoughItems.java:43)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:498)
  16. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:618)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:498)
  21. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  22. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  23. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  24. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  25. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  26. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  27. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:498)
  32. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  33. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  37. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  38. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
  39. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:259)
  40. at net.minecraft.client.Minecraft.startGame(Minecraft.java:477)
  41. at net.minecraft.client.Minecraft.run(Minecraft.java:386)
  42. at net.minecraft.client.main.Main.main(Main.java:118)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:498)
  47. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  48. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  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:498)
  53. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  54. at GradleStart.main(GradleStart.java:26)
  55. Caused by: java.lang.ClassNotFoundException: mezz.jei.network.PacketHandler
  56. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  57. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  59. ... 46 more
  60. Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: mezz.jei.network.packets.PacketDeletePlayerItem$Handler
  61. at org.objectweb.asm.ClassWriter.getCommonSuperClass(ClassWriter.java:1684)
  62. at org.objectweb.asm.ClassWriter.getMergedType(ClassWriter.java:1654)
  63. at org.objectweb.asm.Frame.merge(Frame.java:1426)
  64. at org.objectweb.asm.Frame.merge(Frame.java:1325)
  65. at org.objectweb.asm.MethodWriter.visitMaxs(MethodWriter.java:1475)
  66. at org.objectweb.asm.commons.LocalVariablesSorter.visitMaxs(LocalVariablesSorter.java:170)
  67. at org.objectweb.asm.ClassReader.readCode(ClassReader.java:1554)
  68. at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1017)
  69. at org.objectweb.asm.ClassReader.accept(ClassReader.java:693)
  70. at org.objectweb.asm.ClassReader.accept(ClassReader.java:506)
  71. at net.minecraftforge.fml.common.asm.transformers.DeobfuscationTransformer.transform(DeobfuscationTransformer.java:51)
  72. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  73. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  74. ... 48 more
  75.  
  76.  
  77. A detailed walkthrough of the error, its code path and all known details is as follows:
  78. ---------------------------------------------------------------------------------------
  79.  
  80. -- System Details --
  81. Details:
  82. Minecraft Version: 1.10.2
  83. Operating System: Windows 10 (amd64) version 10.0
  84. Java Version: 1.8.0_91, Oracle Corporation
  85. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  86. Memory: 428297960 bytes (408 MB) / 1073741824 bytes (1024 MB) up to 4294967296 bytes (4096 MB)
  87. JVM Flags: 3 total; -XX:+UseG1GC -Xmx4096M -Xms1024M
  88. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  89. FML: MCP 9.32 Powered by Forge 12.18.3.2254 6 mods loaded, 6 mods active
  90. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  91. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  92. UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.10.2-12.18.3.2254.jar)
  93. UCH Forge{12.18.3.2254} [Minecraft Forge] (forgeSrc-1.10.2-12.18.3.2254.jar)
  94. UCH chakatcore{0.0.0} [ChakatCore] (bin)
  95. UCH madengineering{0.1.1} [Mad Engineering] (bin)
  96. UCE JEI{3.14.7.416} [Just Enough Items] (jei_1.10.2-3.14.7.416.jar)
  97. Loaded coremods (and transformers):
  98. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GTX 765M/PCIe/SSE2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement