Advertisement
Guest User

Untitled

a guest
Mar 11th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.75 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I just don't know what went wrong :(
  3.  
  4. Time: 11/03/16 21:41
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: pokecube/core/entity/pokemobs/EntityPokemob
  8. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
  9. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559)
  10. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  11. at net.minecraft.client.Minecraft.startGame(Minecraft.java:451)
  12. at net.minecraft.client.Minecraft.run(Minecraft.java:360)
  13. at net.minecraft.client.main.Main.main(Main.java:116)
  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 net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  25. at GradleStart.main(GradleStart.java:26)
  26. Caused by: java.lang.NoClassDefFoundError: pokecube/core/entity/pokemobs/EntityPokemob
  27. at pokecube.core.client.ClientProxyPokecube.preInit(ClientProxyPokecube.java:314)
  28. at pokecube.core.PokecubeCore.preInit(PokecubeCore.java:584)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
  34. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  36. at java.lang.reflect.Method.invoke(Unknown Source)
  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:211)
  43. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47. at java.lang.reflect.Method.invoke(Unknown Source)
  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:118)
  54. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556)
  55. ... 16 more
  56. Caused by: java.lang.ClassNotFoundException: pokecube.core.entity.pokemobs.EntityPokemob
  57. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  58. at java.lang.ClassLoader.loadClass(Unknown Source)
  59. at java.lang.ClassLoader.loadClass(Unknown Source)
  60. ... 44 more
  61. Caused by: java.lang.NoClassDefFoundError: pokecube/core/entity/pokemobs/helper/EntityPokemobBase
  62. at java.lang.ClassLoader.defineClass1(Native Method)
  63. at java.lang.ClassLoader.defineClass(Unknown Source)
  64. at java.security.SecureClassLoader.defineClass(Unknown Source)
  65. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  66. ... 46 more
  67. Caused by: java.lang.ClassNotFoundException: pokecube.core.entity.pokemobs.helper.EntityPokemobBase
  68. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  69. at java.lang.ClassLoader.loadClass(Unknown Source)
  70. at java.lang.ClassLoader.loadClass(Unknown Source)
  71. ... 50 more
  72.  
  73.  
  74. A detailed walkthrough of the error, its code path and all known details is as follows:
  75. ---------------------------------------------------------------------------------------
  76.  
  77. -- System Details --
  78. Details:
  79. Minecraft Version: 1.8.9
  80. Operating System: Windows 10 (amd64) version 10.0
  81. Java Version: 1.8.0_60, Oracle Corporation
  82. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  83. Memory: 414250296 bytes (395 MB) / 1314914304 bytes (1254 MB) up to 3763863552 bytes (3589 MB)
  84. JVM Flags: 0 total;
  85. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  86. FML: MCP 9.19 Powered by Forge 11.15.1.1763 16 mods loaded, 16 mods active
  87. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  88. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  89. UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1763-PROJECT(Pokecube Addons).jar)
  90. UCH Forge{11.15.1.1763} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1763-PROJECT(Pokecube Addons).jar)
  91. UCH thutcore{2.3.4} [ThutCore] (thutcore-2.3.4.jar)
  92. UCE pokecube{2.2.13} [Pokécube Core] (pokecube-2.2.13.jar)
  93. UCE pokecube_adventures{@VERSION@} [Pokécube Revival] (bin)
  94. UCH pokecube_compat{1.0} [Pokecube Compat] (bin)
  95. UCH IGWMod{${version}} [In-Game wiki Mod] (IGW-Mod-1.8.9-1.2.4-4-userdev.jar)
  96. UCH JEI{2.25.12.152} [Just Enough Items] (jei_1.8.9-2.25.12.152.jar)
  97. UCH Baubles{1.1.3.0} [Baubles] (baubles-1.1.3.0.jar)
  98. UCH NBTEditpqb{1.8-1.0} [In-game NBTEdit - Pokecube Edition] (pokecube-2.2.13.jar)
  99. UCH pokecube_ml{0.1.0} [Pokecube Model Loader] (pokecube-2.2.13.jar)
  100. UCH Thaumcraft{5.1.6} [Thaumcraft] (thaumcraft-5.1.6.jar)
  101. UCH jeresources{0.3.3} [Just Enough Resources] (JustEnoughResources-1.8.9-0.3.3-deobf.jar)
  102. UCH AS_Ruins{15.3} [Ruins Spawning System] (Ruins-dev.jar)
  103. UCH Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8-dev.jar)
  104. Loaded coremods (and transformers):
  105. ThaumcraftLoader (thaumcraft-5.1.6.jar)
  106.  
  107. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.82' Renderer: 'GeForce GTX 660/PCIe/SSE2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement