Guest User

Untitled

a guest
Feb 17th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I let you down. Sorry :(
  3.  
  4. Time: 17-2-14 17:43
  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: com/github/lunatrius/schematica/config/Config
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:500)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:194)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:850)
  13. at net.minecraft.client.main.Main.main(SourceFile:103)
  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:134)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20. Caused by: java.lang.NoClassDefFoundError: com/github/lunatrius/schematica/config/Config
  21. at com.github.lunatrius.schematica.Schematica.preInit(Schematica.java:53)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. at java.lang.reflect.Method.invoke(Unknown Source)
  26. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:536)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30. at java.lang.reflect.Method.invoke(Unknown Source)
  31. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  32. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  33. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  34. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  35. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  36. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
  37. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
  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.EventHandler.handleEvent(EventHandler.java:74)
  43. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  44. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  45. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  46. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  47. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  48. at cpw.mods.fml.common.Loader.loadMods(Loader.java:498)
  49. ... 10 more
  50. Caused by: java.lang.ClassNotFoundException: com.github.lunatrius.schematica.config.Config
  51. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
  52. at java.lang.ClassLoader.loadClass(Unknown Source)
  53. at java.lang.ClassLoader.loadClass(Unknown Source)
  54. ... 38 more
  55. Caused by: java.lang.NoClassDefFoundError: com/github/lunatrius/core/config/Configuration
  56. at java.lang.ClassLoader.defineClass1(Native Method)
  57. at java.lang.ClassLoader.defineClass(Unknown Source)
  58. at java.security.SecureClassLoader.defineClass(Unknown Source)
  59. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
  60. ... 40 more
  61. Caused by: java.lang.ClassNotFoundException: com.github.lunatrius.core.config.Configuration
  62. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)
  63. at java.lang.ClassLoader.loadClass(Unknown Source)
  64. at java.lang.ClassLoader.loadClass(Unknown Source)
  65. ... 44 more
Advertisement
Add Comment
Please, Sign In to add comment