Advertisement
Guest User

Untitled

a guest
May 27th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. LoadingPlugin (Quark-beta-21.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  8.  
  9. Time: 5/27/16 8:03 PM
  10. Description: There was a severe problem during mod loading that has caused the game to fail
  11.  
  12. net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraftforge.common.util.EnumHelper.addArmorMaterial(Ljava/lang/String;Ljava/lang/String;I[IILnet/minecraft/util/SoundEvent;F)Lnet/minecraft/item/ItemArmor$ArmorMaterial;
  13. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:179)
  14. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:587)
  15. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
  16. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:437)
  17. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
  18. at net.minecraft.client.main.Main.main(SourceFile:124)
  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.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  25. Caused by: java.lang.NoSuchMethodError: net.minecraftforge.common.util.EnumHelper.addArmorMaterial(Ljava/lang/String;Ljava/lang/String;I[IILnet/minecraft/util/SoundEvent;F)Lnet/minecraft/item/ItemArmor$ArmorMaterial;
  26. at xreliquary.items.ItemWitchHat.<clinit>(ItemWitchHat.java:21)
  27. at xreliquary.init.ModItems.<clinit>(ModItems.java:57)
  28. at xreliquary.Reliquary.preInit(Reliquary.java:50)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  32. at java.lang.reflect.Method.invoke(Method.java:483)
  33. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:561)
  34. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  36. at java.lang.reflect.Method.invoke(Method.java:483)
  37. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  38. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  39. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  40. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  42. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  43. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:483)
  48. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  49. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  50. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  51. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  52. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  53. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  54. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:584)
  55. ... 10 more
  56.  
  57.  
  58. A detailed walkthrough of the error, its code path and all known details is as follows:
  59. ---------------------------------------------------------------------------------------
  60.  
  61. -- System Details --
  62. Details:
  63. Minecraft Version: 1.9.4
  64. Operating System: Windows 7 (amd64) version 6.1
  65. Java Version: 1.8.0_25, Oracle Corporation
  66. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  67. Memory: 224781432 bytes (214 MB) / 476536832 bytes (454 MB) up to 2134114304 bytes (2035 MB)
  68. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  69. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  70. FML: MCP 9.28 Powered by Forge 12.17.0.1909 Optifine OptiFine_1.9.4_HD_U_B4 25 mods loaded, 25 mods active
  71. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  72. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  73. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9.4-12.17.0.1909-1.9.4.jar)
  74. UCH Forge{12.17.0.1909} [Minecraft Forge] (forge-1.9.4-12.17.0.1909-1.9.4.jar)
  75. UCH AutoSapling{1.3.2} [AutoSapling] (AutoSapling-1.3.2-MC1.9.4.jar)
  76. UCH Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  77. UCH BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
  78. UCH BetterAchievements{0.2.5.21} [Better Achievements] (BetterAchievements-1.9.4-0.2.5.21.jar)
  79. UCH JEI{3.4.0.204} [Just Enough Items] (jei_1.9.4-3.4.0.204.jar)
  80. UCH BloodMagic{1.9.4-2.0.0-39} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.0-39.jar)
  81. UCH Botania{r1.8-306} [Botania] (Botania-unofficial.r1.8-306.jar)
  82. UCH Chameleon{1.9-2.1.4} [Chameleon] (Chameleon-1.9-2.1.4.jar)
  83. UCH FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-MC1.9.4-1.2.1.jar)
  84. UCH GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass.jar)
  85. UCH jeresources{0.4.5.30} [Just Enough Resources] (JustEnoughResources-1.9.4-0.4.5.30.jar)
  86. UCH llor{1.0.7-mc1.9.4} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.7-mc1.9.4.jar)
  87. UCH Psi{beta-33} [Psi] (Psi-beta-33.jar)
  88. UCH Quark{beta-21} [Quark] (Quark-beta-21.jar)
  89. UCE xreliquary{1.9.4-1.3.2.372} [Reliquary] (Reliquary-1.9.4-1.3.2.372.jar)
  90. UCH rftools{4.49} [RFTools] (rftools-1.9.4-4.49.jar)
  91. UCH rftoolsdim{4.23beta40} [RFTools Dimensions] (rftoolsdim-1.9.4-4.23beta40.jar)
  92. UCH simpleharvest{1.01} [simpleharvest] (simpleharvest-1.9.4-1909-1.01.jar)
  93. UCH soulshardstow{1.9.4-2.4.0-28} [Soul Shards - The Old Ways] (SoulShards-TOW-1.9.4-2.4.0-28.jar)
  94. UCH StorageDrawers{1.9-3.1.7} [Storage Drawers] (StorageDrawers-1.9-3.1.7.jar)
  95. UCH torcherino{1.9.4-2.4.0} [Torcherino] (Torcherino-TehNut-1.9.4-2.4.0.jar)
  96. UCH trashslot{5.0.7} [TrashSlot] (trashslot-mc1.9.4-5.0.7.jar)
  97. Loaded coremods (and transformers):
  98. LoadingPlugin (Quark-beta-21.jar)
  99. vazkii.quark.base.asm.ClassTransformer
  100. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 365.19' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
  101. OptiFine Version: OptiFine_1.9.4_HD_U_B4
  102. Render Distance Chunks: 12
  103. Mipmaps: 4
  104. Anisotropic Filtering: 1
  105. Antialiasing: 0
  106. Multitexture: false
  107. Shaders: null
  108. OpenGlVersion: 4.5.0 NVIDIA 365.19
  109. OpenGlRenderer: GeForce GTX 750 Ti/PCIe/SSE2
  110. OpenGlVendor: NVIDIA Corporation
  111. CpuCount: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement