Advertisement
Myknakryu

ElecCore crash

Jan 1st, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.15 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I blame Dinnerbone.
  3.  
  4. Time: 1/1/17 12:47 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 ElecCore (eleccore)
  8. Caused by: java.lang.RuntimeException: Error invoking event of type: net.minecraftforge.fml.common.event.FMLInitializationEvent for module: eleccore:forestrycompat
  9. at elec332.core.module.ModuleManager$3.accept(ModuleManager.java:264)
  10. at elec332.core.module.ModuleManager$3.accept(ModuleManager.java:258)
  11. at elec332.core.module.ModuleManager.forEachModule(ModuleManager.java:249)
  12. at elec332.core.module.ModuleManager.invokeEvent(ModuleManager.java:258)
  13. at elec332.core.handler.ModEventHandler.postEventChecked(ModEventHandler.java:56)
  14. at elec332.core.handler.ModEventHandler.postEvent(ModEventHandler.java:51)
  15. at elec332.core.main.ElecCore.init(ElecCore.java:131)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:498)
  20. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:498)
  25. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  26. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  27. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  28. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  30. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  31. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:498)
  36. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  37. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  38. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  39. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  41. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  42. at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:807)
  43. at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:341)
  44. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:521)
  45. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352)
  46. at net.minecraft.client.main.Main.main(SourceFile:124)
  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:498)
  51. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  52. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  53. Caused by: java.lang.reflect.InvocationTargetException
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:498)
  58. at elec332.core.module.DefaultWrappedModule.invokeEvent(DefaultWrappedModule.java:100)
  59. at elec332.core.module.ModuleManager$3.accept(ModuleManager.java:262)
  60. ... 43 more
  61. Caused by: java.lang.IllegalAccessError: tried to access field forestry.core.genetics.alleles.AlleleHelper.instance from class elec332.core.compat.forestry.ForestryAlleles
  62. at elec332.core.compat.forestry.ForestryAlleles.getAllele(ForestryAlleles.java:53)
  63. at elec332.core.compat.forestry.ForestryAlleles.getAlleleT(ForestryAlleles.java:49)
  64. at elec332.core.compat.forestry.ForestryAlleles.<clinit>(ForestryAlleles.java:82)
  65. at elec332.core.compat.forestry.ForestryCompatHandler.preInit(ForestryCompatHandler.java:78)
  66. ... 49 more
  67.  
  68.  
  69. A detailed walkthrough of the error, its code path and all known details is as follows:
  70. ---------------------------------------------------------------------------------------
  71.  
  72. -- System Details --
  73. Details:
  74. Minecraft Version: 1.11.2
  75. Operating System: Linux (amd64) version 4.8.13-1-ARCH
  76. Java Version: 1.8.0_112, Oracle Corporation
  77. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  78. Memory: 229494008 bytes (218 MB) / 676331520 bytes (645 MB) up to 1431830528 bytes (1365 MB)
  79. JVM Flags: 1 total; -Xmx1536M
  80. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  81. FML: MCP 9.38 Powered by Forge 13.20.0.2201 6 mods loaded, 6 mods active
  82. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  83. UCHI minecraft{1.11.2} [Minecraft] (minecraft.jar)
  84. UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  85. UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2201.jar)
  86. UCHI forge{13.20.0.2201} [Minecraft Forge] (forge-1.11.2-13.20.0.2201.jar)
  87. UCHI forestry{5.3.0.3} [Forestry] (forestry_1.11.2-5.3.0.3.jar)
  88. UCHE eleccore{1.6.358} [ElecCore] (ElecCore-1.11-1.6.358.jar)
  89. Loaded coremods (and transformers):
  90. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 375.26' Renderer: 'GeForce GTX 760/PCIe/SSE2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement