Guest User

Untitled

a guest
Oct 25th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 25/10/13 9:00 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.ClassNotFoundException: stickpeted.elementalStaffs.client.ClientProxy
  8. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:75)
  9. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. at java.lang.reflect.Method.invoke(Method.java:606)
  14. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  15. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  16. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  17. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  18. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  19. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  20. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24. at java.lang.reflect.Method.invoke(Method.java:606)
  25. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  26. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  27. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  28. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  30. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  31. at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
  32. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  33. at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  34. at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  35. at net.minecraft.client.main.Main.main(Main.java:93)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:606)
  40. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  41. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  42. Caused by: java.lang.ClassNotFoundException: stickpeted.elementalStaffs.client.ClientProxy
  43. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  44. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  45. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  46. at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:61)
  47. at java.lang.Class.forName0(Native Method)
  48. at java.lang.Class.forName(Class.java:270)
  49. at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:58)
  50. ... 33 more
  51. Caused by: java.lang.NullPointerException
  52. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
  53. ... 39 more
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- System Details --
  60. Details:
  61. Minecraft Version: 1.6.4
  62. Operating System: Windows 7 (amd64) version 6.1
  63. Java Version: 1.7.0_45, Oracle Corporation
  64. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  65. Memory: 966158376 bytes (921 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  66. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  67. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  68. Suspicious classes: FML and Forge are installed
  69. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  70. FML: MCP v8.11 FML v6.4.31.935 Minecraft Forge 9.11.1.935 4 mods loaded, 4 mods active
  71. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  72. FML{6.4.31.935} [Forge Mod Loader] (bin) Unloaded->Constructed
  73. Forge{9.11.1.935} [Minecraft Forge] (bin) Unloaded->Constructed
  74. elementalStaffs{1.0} [ElementalStaffs] (bin) Unloaded->Errored
Advertisement
Add Comment
Please, Sign In to add comment