Advertisement
Guest User

Bspkrscore Problem

a guest
Feb 10th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.78 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 11/02/14 1:17 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: bspkrs/util/ForgeUtils
  8. at mod_ArmorStatusHUD.load(mod_ArmorStatusHUD.java:129)
  9. at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:538)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  13. at java.lang.reflect.Method.invoke(Unknown Source)
  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:194)
  20. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. at java.lang.reflect.Method.invoke(Unknown Source)
  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:105)
  31. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
  32. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
  33. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
  34. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
  35. at net.minecraft.client.main.Main.main(SourceFile:101)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  39. at java.lang.reflect.Method.invoke(Unknown Source)
  40. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  41. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  42. Caused by: java.lang.ClassNotFoundException: bspkrs.util.ForgeUtils
  43. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
  44. at java.lang.ClassLoader.loadClass(Unknown Source)
  45. at java.lang.ClassLoader.loadClass(Unknown Source)
  46. ... 34 more
  47. Caused by: java.lang.NullPointerException
  48.  
  49.  
  50. A detailed walkthrough of the error, its code path and all known details is as follows:
  51. ---------------------------------------------------------------------------------------
  52.  
  53. -- Head --
  54. Stacktrace:
  55. at mod_ArmorStatusHUD.load(mod_ArmorStatusHUD.java:129)
  56. at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:538)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  62. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  63. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  64. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  65. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  66. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
  67. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  70. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  71. at java.lang.reflect.Method.invoke(Unknown Source)
  72. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  73. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  74. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  75. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  76. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  77. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
  78. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
  79. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
  80. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
  81.  
  82. -- Initialization --
  83. Details:
  84. Stacktrace:
  85. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
  86. at net.minecraft.client.main.Main.main(SourceFile:101)
  87. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  88. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  89. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  90. at java.lang.reflect.Method.invoke(Unknown Source)
  91. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  92. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  93.  
  94. -- System Details --
  95. Details:
  96. Minecraft Version: 1.6.2
  97. Operating System: Windows 7 (amd64) version 6.1
  98. Java Version: 1.7.0_40, Oracle Corporation
  99. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  100. Memory: 558669768 bytes (532 MB) / 1325924352 bytes (1264 MB) up to 7635730432 bytes (7282 MB)
  101. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G
  102. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  103. Suspicious classes: FML and Forge are installed
  104. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  105. FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 40 mods loaded, 40 mods active
  106. mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  107. FML{6.2.62.871} [Forge Mod Loader] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized
  108. Forge{9.10.1.871} [Minecraft Forge] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized
  109. CodeChickenCore{0.9.0.3} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  110. PowerCrystalsCore{1.1.7} [PowerCrystals Core] (PowerCrystalsCore-1.1.7-7.jar) Unloaded->Constructed->Pre-initialized->Initialized
  111. SomniaCore{1.0.3} [SomniaCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  112. mod_bspkrsCore{v3.03(1.6.2)} [bspkrsCore] ([1.6.2]bspkrsCorev3.03.zip) Unloaded->Constructed->Pre-initialized->Initialized
  113. mod_ArmorStatusHUD{v1.13(1.6.2)} [ArmorStatusHUD] ([1.6.2]ArmorStatusHUDv1.13.zip) Unloaded->Constructed->Pre-initialized
  114. mod_DirectionHUD{v1.14(1.6.2)} [DirectionHUD] ([1.6.2]DirectionHUDv1.14.zip) Unloaded->Constructed->Pre-initialized
  115. FloatingRuins{Forge 1.6.2.r03} [FloatingRuins] ([1.6.2]FloatingRuins.Forge.1.6.2.r03.Universal.zip) Unloaded->Constructed->Pre-initialized
  116. mod_StatusEffectHUD{v1.16(1.6.2)} [StatusEffectHUD] ([1.6.2]StatusEffectHUDv1.16.zip) Unloaded->Constructed->Pre-initialized
  117. TreeCapitator{Forge 1.6.2.r05} [Treecapitator] ([1.6.2]TreeCapitator.Forge.1.6.2.r05.Universal.jar) Unloaded->Constructed->Pre-initialized
  118. KeithyUtils{1.2} [Keithy Utils] (KeithyUtils_1.2.zip) Unloaded->Constructed->Pre-initialized
  119. Aquaculture{1.2.4} [Aquaculture] (Aquaculture_1.2.4.zip) Unloaded->Constructed->Pre-initialized
  120. Artifacts{0.12.3} [Artifacts] (Artifacts-162-0123.zip) Unloaded->Constructed->Pre-initialized
  121. ChickenChunks{1.3.3.1} [ChickenChunks] (ChickenChunks 1.3.3.1.jar) Unloaded->Constructed->Pre-initialized
  122. craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized
  123. DragonAPI{release} [DragonAPI] (DragonAPI 1.6 V15b.zip) Unloaded->Constructed->Pre-initialized
  124. DyeTrees{beta} [Dye Trees] (DyeTrees 1.6 V15.zip) Unloaded->Constructed->Pre-initialized
  125. eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized
  126. EnderForest{beta} [Ender Forest] (EnderForest 1.6 V15.zip) Unloaded->Constructed->Pre-initialized
  127. EnhancedCore{1.1.3} [EnhancedCore] (EnhancedCore_1.1.3.jar) Unloaded->Constructed->Pre-initialized
  128. ExpandedRedstone{Gamma} [ExpandedRedstone] (ExpandedRedstone 1.6 V15.zip) Unloaded->Constructed->Pre-initialized
  129. farlanders{1.6.2} [The Farlanders] (Farlanders_v1.0.zip) Unloaded->Constructed->Pre-initialized
  130. GeoStrata{Gamma} [GeoStrata] (GeoStrata 1.6 V15.zip) Unloaded->Constructed->Pre-initialized
  131. InfernalMobs{1.4.1} [Infernal Mobs] (InfernalMobs_1.6.2.zip) Unloaded->Constructed->Pre-initialized
  132. inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed->Pre-initialized
  133. Metallurgy3Core{3.2.3} [Metallurgy 3 Core] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
  134. Metallurgy3Base{3.2.3} [Metallurgy 3 Base] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
  135. Metallurgy3Machines{3.2.3} [Metallurgy 3 Machines] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
  136. Metallurgy3Vanilla{3.2.3} [Metallurgy 3 Vanilla] (Metallurgy_3.2.3.zip) Unloaded->Constructed->Pre-initialized
  137. MeteorCraft{beta} [MeteorCraft] (MeteorCraft 1.6 V15.zip) Unloaded->Constructed->Pre-initialized
  138. MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2.jar) Unloaded->Constructed->Pre-initialized
  139. netherrocks{1.6.2A} [Netherrocks] (Netherrocks 1.6.2A.zip) Unloaded->Constructed->Pre-initialized
  140. PetBat{1.2.4} [Pet Bat] (PetBat_1.6.2.zip) Unloaded->Constructed->Pre-initialized
  141. rancraftpenguins{1.6.2n} [Rancraft Penguins] (RancraftPengForge_v162n.zip) Unloaded->Constructed->Pre-initialized
  142. RopesPlus{1.4.8} [Ropes+] (RopePlus_1.6.2.zip) Unloaded->Constructed->Pre-initialized
  143. SpiderPet{beta} [Spider Pet] (SpiderPet 1.6 V15.zip) Unloaded->Constructed->Pre-initialized
  144. Suntorch{1.2.1} [Suntorch] (suntorch_1.2.1.zip) Unloaded->Constructed->Pre-initialized
  145. UnDeath{1.0} [UnDeath!] (unDeath.zip) Unloaded->Constructed->Pre-initialized
  146. Launched Version: 1.6.2-Forge9.10.1.871
  147. LWJGL: 2.9.0
  148. OpenGL: GeForce GTX 780/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
  149. Is Modded: Definitely; Client brand changed to 'fml,forge'
  150. Type: Client (map_client.txt)
  151. Resource Pack: Default
  152. Current Language: English (US)
  153. Profiler Position: N/A (disabled)
  154. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement