Advertisement
cjg313

Untitled

Apr 30th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 4/30/14 3:43 PM
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: codechicken/core/gui/GuiDraw$GuiHook
  8. at aroma1997.core.recipes.nei.NEIIntegration.init(NEIIntegration.java:9)
  9. at aroma1997.core.client.ClientProxy.init(ClientProxy.java:22)
  10. at aroma1997.core.Aroma1997Core.init(Aroma1997Core.java:92)
  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:47)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  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:209)
  21. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
  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:47)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  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:119)
  32. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:677)
  33. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:268)
  34. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:525)
  35. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
  36. at net.minecraft.client.main.Main.main(SourceFile:103)
  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:134)
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  43. Caused by: java.lang.ClassNotFoundException: codechicken.core.gui.GuiDraw$GuiHook
  44. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
  45. at java.lang.ClassLoader.loadClass(Unknown Source)
  46. at java.lang.ClassLoader.loadClass(Unknown Source)
  47. ... 35 more
  48. Caused by: java.lang.NullPointerException
  49.  
  50.  
  51. A detailed walkthrough of the error, its code path and all known details is as follows:
  52. ---------------------------------------------------------------------------------------
  53.  
  54. -- Head --
  55. Stacktrace:
  56. at aroma1997.core.recipes.nei.NEIIntegration.init(NEIIntegration.java:9)
  57. at aroma1997.core.client.ClientProxy.init(ClientProxy.java:22)
  58. at aroma1997.core.Aroma1997Core.init(Aroma1997Core.java:92)
  59. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  60. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  62. at java.lang.reflect.Method.invoke(Unknown Source)
  63. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  64. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  65. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  66. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  67. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  68. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
  69. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  73. at java.lang.reflect.Method.invoke(Unknown Source)
  74. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  75. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  76. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  77. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  78. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  79. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  80. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:677)
  81. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:268)
  82. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:525)
  83.  
  84. -- Initialization --
  85. Details:
  86. Stacktrace:
  87. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)
  88. at net.minecraft.client.main.Main.main(SourceFile:103)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  92. at java.lang.reflect.Method.invoke(Unknown Source)
  93. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  94. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  95.  
  96. -- System Details --
  97. Details:
  98. Minecraft Version: 1.7.2
  99. Operating System: Windows 7 (amd64) version 6.1
  100. Java Version: 1.7.0_51, Oracle Corporation
  101. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  102. Memory: 276737944 bytes (263 MB) / 573571072 bytes (547 MB) up to 954728448 bytes (910 MB)
  103. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  104. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  105. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  106. FML: MCP v9.01-pre FML v7.2.156.1060 Minecraft Forge 10.12.1.1060 Optifine OptiFine_1.7.2_HD_C2 53 mods loaded, 53 mods active
  107. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  108. FML{7.2.156.1060} [Forge Mod Loader] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized
  109. Forge{10.12.1.1060} [Minecraft Forge] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized
  110. Aroma1997Core{1.0.2.0} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  111. CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  112. NotEnoughItems{1.0.1} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.1-universal.jar) Unloaded->Constructed->Pre-initialized
  113. FamiliarsAPI{1.7.2c} [Familiars API] (FamiliarsAPI-1.7.2c.jar) Unloaded->Constructed->Pre-initialized
  114. bspkrsCore{6.5(1.7.2)} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.5(1.7.2).jar) Unloaded->Constructed->Pre-initialized
  115. ArmorStatusHUD{1.24(1.7.2)} [ArmorStatusHUD] ([1.7.2]ArmorStatusHUD-client-1.24(1.7.2).jar) Unloaded->Constructed->Pre-initialized
  116. BreedingViewer{1.06} [BreedingViewer] ([1.7.2]BreedingViewer_1.06.jar) Unloaded->Constructed->Pre-initialized
  117. DamageIndicatorsMod{3.1.1} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.1.jar) Unloaded->Constructed->Pre-initialized
  118. DirectionHUD{1.21(1.7.2)} [DirectionHUD] ([1.7.2]DirectionHUD-client-1.21(1.7.2).jar) Unloaded->Constructed->Pre-initialized
  119. extendedWorkbench{1.2.0.1} [Extended Workbench] ([1.7.2]ExtendedWorkbench v1.2.0.1.jar) Unloaded->Constructed->Pre-initialized
  120. StatusEffectHUD{1.24(1.7.2)} [StatusEffectHUD] ([1.7.2]StatusEffectHUD-client-1.24(1.7.2).jar) Unloaded->Constructed->Pre-initialized
  121. TreeCapitator{1.7.2.r01} [TreeCapitator] ([1.7.2]TreeCapitator-universal-1.7.2.r01.jar) Unloaded->Constructed->Pre-initialized
  122. deconstruction{2.1.2} [The Deconstruction Mod] ([MC1.7.2]deconstruction[v2.1.2].jar) Unloaded->Constructed->Pre-initialized
  123. ArchimedesShips{1.7.2 v1.5.2} [Archimedes' Ships] (ArchimedesShips.jar) Unloaded->Constructed->Pre-initialized
  124. smeltchevsky{b2} [Armor Smelter] (ArmorSmelter_1.7.2_b2.zip) Unloaded->Constructed->Pre-initialized
  125. Aroma1997CoreHelper{1.0.2.0} [Aroma1997Core|Helper] (Aroma1997Core-1.7.2-1.0.2.0.jar) Unloaded->Constructed->Pre-initialized
  126. thebombzenapi{2.3.5} [ThebombzenAPI] (ThebombzenAPI-v2.3.5-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized
  127. autoswitch{4.3.4} [AutoSwitch] (AutoSwitch-v4.3.4-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized
  128. BetterChests{1.1.0.4} [BetterChests] (BetterChests-1.7.2-1.1.0.4.jar) Unloaded->Constructed->Pre-initialized
  129. BiblioCraft{1.6.3} [BiblioCraft] (BiblioCraft[1.6.3][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized
  130. SKC-Core{1.1.0.0} [SKC Core] (SKC Core 1.1.0.0 - MC 1.7.2 - Forge (10.12.0.985).jar.zip) Unloaded->Constructed->Pre-initialized
  131. SKC-CraftableHorseArmor{1.1.0.0} [Craftable Horse Armor] (CraftableHorseArmor 1.1.0.0 - MC 1.7.2 - Forge (10.12.0.985).jar.zip) Unloaded->Constructed->Pre-initialized
  132. DungeonPack{1.7.2-2.0} [DungeonPack] (DungeonPack-1.7.2-2.0.jar.zip) Unloaded->Constructed->Pre-initialized
  133. FamiliarsDefaultMobPack{1.7.2b} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.2b.jar) Unloaded->Constructed->Pre-initialized
  134. FamiliarsExtendedFamPack{1.7.2b} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.2b.jar) Unloaded->Constructed->Pre-initialized
  135. HoloInventory{1.8.0.71} [HoloInventory] (HoloInventory-1.8.0.71.jar) Unloaded->Constructed->Pre-initialized
  136. imc{1.1} [Improving Minecraft] (Improving Minecraft-1.1.jar.zip) Unloaded->Constructed->Pre-initialized
  137. IronChest{6.0.14.719} [Iron Chest] (ironchest-1.7.2-6.0.14.719-universal.jar) Unloaded->Constructed->Pre-initialized
  138. reaper_lantern{1.44} [Lantern mod] (Lantern1.44[1.7.2].jar.zip) Unloaded->Constructed->Pre-initialized
  139. LightBridgesAndDoors{0.1.9} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V 1.9.zip) Unloaded->Constructed->Pre-initialized
  140. MapWriter{2.1.1} [MapWriter] (MapWriter-1.7.2-2.1.1.jar.zip) Unloaded->Constructed->Pre-initialized
  141. radixcore{1.0.0} [RadixCore] (RadixCore-1.0.0 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized
  142. mca{4.0.2} [Minecraft Comes Alive] (MCA-4.0.2 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized
  143. MoreEnchants{1.3.0} [MoreEnchants] (MoreEnchants-MC1.7-1.3.1.jar) Unloaded->Constructed->Pre-initialized
  144. moreNature{0.6.1} [More Nature] (morenature-0.6.1.jar) Unloaded->Constructed->Pre-initialized
  145. BetterSlabs{0.0.1} [heaton84's Better Slabs] (PaneInTheGlass-1.1.0.jar.zip) Unloaded->Constructed->Pre-initialized
  146. TableSaw{0.0.1} [heaton84's TableSaw] (PaneInTheGlass-1.1.0.jar.zip) Unloaded->Constructed->Pre-initialized
  147. pplus{1.7.2} [Peaceful Plus] (Peaceful Plus [1.7.2].jar.zip) Unloaded->Constructed->Pre-initialized
  148. PlanterHelper{0.4.2} [Planter Helper] (PlanterHelper-1.7.2_0.4.2.jar) Unloaded->Constructed->Pre-initialized
  149. quiverchevsky{b45} [QuiverBow] (QuiverBow_1.7.2_b45.zip) Unloaded->Constructed->Pre-initialized
  150. RedstonePasteMod{1.6.1} [Redstone Paste] (RedstonePasteMod-1.7.2-1.6.1.jar) Unloaded->Constructed->Pre-initialized
  151. RopesPlus{1.5.7} [Ropes+] (RopePlus-1.7.2.jar) Unloaded->Constructed->Pre-initialized
  152. secretroomsmod{@VERSION@} [The SecretRoomsMod] (secretroomsmod-1.7.2-4.6.3.345.jar) Unloaded->Constructed->Pre-initialized
  153. examplemod{1.0} [examplemod] (Simple Recipes 1.8.1.zip) Unloaded->Constructed->Pre-initialized
  154. wuppy29_simplerecipes{1.8.1} [Simple Recipes] (Simple Recipes 1.8.1.zip) Unloaded->Constructed->Pre-initialized
  155. carystanley_soup{1.0} [Soup Mod] (soup_mod-1.7.2-v1.1.jar) Unloaded->Constructed->Pre-initialized
  156. stillhungry{1.7.2-2.1.0} [Still Hungry!] (stillhungry-1.7.2-2.1.0.jar) Unloaded->Constructed->Pre-initialized
  157. TwilightForest{2.0.3} [The Twilight Forest] (twilightforest-1.7.2-2.0.3.jar) Unloaded->Constructed->Pre-initialized
  158. taverns{2.2.0-0} [Village Taverns] (VillageTaverns-2.2.0-0.22.jar) Unloaded->Constructed->Pre-initialized
  159. weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar) Unloaded->Constructed->Pre-initialized
  160. Launched Version: 1.7.2-Forge10.12.1.1060
  161. LWJGL: 2.9.0
  162. OpenGL: ATI Radeon HD 4200 GL version 3.3.10834 Compatibility Profile Context, ATI Technologies Inc.
  163. Is Modded: Definitely; Client brand changed to 'fml,forge'
  164. Type: Client (map_client.txt)
  165. Resource Packs: [Sphax PureBDcraft 128x MC17.zip]
  166. Current Language: English (US)
  167. Profiler Position: N/A (disabled)
  168. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  169. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement