Advertisement
Guest User

Untitled

a guest
Feb 13th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 13/02/14 16:34
  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: com.willdabeast509.flintlocks.mod_flintlocks
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:497)
  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.ClassNotFoundException: com.willdabeast509.flintlocks.mod_flintlocks
  21. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
  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:443)
  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:47)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  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:209)
  38. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
  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:47)
  45. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  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:119)
  49. at cpw.mods.fml.common.Loader.loadMods(Loader.java:487)
  50. ... 10 more
  51. Caused by: java.lang.NullPointerException
  52. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
  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.7.2
  62. Operating System: Windows 7 (x86) version 6.1
  63. Java Version: 1.7.0_45, Oracle Corporation
  64. Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
  65. Memory: 27178208 bytes (25 MB) / 147664896 bytes (140 MB) up to 518979584 bytes (494 MB)
  66. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
  67. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  68. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  69. FML: MCP v9.01-pre FML v7.2.116.1029 Minecraft Forge 10.12.0.1029 4 mods loaded, 4 mods active
  70. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  71. FML{7.2.116.1029} [Forge Mod Loader] (forge-1.7.2-10.12.0.1029.jar) Unloaded->Constructed
  72. Forge{10.12.0.1029} [Minecraft Forge] (forge-1.7.2-10.12.0.1029.jar) Unloaded->Constructed
  73. flintlock_guns{1.6_5} [Flintlock Guns Mod] (com) Unloaded->Errored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement