Advertisement
GauHelldragon

Untitled

Apr 24th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 4/23/15 10:14 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.potion.Potion.setIconIndex(II)Lnet/minecraft/potion/Potion;
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
  9. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  13. at net.minecraft.client.main.Main.main(SourceFile:148)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
  25. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
  26. at org.multimc.EntryPoint.listen(EntryPoint.java:165)
  27. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  28. Caused by: java.lang.NoSuchMethodError: net.minecraft.potion.Potion.setIconIndex(II)Lnet/minecraft/potion/Potion;
  29. at soundlogic.silva.common.potion.PotionMod.setIconIndex(PotionMod.java:40)
  30. at soundlogic.silva.common.potion.ModPotions.preInit(ModPotions.java:21)
  31. at soundlogic.silva.common.core.proxy.CommonProxy.preInit(CommonProxy.java:56)
  32. at soundlogic.silva.common.Silva.preInit(Silva.java:32)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  36. at java.lang.reflect.Method.invoke(Unknown Source)
  37. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  41. at java.lang.reflect.Method.invoke(Unknown Source)
  42. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  43. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  44. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  45. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  46. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  47. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  48. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  52. at java.lang.reflect.Method.invoke(Unknown Source)
  53. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  54. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  55. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  56. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  57. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  58. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  59. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  60. ... 18 more
  61.  
  62.  
  63. A detailed walkthrough of the error, its code path and all known details is as follows:
  64. ---------------------------------------------------------------------------------------
  65.  
  66. -- System Details --
  67. Details:
  68. Minecraft Version: 1.7.10
  69. Operating System: Windows 8.1 (amd64) version 6.3
  70. Java Version: 1.7.0_67, Oracle Corporation
  71. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  72. Memory: 301539152 bytes (287 MB) / 940572672 bytes (897 MB) up to 2863661056 bytes (2731 MB)
  73. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx3072m -XX:PermSize=256m
  74. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  75. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  76. FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 9 mods loaded, 9 mods active
  77. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  78. FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized
  79. Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized
  80. CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  81. NotEnoughItems{1.0.4.83} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.83-universal.jar) Unloaded->Constructed->Pre-initialized
  82. Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) Unloaded->Constructed->Pre-initialized
  83. Botania{r1.6-183} [Botania] (Botania r1.6-183.jar) Unloaded->Constructed->Pre-initialized
  84. FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) Unloaded->Constructed->Pre-initialized
  85. Silva{GRADLE:VERSION-GRADLE:BUILD} [Silva] (Silva-Unreleased Alpha.jar) Unloaded->Constructed->Errored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement