Advertisement
Guest User

Untitled

a guest
Jan 9th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 09.01.15 15:30
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: codechicken/core/GuiModListScroll
  8. at codechicken.nei.ClientHandler.load(ClientHandler.java:119)
  9. at codechicken.nei.NEIModContainer.init(NEIModContainer.java:87)
  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.EventSubscriber.handleEvent(EventSubscriber.java:74)
  15. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  16. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  17. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  18. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  19. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  20. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  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.EventSubscriber.handleEvent(EventSubscriber.java:74)
  26. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  27. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  28. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  30. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  31. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
  32. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
  33. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
  34. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  35. at net.minecraft.client.main.Main.main(SourceFile:148)
  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:135)
  41. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  42. Caused by: java.lang.ClassNotFoundException: codechicken.core.GuiModListScroll
  43. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  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. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  49. ... 36 more
  50.  
  51.  
  52. A detailed walkthrough of the error, its code path and all known details is as follows:
  53. ---------------------------------------------------------------------------------------
  54.  
  55. -- Head --
  56. Stacktrace:
  57. at codechicken.nei.ClientHandler.load(ClientHandler.java:119)
  58. at codechicken.nei.NEIModContainer.init(NEIModContainer.java:87)
  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.EventSubscriber.handleEvent(EventSubscriber.java:74)
  64. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  65. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  66. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  67. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  68. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  69. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  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.EventSubscriber.handleEvent(EventSubscriber.java:74)
  75. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  76. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  77. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  78. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  79. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  80. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
  81. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
  82. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
  83.  
  84. -- Initialization --
  85. Details:
  86. Stacktrace:
  87. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  88. at net.minecraft.client.main.Main.main(SourceFile:148)
  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:135)
  94. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  95.  
  96. -- System Details --
  97. Details:
  98. Minecraft Version: 1.7.10
  99. Operating System: Windows 7 (x86) version 6.1
  100. Java Version: 1.8.0_25, Oracle Corporation
  101. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  102. Memory: 87926032 bytes (83 MB) / 327286784 bytes (312 MB) up to 1060372480 bytes (1011 MB)
  103. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  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.05 FML v7.10.85.1284 Minecraft Forge 10.13.2.1284 65 mods loaded, 65 mods active
  107. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  108. FML{7.10.85.1284} [Forge Mod Loader] (forge-1.7.10-10.13.2.1284.jar) Unloaded->Constructed->Pre-initialized->Initialized
  109. Forge{10.13.2.1284} [Minecraft Forge] (forge-1.7.10-10.13.2.1284.jar) Unloaded->Constructed->Pre-initialized->Initialized
  110. CodeChickenCore{1.0.1.8} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
  111. NotEnoughItems{1.0.3.46} [Not Enough Items] (Not-Enough-Items-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  112. ss3dMinimap{0} [ss3dMinimap] (3D-Minimap-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  113. simplecore{1.0.1} [SimpleCore API] ([1.7.10] SimpleCore API v1.0.1.jar) Unloaded->Constructed->Pre-initialized
  114. Amberoguia{1.4} [Amberoguia] ([1.7.10]AmberoguiaMod_v1.4.jar) Unloaded->Constructed->Pre-initialized
  115. advcapes{1.0} [Advanced Capes] (Advanced-Capes-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  116. animatedblocks{v0.2 for 1.7.10} [Animated Blocks] (Animated-Blocks-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  117. AutoSapling{1.0} [AutoSapling] (Auto-Sapling-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  118. thebombzenapi{2.4.1} [ThebombzenAPI] (ThebombzenAPI-v2.4.1-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized
  119. autoswitch{5.1.0} [AutoSwitch] (AutoSwitch-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  120. Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar) Unloaded->Constructed->Pre-initialized
  121. TestEnvironmentMod{1.0} [TestEnvironmentMod] (Bedrock-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  122. betterarmor2{2.5.0.0} [BetterArmor 2] (Better-Armor-2-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  123. grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212-Core-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  124. blackdiamond{V0.1 - 1.7.10} [Black Diamond] (Black-Diamond-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  125. rafradek_blocklauncher{1.3.1} [Block Launcher] (Block-Launcher-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized
  126. camping{2.1} [The Camping Mod 2] (Camping-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  127. chestsplus{@MAJOR@.@MINOR@.@REVIS@.@BUILD@} [Chests+] (Chest-Plus-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  128. ForgeMultipart{1.1.1.320} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed->Pre-initialized
  129. chisel{2.0.0.3} [Chisel] (Chisel-2-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  130. comp101{0.1.1} [Companion mod] (Companions-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  131. ComputerCraft{1.64} [ComputerCraft] (ComputerCraft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  132. CosmeticArmor{1.0.1} [Cosmetic Armor] (Cosmetic-Armor-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  133. deconstruction{2.1.0} [The Deconstruction Mod] (Deconstruction-Table-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized
  134. doubledoors{V0.1 - 1.7.10} [Double Doors] (Double-doors-mod-by-derbam-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  135. DyeableBeds{1.7.2 R2} [Dyeable Beds] (Dyeable-Beds-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  136. eternalfrost{2.0b2} [Eternal Frost] (eternalfrost-2.0b2.jar) Unloaded->Constructed->Pre-initialized
  137. extvil{1.7.10-1.3} [Extended_Villages] (Extended-Villages-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  138. extraachievements{2.1.1} [Extra Achievements] (Extra-Achievements-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  139. examplemod{1.0} [examplemod] (Extra-Doors-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  140. extradoors{1.5.1} [Extra Doors] (Extra-Doors-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  141. extrabiomesxl{3.16.alpha} [ExtrabiomesXL] (ExtrabiomesXL-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  142. McMultipart{1.1.1.320} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed->Pre-initialized
  143. ModGeochests{1.0.5} [§aGeochests] (Geochests-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  144. glowstoneseeds{V0.1 - 1.7.10} [Glowstone Seeds] (Glowstone-Seeds-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  145. wuppy29_harderpeaceful{1.7.3} [Harder Peaceful] (Harder Peaceful 1.7.10-1.7.3.jar) Unloaded->Constructed->Pre-initialized
  146. hearts{1.0} [Hearts] (Heart-Crystals-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized
  147. ssHookShot{0} [HookShot] (Hook-Shot-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  148. Human Mob Mod{1.0} [Human Mob Mod] (Human-Mob-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized
  149. hungryanimals{1.7.10-10.13.0.1180-1.0.3.2} [Hungry Animals] (Hungry-Animals-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  150. InfernalMobs{1.5.4} [Infernal Mobs] (InfernalMobs-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  151. IronChest{6.0.41.729} [Iron Chest] (Iron-Chests-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  152. lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  153. moreores{3.0} [Mr.Robertman's More Ores] (More Ores V3.0.1 (MC 1.7.10).jar) Unloaded->Constructed->Pre-initialized
  154. MoreBows2{Beta 0.4} [More Bows 2] (More-Bows-2-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  155. MoreFurnaces{1.3.9} [More Furnaces] (More-Furnaces-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  156. netherrocks{1.2.1} [Netherrocks] (Netherrocks-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  157. obsidianMod{dev14.9.16a} [Obsidian Mod] (Obsidian-Mod-by-Book-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  158. ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar) Unloaded->Constructed->Pre-initialized
  159. Paleocraft{1.7.10 Cambrian 1.5.2} [Paleocraft] (PaleoCraft-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  160. PlanterHelper{0.5.0} [Planter Helper] (Planter-Helper-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  161. realism{1.7.10} [realism] (Realism-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized
  162. RWG{Alpha 1.1} [Realistic World Gen Alpha] (Realistic-World-Gen-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  163. rubymod{v0.1} [Ruby Mod] (Ruby-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  164. ShowDurability2{1.3.0} [ShowDurability2] (Show-Durability-2-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  165. kegare.skyland{1.0.3} [Skyland] (Skyland-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  166. snapdoors{1.7.10-1.1.0} [SnapDoors] (SnapDoors-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  167. telepads{1.6.4 v5} [Teleportation Pads] (TelePads-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  168. torchLevers{1.4} [Torch Levers] (Torch-Levers-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  169. ultimatefist{V0.1 - 1.7.10} [Ultimate Fist] (Ultimate-Fist-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
  170. XaeroMinimap{1.1.9} [Xaero's Minimap] (xaeros minimap.jar) Unloaded->Constructed->Pre-initialized
  171. ForgeMicroblock{1.1.1.320} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.1.320-universal.jar) Unloaded->Constructed->Pre-initialized
  172. Launched Version: 1.7.10-Forge10.13.2.1284
  173. LWJGL: 2.9.1
  174. OpenGL: Intel(R) HD Graphics Family GL version 3.1.0 - Build 8.15.10.2476, Intel
  175. GL Caps: Using GL 1.3 multitexturing.
  176. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  177. Anisotropic filtering is supported and maximum anisotropy is 16.
  178. Shaders are available because OpenGL 2.1 is supported.
  179.  
  180. Is Modded: Definitely; Client brand changed to 'fml,forge'
  181. Type: Client (map_client.txt)
  182. Resource Packs: []
  183. Current Language: English (US)
  184. Profiler Position: N/A (disabled)
  185. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  186. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement