Advertisement
Guest User

Untitled

a guest
Apr 13th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I'm sorry, Dave.
  3.  
  4. Time: 13/04/13 19:24
  5. Description: Failed to start game
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mods/ICSCMod/IceCreamSandwichCreeperMod
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407)
  12. at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:729)
  14. at java.lang.Thread.run(Thread.java:679)
  15. Caused by: java.lang.NoClassDefFoundError: mods/ICSCMod/IceCreamSandwichCreeperMod
  16. at mods.borderlands.BorderlandsMod.preInit(BorderlandsMod.java:95)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:616)
  21. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:515)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:616)
  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: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.propogateStateMessage(LoadController.java:165)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:616)
  36. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  37. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  38. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  39. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  41. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
  42. at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
  43. ... 5 more
  44. Caused by: java.lang.ClassNotFoundException: mods.ICSCMod.IceCreamSandwichCreeperMod
  45. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
  46. at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
  47. at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
  48. ... 32 more
  49. Caused by: java.lang.NullPointerException
  50. at org.objectweb.asm.ClassReader.<init>(Unknown Source)
  51. at codechicken.core.asm.ASMHelper.createClassNode(ASMHelper.java:109)
  52. at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:91)
  53. at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
  54. at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
  55. ... 34 more
  56.  
  57.  
  58. A detailed walkthrough of the error, its code path and all known details is as follows:
  59. ---------------------------------------------------------------------------------------
  60.  
  61. -- System Details --
  62. Details:
  63. Minecraft Version: 1.5.1
  64. Operating System: Linux (amd64) version 3.5.0-27-generic
  65. Java Version: 1.6.0_27, Sun Microsystems Inc.
  66. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
  67. Memory: 560609432 bytes (534 MB) / 693501952 bytes (661 MB) up to 954466304 bytes (910 MB)
  68. JVM Flags: 2 total; -Xms512m -Xmx1024m
  69. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  70. Suspicious classes: FML and Forge are installed
  71. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  72. FML: MCP v7.44 FML v5.1.21.651 Minecraft Forge 7.7.1.651 Optifine OptiFine_1.5.1_HD_U_B3 7 mods loaded, 7 mods active
  73. mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  74. FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
  75. Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
  76. CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized
  77. NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized
  78. ShoulderSurfing [ShoulderSurfing] (coremods) Unloaded->Constructed->Pre-initialized
  79. Fyrestorm_BorderlandsWeaponMod [The Borderlands Weapon Mod] (Borderlands Weapon Mod v0.0.6a.zip) Unloaded->Constructed->Errored
  80. LWJGL: 2.8.4
  81. OpenGL: AMD Radeon HD 6480G GL version 4.2.11903 Compatibility Profile Context, ATI Technologies Inc.
  82. Is Modded: Definitely; Client brand changed to 'fml,forge'
  83. Type: Client (map_client.txt)
  84. Texture Pack: NarutoInspiredMCVR15_5110527.zip
  85. Profiler Position: N/A (disabled)
  86. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement