Advertisement
Guest User

Untitled

a guest
Jul 4th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 04/07/13 7:33 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: WayofTime.alchemicalWizardry.AlchemicalWizardry
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:148)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:520)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:468)
  12. at net.minecraft.client.Minecraft.run(Minecraft.java:792)
  13. at net.minecraft.client.main.Main.main(SourceFile:101)
  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:57)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  20. Caused by: java.lang.ClassNotFoundException: WayofTime.alchemicalWizardry.AlchemicalWizardry
  21. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
  22. at java.lang.ClassLoader.loadClass(Unknown Source)
  23. at java.lang.ClassLoader.loadClass(Unknown Source)
  24. at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
  25. at java.lang.Class.forName0(Native Method)
  26. at java.lang.Class.forName(Unknown Source)
  27. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  33. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  37. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
  38. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42. at java.lang.reflect.Method.invoke(Unknown Source)
  43. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  44. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  45. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  46. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  47. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  48. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
  49. at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
  50. ... 10 more
  51. Caused by: java.lang.NullPointerException
  52. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
  53. ... 38 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.1
  62. Operating System: Windows 7 (amd64) version 6.1
  63. Java Version: 1.7.0_17, Oracle Corporation
  64. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  65. Memory: 294261776 bytes (280 MB) / 455213056 bytes (434 MB) up to 954466304 bytes (910 MB)
  66. JVM Flags: 1 total; -Xmx1G
  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.03 FML v6.1.34.771 Minecraft Forge 8.9.0.771 4 mods loaded, 4 mods active
  71. mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  72. FML{6.1.34.771} [Forge Mod Loader] (coremods) Unloaded->Constructed
  73. Forge{8.9.0.771} [Minecraft Forge] (coremods) Unloaded->Constructed
  74. AWWayofTime{0.0.0} [AlchemicalWizardry] (alchemicalWizardry.zip) Unloaded->Errored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement