Guest User

Minecraft + Forge Crash Report

a guest
Sep 12th, 2013
1,538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.06 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 9/12/13 10:38 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: scala/Function0
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:181)
  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 Reflector.callVoid(Reflector.java:251)
  16. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:399)
  17. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:804)
  18. at net.minecraft.client.main.Main.main(SourceFile:101)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  22. at java.lang.reflect.Method.invoke(Unknown Source)
  23. at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
  24. at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
  25. Caused by: java.lang.NoClassDefFoundError: scala/Function0
  26. at codechicken.multipart.MultiPartRegistry.registerConverter(MultiPartRegistry.scala)
  27. at codechicken.multipart.minecraft.Content.init(Content.java:26)
  28. at codechicken.multipart.minecraft.MinecraftMultipartMod.preInit(MinecraftMultipartMod.java:22)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:540)
  34. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  36. at java.lang.reflect.Method.invoke(Unknown Source)
  37. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  38. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  39. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  40. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  41. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  42. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
  43. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  47. at java.lang.reflect.Method.invoke(Unknown Source)
  48. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  49. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  50. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  51. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  52. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  53. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
  54. at cpw.mods.fml.common.Loader.loadMods(Loader.java:521)
  55. ... 15 more
  56. Caused by: java.lang.ClassNotFoundException: scala.Function0
  57. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
  58. at java.lang.ClassLoader.loadClass(Unknown Source)
  59. at java.lang.ClassLoader.loadClass(Unknown Source)
  60. ... 44 more
  61. Caused by: java.lang.NullPointerException
  62.  
  63.  
  64. A detailed walkthrough of the error, its code path and all known details is as follows:
  65. ---------------------------------------------------------------------------------------
  66.  
  67. -- System Details --
  68. Details:
  69. Minecraft Version: 1.6.2
  70. Operating System: Windows 7 (amd64) version 6.1
  71. Java Version: 1.6.0_30, Sun Microsystems Inc.
  72. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
  73. Memory: 211788336 bytes (201 MB) / 461373440 bytes (440 MB) up to 954466304 bytes (910 MB)
  74. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  75. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  76. Suspicious classes: FML and Forge are installed
  77. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  78. FML: MCP v8.04 FML v6.2.55.842 Minecraft Forge 9.10.0.842 Optifine OptiFine_1.6.2_HD_U_B3 48 mods loaded, 48 mods active
  79. mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  80. FML{6.2.55.842} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized
  81. Forge{9.10.0.842} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized
  82. CodeChickenCore{0.9.0.5} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized
  83. Micdoodlecore{} [Micdoodle8 Core] (coremods) Unloaded->Constructed->Pre-initialized
  84. ArchimedesShipsMod{1.6.2 v1.3.6} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized
  85. barrels{2.3} [The Barrels Mod] (Barrels 1.6.2+ 2.3.jar) Unloaded->Constructed->Pre-initialized
  86. betterstorage{0.7.0.28-dev} [BetterStorage] (BetterStorage_0.7.0.28-dev.zip) Unloaded->Constructed->Pre-initialized
  87. BiomesOPlenty{0.6.2} [Biomes O' Plenty] (Biomes-O-Plenty-0.6.2-1.6.2.jar) Unloaded->Constructed->Pre-initialized
  88. BuildCraft|Core{4.0.2} [BuildCraft] (Buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
  89. BuildCraft|Builders{4.0.2} [BC Builders] (Buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
  90. BuildCraft|Energy{4.0.2} [BC Energy] (Buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
  91. BuildCraft|Factory{4.0.2} [BC Factory] (Buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
  92. BuildCraft|Transport{4.0.2} [BC Transport] (Buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
  93. BuildCraft|Silicon{4.0.2} [BC Silicon] (Buildcraft-A-4.0.2.jar) Unloaded->Constructed->Pre-initialized
  94. craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.7.4.zip) Unloaded->Constructed->Pre-initialized
  95. CustomSpawner{2.3.0.dev1} [DrZhark's CustomSpawner] (CustomMobSpawner 2.3.0 DEV-R1.zip) Unloaded->Constructed->Pre-initialized
  96. MoCreatures{6.0.0.dev6} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.0.0 DEV-R6.zip) Unloaded->Constructed->Pre-initialized
  97. DynamicLights{1.2.5} [Dynamic Lights] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
  98. DynamicLights_onFire{1.0.2} [Dynamic Lights on burning] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
  99. DynamicLights_creepers{1.0.2} [Dynamic Lights on Creepers] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
  100. DynamicLights_dropItems{1.0.4} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
  101. DynamicLights_mobEquipment{1.0.1} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
  102. DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
  103. DynamicLights_otherPlayers{1.0.4} [Dynamic Lights Other Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
  104. DynamicLights_thePlayer{1.0.8} [Dynamic Lights Player Light] (DynamicLights_1.6.2.jar) Unloaded->Constructed->Pre-initialized
  105. EnhancedCore{1.1.3} [EnhancedCore] (EnhancedCore_1.1.3.jar) Unloaded->Constructed->Pre-initialized
  106. EP2{@VERSION@ (Build: @BUILD_NUMBER@)} [EnhancedPortals 2] (EnhancedPortals-2_1.0.8.jar) Unloaded->Constructed->Pre-initialized
  107. Forestry{2.3.0.1} [Forestry for Minecraft] (Forestry-A-2.3.0.1.jar) Unloaded->Constructed->Pre-initialized
  108. ForgeMultipart{1.0.0.161} [Forge Multipart] (ForgeMultipart-universal-1.6.2-1.0.0.161.jar) Unloaded->Constructed->Errored
  109. McMultipart{1.0.0.161} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.2-1.0.0.161.jar) Unloaded->Constructed->Errored
  110. GalacticraftCore{0.1.39} [Galacticraft Core] (Galacticraft-1.6.2-a0.1.39.666.jar) Unloaded->Constructed->Pre-initialized
  111. GalacticraftMars{0.1.39} [Galacticraft Mars] (Galacticraft-Planets-1.6.2-a0.1.39.666.jar) Unloaded->Constructed->Pre-initialized
  112. ImmibisCore{56.0.3} [Immibis Core] (Immibis-core-56.0.3.jar) Unloaded->Constructed->Pre-initialized
  113. LiquidXP{56.0.2} [Liquid XP] (Liquid-xp-56.0.2.jar) Unloaded->Constructed->Pre-initialized
  114. NetherStuffs{0.19} [NetherStuffs] (NetherStuffs_0.19.jar) Unloaded->Constructed->Pre-initialized
  115. ProjRed|Core{4.0.0.2} [Project: Red-Core] (ProjectRedBase-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Errored
  116. ProjRed|Integration{4.0.0.2} [ProjectRed-Integration] (ProjectRedIntegration-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Errored
  117. ProjRed|Transmission{4.0.0.2} [ProjectRed-Transmission] (ProjectRedIntegration-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Errored
  118. ProjRed|Exploration{4.0.0.2} [ProjectRed-Exploration] (ProjectRedWorld-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Errored
  119. ProjRed|Illumination{4.0.0.2} [ProjectRed-Illumination] (ProjectRedWorld-1.6.2-4.0.0.2.jar) Unloaded->Constructed->Errored
  120. Railcraft{8.0.1.0} [Railcraft] (Railcraft_1.6.2-8.0.1.0.jar) Unloaded->Constructed->Pre-initialized
  121. RopesPlus{1.4.5} [Ropes+] (RopePlus_1.6.2.jar) Unloaded->Constructed->Pre-initialized
  122. ThirstySteve{1.6.4} [ThirstySteve] (ThirstySteve-1.6.4.112.jar) Unloaded->Constructed->Pre-initialized
  123. AS_UpdateCheck{1.1.0} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.2.zip) Unloaded->Constructed->Pre-initialized
  124. weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized
  125. BasicComponents{1.0.0} [Basic Components] (Basic_Components_v1.0.0.9.jar) Unloaded->Constructed->Pre-initialized
  126. ForgeMicroblock{1.0.0.161} [Forge Microblocks] (ForgeMultipart-universal-1.6.2-1.0.0.161.jar) Unloaded->Constructed->Errored
Advertisement
Add Comment
Please, Sign In to add comment