Advertisement
Guest User

FML Error

a guest
Jul 4th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 5/07/13 1:53 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: mods/MCA/CommandDebugMode
  8. at java.lang.Class.forName0(Native Method)
  9. at java.lang.Class.forName(Unknown Source)
  10. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  16. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  20. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
  21. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
  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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  27. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  31. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
  32. at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
  33. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
  34. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:468)
  35. at net.minecraft.client.Minecraft.run(Minecraft.java:792)
  36. at net.minecraft.client.main.Main.main(SourceFile:101)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  40. at java.lang.reflect.Method.invoke(Unknown Source)
  41. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  43. Caused by: java.lang.ClassNotFoundException: mods.MCA.CommandDebugMode
  44. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
  45. at java.lang.ClassLoader.loadClass(Unknown Source)
  46. at java.lang.ClassLoader.loadClass(Unknown Source)
  47. ... 35 more
  48. Caused by: java.lang.NoClassDefFoundError: mods/MCA/Command
  49. at java.lang.ClassLoader.defineClass1(Native Method)
  50. at java.lang.ClassLoader.defineClass(Unknown Source)
  51. at java.security.SecureClassLoader.defineClass(Unknown Source)
  52. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
  53. ... 37 more
  54. Caused by: java.lang.ClassNotFoundException: mods.MCA.Command
  55. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:94)
  56. at java.lang.ClassLoader.loadClass(Unknown Source)
  57. at java.lang.ClassLoader.loadClass(Unknown Source)
  58. ... 41 more
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- Head --
  65. Stacktrace:
  66. at java.lang.Class.forName0(Native Method)
  67. at java.lang.Class.forName(Unknown Source)
  68. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  72. at java.lang.reflect.Method.invoke(Unknown Source)
  73. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  74. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  75. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  76. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  77. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  78. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:193)
  79. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:173)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  81. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  82. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  83. at java.lang.reflect.Method.invoke(Unknown Source)
  84. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  85. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  86. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  87. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  88. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  89. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:104)
  90. at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
  91. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:172)
  92. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:468)
  93.  
  94. -- Initialization --
  95. Details:
  96. Stacktrace:
  97. at net.minecraft.client.Minecraft.run(Minecraft.java:792)
  98. at net.minecraft.client.main.Main.main(SourceFile:101)
  99. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  100. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  101. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  102. at java.lang.reflect.Method.invoke(Unknown Source)
  103. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  104. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  105.  
  106. -- System Details --
  107. Details:
  108. Minecraft Version: 1.6.1
  109. Operating System: Windows 7 (amd64) version 6.1
  110. Java Version: 1.7.0_10, Oracle Corporation
  111. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  112. Memory: 1182909168 bytes (1128 MB) / 1543503872 bytes (1472 MB) up to 2863333376 bytes (2730 MB)
  113. JVM Flags: 2 total; -Xmx3072m -Xms1536m
  114. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  115. Suspicious classes: FML and Forge are installed
  116. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  117. FML: MCP v8.03 FML v6.1.34.771 Minecraft Forge 8.9.0.771 4 mods loaded, 4 mods active
  118. mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  119. FML{6.1.34.771} [Forge Mod Loader] (coremods) Unloaded->Constructed
  120. Forge{8.9.0.771} [Minecraft Forge] (coremods) Unloaded->Constructed
  121. MCA{3.3.0} [Minecraft Comes Alive] (mca v3.3.0.zip) Unloaded
  122. Launched Version: Forge8.9.0.771
  123. LWJGL: 2.9.0
  124. OpenGL: Intel(R) HD Graphics GL version 3.1.0 - Build 8.15.10.2653, Intel
  125. Is Modded: Definitely; Client brand changed to 'fml,forge'
  126. Type: Client (map_client.txt)
  127. Resource Pack: Default
  128. Profiler Position: N/A (disabled)
  129. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement