Advertisement
Guest User

Untitled

a guest
Sep 1st, 2013
1,749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 13/09/01 16:51
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: buildcraft/api/core/IIconProvider
  8. at java.lang.Class.forName0(Native Method)
  9. at java.lang.Class.forName(Class.java:249)
  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(NativeMethodAccessorImpl.java:39)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  14. at java.lang.reflect.Method.invoke(Method.java:597)
  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:194)
  21. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  25. at java.lang.reflect.Method.invoke(Method.java:597)
  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:105)
  32. at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
  33. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
  34. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
  35. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
  36. at net.minecraft.client.main.Main.main(SourceFile:101)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  40. at java.lang.reflect.Method.invoke(Method.java:597)
  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: buildcraft.api.core.IIconProvider
  44. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
  45. at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  46. at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  47. ... 35 more
  48. Caused by: java.lang.NullPointerException
  49. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
  50. ... 37 more
  51.  
  52.  
  53. A detailed walkthrough of the error, its code path and all known details is as follows:
  54. ---------------------------------------------------------------------------------------
  55.  
  56. -- Head --
  57. Stacktrace:
  58. at java.lang.Class.forName0(Native Method)
  59. at java.lang.Class.forName(Class.java:249)
  60. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:457)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  64. at java.lang.reflect.Method.invoke(Method.java:597)
  65. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  66. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  67. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  68. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  69. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  70. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
  71. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  75. at java.lang.reflect.Method.invoke(Method.java:597)
  76. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  77. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  78. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  79. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  80. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  81. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
  82. at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
  83. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
  84. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:470)
  85.  
  86. -- Initialization --
  87. Details:
  88. Stacktrace:
  89. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
  90. at net.minecraft.client.main.Main.main(SourceFile:101)
  91. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  92. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  93. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  94. at java.lang.reflect.Method.invoke(Method.java:597)
  95. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  96. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  97.  
  98. -- System Details --
  99. Details:
  100. Minecraft Version: 1.6.2
  101. Operating System: Mac OS X (x86_64) version 10.8.4
  102. Java Version: 1.6.0_51, Apple Inc.
  103. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
  104. Memory: 31172960 bytes (29 MB) / 113770496 bytes (108 MB) up to 1065025536 bytes (1015 MB)
  105. JVM Flags: 1 total; -Xmx1G
  106. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  107. Suspicious classes: FML and Forge are installed
  108. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  109. FML: MCP v8.04 FML v6.2.57.845 Minecraft Forge 9.10.0.845 27 mods loaded, 27 mods active
  110. mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  111. FML{6.2.57.845} [Forge Mod Loader] (minecraftforge-9.10.0.845.jar) Unloaded->Constructed
  112. Forge{9.10.0.845} [Minecraft Forge] (minecraftforge-9.10.0.845.jar) Unloaded->Constructed
  113. PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed
  114. BambooMod{Minecraft1.6.2 ver2.6.1.17} [BambooMod] (Bamboo%20uni-2.6.1.17.zip) Unloaded->Constructed
  115. craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed
  116. mod_MMM_MMMLib{1.6.2-3} [MMMLib] (MMMLib-1_6_2-3.zip) Unloaded->Constructed
  117. mod_MaidVillager{1.6.2} [mod_MaidVillager] (MaidVillager+tofu_1.6.2.zip) Unloaded->Constructed
  118. RPGLogger{3.7.0-MC1.6.2} [RPG Logger] (RPGLogger-3.7.0-MC1.6.2.zip) Unloaded->Constructed
  119. SnowDeeper{1.0.2-MC1.6.2} [Snow Deeper] (SnowDeeper-1.0.2-MC1.6.2.zip) Unloaded->Constructed
  120. SpelunkerMod2{2.0.5_1-MC1.6.2} [スペランカーMOD (SPELUNKER MOD)] (SpelunkerMod-2.0.5-MC1.6.2.zip) Unloaded->Constructed
  121. TofuCraft{1.4.9-MC1.6.2} [豆腐Craft] (TofuCraft-1.4.9-MC1.6.2.zip) Unloaded->Constructed
  122. TofuFactory{1.0.0} [Tofu Factory] (TofuFactory-1.0.0_1-MC1.6.2.zip) Unloaded
  123. TravelDokodemoDoor{2.1.4-MC1.6.2} [遠征どこでもドア (Anywhere Travel Door)] (TravelDokodemoDoor-2.1.4_1-MC1.6.2.zip) Unloaded
  124. AndanteMod_Levistone{1.6.2.0} [Levistone] (and-Levistone162_00.zip) Unloaded
  125. BuildCraft|Core{4.0.2} [BuildCraft] (buildcraft-A-4.0.2.jar) Unloaded
  126. BuildCraft|Builders{4.0.2} [BC Builders] (buildcraft-A-4.0.2.jar) Unloaded
  127. BuildCraft|Energy{4.0.2} [BC Energy] (buildcraft-A-4.0.2.jar) Unloaded
  128. BuildCraft|Factory{4.0.2} [BC Factory] (buildcraft-A-4.0.2.jar) Unloaded
  129. BuildCraft|Transport{4.0.2} [BC Transport] (buildcraft-A-4.0.2.jar) Unloaded
  130. BuildCraft|Silicon{4.0.2} [BC Silicon] (buildcraft-A-4.0.2.jar) Unloaded
  131. Forestry{2.3.0.1} [Forestry for Minecraft] (forestry-A-2.3.0.1.jar) Unloaded
  132. ssHookShotMOD{162_84..鬱アップデート2} [フックショットのMOD] (hookshot_162_84.zip) Unloaded
  133. mod_LMM_littleMaidMob{Not available} [mod_LMM_littleMaidMob] (littleMaidMob-1_6_2-2.zip) Unloaded
  134. mod_MOAPI{Not available} [mod_MOAPI] (moapi-1.6.2.zip) Unloaded
  135. mod_IFN_FN5728Guns{Not available} [mod_IFN_FN5728Guns] (mod_FN5728Guns-1_6_2-3.zip) Unloaded
  136. SmashBatsMod{1.4.3-MC1.6.2} [Smash Bats Mod] (mod_SmashBatMod-1.4.3-MC1.6.2.zip) Unloaded
  137. Launched Version: 1.6.2-Forge9.10.0.845
  138. LWJGL: 2.9.0
  139. OpenGL: ATI Radeon HD 5750 OpenGL Engine GL version 2.1 ATI-1.8.18, ATI Technologies Inc.
  140. Is Modded: Definitely; Client brand changed to 'fml,forge'
  141. Type: Client (map_client.txt)
  142. Resource Pack: Default
  143. Current Language: English (US)
  144. Profiler Position: N/A (disabled)
  145. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement