I had this set of mods working just fine until I added Buildcraft and IndustrialCraft. My crash report is below. Anyone know what the error is?
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 10/18/12 8:09 PM
Description: Failed to start game
cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:641)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:177)
at net.minecraft.client.Minecraft.a(Minecraft.java:450)
at net.minecraft.client.Minecraft.run(Minecraft.java:737)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:371)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)
... 4 more
Caused by: java.lang.IllegalStateException: value is absent
at com.google.common.base.Absent.get(Absent.java:40)
at extrabiomes.Module.do_init(Module.java:113)
at extrabiomes.Module.init(Module.java:44)
at extrabiomes.Extrabiomes.init(Extrabiomes.java:54)
... 29 more
Hmm I tested it by removing buildcraft and industrialcraft. The game started and worked normal. I then added each mod in on its own and Buildcraft is causing the crash.
Rei's Minimap can go in the mods folder as well. Doesn't need to be put in the jar.
Not that I think that's the problem. Just something I noticed while looking it over.
---- Minecraft Crash Report ----
// Shall we play a game?
Time: 10/18/12 8:09 PM
Description: Failed to start game
cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:641)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:177)
at net.minecraft.client.Minecraft.a(Minecraft.java:450)
at net.minecraft.client.Minecraft.run(Minecraft.java:737)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:371)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)
... 4 more
Caused by: java.lang.IllegalStateException: value is absent
at com.google.common.base.Absent.get(Absent.java:40)
at extrabiomes.Module.do_init(Module.java:113)
at extrabiomes.Module.init(Module.java:44)
at extrabiomes.Extrabiomes.init(Extrabiomes.java:54)
... 29 more
Relevant Details:
- Minecraft Version: 1.3.2
- Operating System: Windows 7 (x86) version 6.1
- Java Version: 1.6.0_37, Sun Microsystems Inc.
- Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
- Memory: 342695360 bytes (326 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
- JVM Flags: 2 total; -Xms512m -Xmx1024m
- FML: FML v3.0.196.366 Minecraft Forge 4.1.1.251 Optifine OptiFine_1.3.2_HD_U_B4 29 mods loaded, 29 mods active
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft [Mystcraft] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft [ComputerCraft] (ComputerCraft1.42.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.42.zip) Unloaded->Constructed->Pre-initialized->Initialized
DungeonPack [DungeonPack] (DungeonPack 1.3.2 v4.1 Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-3.1.0.e.108.jar) Unloaded->Constructed->Pre-initialized->Errored
Forestry [Forestry for Minecraft] (forestry-A-1.5.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.106.jar) Unloaded->Constructed->Pre-initialized->Initialized
MetallurgyCore [Metallurgy Core] (Metallurgy - Core 2.1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MetallurgyBase [Metallurgy Base] (Metallurgy - Base Metals 2.1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MetallurgyEnder [Metallurgy Ender] (Metallurgy - Ender Metals 2.1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MetallurgyFantasy [Metallurgy Fantasy] (Metallurgy - Fantasy Metals 2.1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MetallurgyNether [Metallurgy Nether] (Metallurgy - Nether Metals 2.1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MetallurgyPrecious [Metallurgy Precious] (Metallurgy - Precious Metals 2.1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MetallurgyUtility [Metallurgy Utility] (Metallurgy - Utility Ores 2.1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
Millenaire [Millénaire] (millenaire3.1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
SecretRoomsMod [The SecretRoomsMod] (SecretRooms-Forge-latest.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_Timber [Timber!] (Timber! (1.3.2).zip) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
- LWJGL: 2.4.2
- OpenGL: AMD Radeon HD 6570 GL version 4.2.11762 Compatibility Profile Context, ATI Technologies Inc.
- Is Modded: Definitely; 'forge,fml'
- Type: Client
- Texture Pack: Default
- Profiler Position: N/A (disabled)
www.youtube.com/user/thunderz8olt
www.youtube.com/user/thunderz8olt
-
View User Profile
-
View Posts
-
Send Message
Retired StaffForge
Optifine if using it
run minecraft
mods folder industrial craft
run minecraft
buildracraft mods folder
run minecraft
any other mod
www.youtube.com/user/thunderz8olt
-
View User Profile
-
View Posts
-
Send Message
Retired StaffNot that I think that's the problem. Just something I noticed while looking it over.
www.youtube.com/user/thunderz8olt
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhttp://www.minecraft...ob-performance/
www.youtube.com/user/thunderz8olt
www.youtube.com/user/thunderz8olt