Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.59 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ouch. That hurt :(
  3.  
  4. Time: 10/9/15 10:15 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.NoClassDefFoundError: vazkii/botania/common/item/equipment/bauble/ItemTinyPlanet
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  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:310)
  25. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  26. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  27. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  28. Caused by: java.lang.NoClassDefFoundError: vazkii/botania/common/item/equipment/bauble/ItemTinyPlanet
  29. at vazkii.botania.common.core.proxy.CommonProxy.preInit(CommonProxy.java:61)
  30. at vazkii.botania.common.Botania.preInit(Botania.java:40)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  34. at java.lang.reflect.Method.invoke(Unknown Source)
  35. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  39. at java.lang.reflect.Method.invoke(Unknown Source)
  40. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  41. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  42. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  43. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  45. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  46. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  50. at java.lang.reflect.Method.invoke(Unknown Source)
  51. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  52. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  53. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  54. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  55. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  56. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  57. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  58. ... 18 more
  59. Caused by: java.lang.ClassNotFoundException: vazkii.botania.common.item.equipment.bauble.ItemTinyPlanet
  60. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  61. at java.lang.ClassLoader.loadClass(Unknown Source)
  62. at java.lang.ClassLoader.loadClass(Unknown Source)
  63. ... 47 more
  64. Caused by: java.lang.NoClassDefFoundError: vazkii/botania/common/item/equipment/bauble/ItemBauble
  65. at java.lang.ClassLoader.defineClass1(Native Method)
  66. at java.lang.ClassLoader.defineClass(Unknown Source)
  67. at java.security.SecureClassLoader.defineClass(Unknown Source)
  68. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  69. ... 49 more
  70. Caused by: java.lang.ClassNotFoundException: vazkii.botania.common.item.equipment.bauble.ItemBauble
  71. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  72. at java.lang.ClassLoader.loadClass(Unknown Source)
  73. at java.lang.ClassLoader.loadClass(Unknown Source)
  74. ... 53 more
  75.  
  76.  
  77. A detailed walkthrough of the error, its code path and all known details is as follows:
  78. ---------------------------------------------------------------------------------------
  79.  
  80. -- System Details --
  81. Details:
  82. Minecraft Version: 1.7.10
  83. Operating System: Windows 10 (amd64) version 10.0
  84. Java Version: 1.8.0_60, Oracle Corporation
  85. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  86. Memory: 2078101056 bytes (1981 MB) / 2231369728 bytes (2128 MB) up to 3817865216 bytes (3641 MB)
  87. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx4096m
  88. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  89. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  90. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 10 mods loaded, 10 mods active
  91. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  92. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  93. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
  94. UCH Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
  95. UCH CodeChickenCore{1.0.3.28} [CodeChicken Core] (minecraft.jar)
  96. UCH NotEnoughItems{1.0.3.60} [Not Enough Items] (Not-Enough-Items-1.7.10.jar)
  97. UCE Botania{r1.1-74} [Botania] (Botania-Mod-1.7.10.jar)
  98. UCH TIcarus{@VERSION@} [Icarus] (Icarus-Mod-1.7.10.jar)
  99. UCH MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  100. UCH modtweaker2{0.9.2} [Mod Tweaker 2] (ModTweaker2-0.9.3.jar)
  101. UCH RealisticTorches{1.2.1} [Realistic Torches] (Realistic-Torches-Mod-1.7.10.jar)
  102. GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce 210/PCIe/SSE2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement