Advertisement
Myknakryu

Crash Biomes O' Plenty

Dec 1st, 2016
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ouch. That hurt :(
  3.  
  4. Time: 12/1/16 4:48 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 Biomes O' Plenty (biomesoplenty)
  8. Caused by: java.lang.NoSuchFieldError: customCraftingMaterial
  9. at biomesoplenty.common.init.ModItems.registerItems(ModItems.java:202)
  10. at biomesoplenty.common.init.ModItems.init(ModItems.java:132)
  11. at biomesoplenty.core.BiomesOPlenty.preInit(BiomesOPlenty.java:86)
  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:600)
  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:615)
  39. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:264)
  40. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:438)
  41. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:350)
  42. at net.minecraft.client.main.Main.main(SourceFile:124)
  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.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- System Details --
  55. Details:
  56. Minecraft Version: 1.11
  57. Operating System: Linux (amd64) version 4.8.11-1-ARCH
  58. Java Version: 1.8.0_112, Oracle Corporation
  59. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  60. Memory: 533030736 bytes (508 MB) / 747110400 bytes (712 MB) up to 1431830528 bytes (1365 MB)
  61. JVM Flags: 1 total; -Xmx1536M
  62. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  63. FML: MCP 9.35 Powered by Forge 13.19.0.2176 4 mods loaded, 4 mods active
  64. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  65. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  66. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.11-13.19.0.2176.jar)
  67. UCH forge{13.19.0.2176} [Minecraft Forge] (forge-1.11-13.19.0.2176.jar)
  68. UCE biomesoplenty{6.0.0.2111} [Biomes O' Plenty] (BiomesOPlenty-1.11-6.0.0.2111-universal.jar)
  69. Loaded coremods (and transformers):
  70. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.20' Renderer: 'GeForce GTX 760/PCIe/SSE2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement