Guest User

Untitled

a guest
Jul 7th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. Time: 08/07/16 01:18
  2. Description: There was a severe problem during mod loading that has caused the game to fail
  3.  
  4. net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: alexndr.api.helpers.game.TabHelper.wereTabsInitialized()Z
  5. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
  6. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
  7. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  8. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417)
  9. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
  10. at net.minecraft.client.main.Main.main(SourceFile:124)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:483)
  15. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  16. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  17. Caused by: java.lang.NoSuchMethodError: alexndr.api.helpers.game.TabHelper.wereTabsInitialized()Z
  18. at alexndr.plugins.Fusion.Fusion.PreInit(Fusion.java:68)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:483)
  23. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  24. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:483)
  27. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  28. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  32. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
  33. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:483)
  38. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  39. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  40. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  41. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  42. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  43. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  44. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
  45. ... 10 more
  46.  
  47.  
  48. A detailed walkthrough of the error, its code path and all known details is as follows:
  49. ---------------------------------------------------------------------------------------
  50.  
  51. -- System Details --
  52. Details:
  53. Minecraft Version: 1.8.9
  54. Operating System: Windows 8.1 (amd64) version 6.3
  55. Java Version: 1.8.0_25, Oracle Corporation
  56. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  57. Memory: 111649712 bytes (106 MB) / 390295552 bytes (372 MB) up to 3207856128 bytes (3059 MB)
  58. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  59. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  60. FML: MCP 9.19 Powered by Forge 11.15.1.1902 26 mods loaded, 26 mods active
  61. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  62. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  63. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1902-1.8.9.jar)
  64. UCH Forge{11.15.1.1902} [Minecraft Forge] (forge-1.8.9-11.15.1.1902-1.8.9.jar)
  65. UCH ivtoolkit{1.2.5} [IvToolkit] (minecraft.jar)
  66. UCH Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar)
  67. UCH Thaumcraft{5.2.4} [Thaumcraft] (Thaumcraft-1.8.9-5.2.4.jar)
  68. UCH Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar)
  69. UCH Automagy{2.0.3} [Automagy] (Automagy-1.8.9-2.0.3.jar)
  70. UCH bookshelf{1.1.2.206} [Bookshelf] (Bookshelf-1.8.9-1.1.2.206.jar)
  71. UCH JEI{2.28.18.186} [Just Enough Items] (jei_1.8.9-2.28.18.186.jar)
  72. UCH DarkUtils{1.0.0.9} [Dark Utilities] (DarkUtilities-1.8.9-1.0.0.18.jar)
  73. UCH emeraldobsidianmod{1.5} [Emerald & Obsidian tools/armor mod] (emeraldobsidianmod-1.5.jar)
  74. UCH simplecore{1.2.4.2} [SimpleCore API] (simplecore-1.8.9-1.2.4.2.jar)
  75. UCH simpleores{1.7.3.0} [SimpleOres 2] (simpleores-1.8.9-1.7.3.0.jar)
  76. UCE fusion{@MODVERSION@} [Fusion] (fusion-1.8.9-2.0.0.6.jar)
  77. UCH grimoireofgaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.8.9-1.3.3.jar)
  78. UCH JEIAddons{0.12.0.57} [Just Enough Items Addons] (JEIAddons_1.8.9-0.12.0.57.jar)
  79. UCH jeresources{0.4.0} [Just Enough Resources] (JustEnoughResources-1.8.9-0.4.0.23.jar)
  80. UCH lootplusplus{1.7.1_for_1.8.9} [Loot++] (Loot++-1.7.1_for_1.8.9.jar)
  81. UCH numina{0.5.0-004} [Numina] (Numina-0.5.0-004.jar)
  82. UCH powersuits{0.11.0-7} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.8.9-0.11.0-7.jar)
  83. UCH RecipeTooltips{1.1.24} [RecipeTooltips] (RecipeTooltips-1.8.9-1.1.24.jar)
  84. UCH reccomplex{0.9.7.7} [Recurrent Complex] (RecurrentComplex-0.9.7.7.jar)
  85. UCH thaumicinfusion{4.86} [Thaumic Infusion] (ThaumicInfusion-1.8.9-4.88.jar)
  86. UCH WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.8.x-1.1.7.jar)
  87. UCH wawla{1.1.4.168} [What Are We Looking At] (Wawla-1.8.9-1.1.4.171.jar)
Add Comment
Please, Sign In to add comment