Ok so I searched SEVERAL posts trying to find a fix for this, and either i am not reading/understanding them correctly, or it really had not been posted before. My issue solely occurs when trying to add ExtrabiomesXL-universal-3.1.0.e.108 in with the rest of my mods. I will post the parts from the FML log that are relavant only to spare your eyes:
Forgive me, I can't seem to get the Spoiler tag to work =(
*** First part of the error is this: (This error I understand obviously is caused by the ID conflict, but isn't MCF/FML supposed to auto change the ID's to prevent conflicts?)
[code]2012-10-20 17:39:55 [SEVERE] [ExtrabiomesXL] ExtrabiomesXL had a problem loading it's configuration.
java.lang.IllegalArgumentException: Slot 150 is already occupied by [email protected] when adding [email protected][/code]
*** The second part of the error is this: (This I have no clue what it means)
[code]2012-10-20 17:40:13 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2012-10-20 17:40:13 [SEVERE] [ForgeModLoader] Caught exception from ExtrabiomesXL
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:437)
at sun.reflect.GeneratedMethodAccessor4.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:639)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.a(Minecraft.java:461)
at net.minecraft.client.Minecraft.run(Minecraft.java:748)
at java.lang.Thread.run(Unknown Source)
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
2012-10-20 17:40:23 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException
2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)
2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:183)
2012-10-20 17:40:23 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:461)
2012-10-20 17:40:23 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:748)
2012-10-20 17:40:23 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:437)
2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:639)
2012-10-20 17:40:23 [INFO] [STDERR] ... 4 more
2012-10-20 17:40:23 [INFO] [STDERR] Caused by: java.lang.IllegalStateException: value is absent
2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.base.Absent.get(Absent.java:40)
2012-10-20 17:40:23 [INFO] [STDERR] at extrabiomes.Module.do_init(Module.java:113)
2012-10-20 17:40:23 [INFO] [STDERR] at extrabiomes.Module.init(Module.java:44)
2012-10-20 17:40:23 [INFO] [STDERR] at extrabiomes.Extrabiomes.init(Extrabiomes.java:54)
2012-10-20 17:40:23 [INFO] [STDERR] ... 29 more[/code]
*** First part of the error is this: (This error I understand obviously is caused by the ID conflict, but isn't MCF/FML supposed to auto change the ID's to prevent conflicts?)
No, Forge does not auto-resolve ID conflicts. You want ID Resolver for that, or edit the config files.
Ok, I was only able to find one ID resolver, and its for 1.2.5 and it had me install 2 other things in order for it to work.... [1.2.5]ID Resolver - Update 2
GUI API
ShaRose's Forge-4096 Fix_IDRPatch_forge-3.3.8.152
I did it and now I just get a black screen after I login to MC and FML runs, I get no error reports, no crashes, just a black screen that never changes, I have to manually close it with the X in the window...
I placed both GUI and the IDR patch directly into MC .jar file
Ok, after a lot of searching and sifting through forums, I found this in the ID resolver Devs forum posts
"You are using a patch designed for 1.2.5 in 1.3.2, and in 1.3.2 there won't be a patch needed at all. All the 1.3.2 versions are just guiapi + forge + stick the jar in the coremods folder."
I only had to give a higher priority to BuildCraft Energy as the 2 Oil IDs had to be placed together, but It seems to have done the trick, thank you very much for your help
For anyone else running into this problem, and playing 1.3.2 you need to search for the download of ID Resolver version - IDResolver_1.3.2_COREMOD_PRE2, I will link the one I got it from.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumForgive me, I can't seem to get the Spoiler tag to work =(
Mods and MC Version info
[code]- Minecraft Version: 1.3.2 - Operating System: Windows 7 (amd64) version 6.1 - Java Version: 1.7.0_08-ea, Oracle Corporation - Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 634867520 bytes (605 MB) / 826146816 bytes (787 MB) up to 954466304 bytes (910 MB) - JVM Flags: 2 total; -Xms512m -Xmx1024m - FML: FML v3.1.35.394 Minecraft Forge 4.2.5.303 19 mods loaded, 19 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] ([1.3.2]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized mod_BackTools [mod_BackTools] (BackTools1.3.2v2.zip) 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 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 mod_MAtmos_forModLoader [mod_MAtmos_forModLoader] (matmos_packaged.zip) Unloaded->Constructed->Pre-initialized->Initialized TreeCapitator [TreeCapitator] (Treecapitator.FML.1.3.2.r08.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized TreeCapitator Addon EBXL [TreeCapitator Addon EBXL] (Treecapitator.FML.Addon.EBXL.1.3.2.r02.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized TreeCapitatorIC2Addon [TreeCapitatorIC2Addon] (Treecapitator.FML.Addon.IC2.1.3.2.r01.Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized[/code][/code]
*** First part of the error is this: (This error I understand obviously is caused by the ID conflict, but isn't MCF/FML supposed to auto change the ID's to prevent conflicts?)
[code]2012-10-20 17:39:55 [SEVERE] [ExtrabiomesXL] ExtrabiomesXL had a problem loading it's configuration. java.lang.IllegalArgumentException: Slot 150 is already occupied by [email protected] when adding [email protected][/code]
*** The second part of the error is this: (This I have no clue what it means)
[code]2012-10-20 17:40:13 [SEVERE] [ForgeModLoader] The following problems were captured during this phase 2012-10-20 17:40:13 [SEVERE] [ForgeModLoader] Caught exception from ExtrabiomesXL 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:437) at sun.reflect.GeneratedMethodAccessor4.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:639) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.a(Minecraft.java:461) at net.minecraft.client.Minecraft.run(Minecraft.java:748) at java.lang.Thread.run(Unknown Source) 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 2012-10-20 17:40:23 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException 2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:102) 2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640) 2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:183) 2012-10-20 17:40:23 [INFO] [STDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:461) 2012-10-20 17:40:23 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:748) 2012-10-20 17:40:23 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException 2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:437) 2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124) 2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81) 2012-10-20 17:40:23 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:639) 2012-10-20 17:40:23 [INFO] [STDERR] ... 4 more 2012-10-20 17:40:23 [INFO] [STDERR] Caused by: java.lang.IllegalStateException: value is absent 2012-10-20 17:40:23 [INFO] [STDERR] at com.google.common.base.Absent.get(Absent.java:40) 2012-10-20 17:40:23 [INFO] [STDERR] at extrabiomes.Module.do_init(Module.java:113) 2012-10-20 17:40:23 [INFO] [STDERR] at extrabiomes.Module.init(Module.java:44) 2012-10-20 17:40:23 [INFO] [STDERR] at extrabiomes.Extrabiomes.init(Extrabiomes.java:54) 2012-10-20 17:40:23 [INFO] [STDERR] ... 29 more[/code]
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNo, Forge does not auto-resolve ID conflicts. You want ID Resolver for that, or edit the config files.
Clear that error up and see if the rest do too.
http://www.minecraft...ob-performance/
-
View User Profile
-
View Posts
-
Send Message
Curse Premium[1.2.5]ID Resolver - Update 2
GUI API
ShaRose's Forge-4096 Fix_IDRPatch_forge-3.3.8.152
I did it and now I just get a black screen after I login to MC and FML runs, I get no error reports, no crashes, just a black screen that never changes, I have to manually close it with the X in the window...
I placed both GUI and the IDR patch directly into MC .jar file
-
View User Profile
-
View Posts
-
Send Message
Curse Premium"You are using a patch designed for 1.2.5 in 1.3.2, and in 1.3.2 there won't be a patch needed at all. All the 1.3.2 versions are just guiapi + forge + stick the jar in the coremods folder."
I only had to give a higher priority to BuildCraft Energy as the 2 Oil IDs had to be placed together, but It seems to have done the trick, thank you very much for your help
For anyone else running into this problem, and playing 1.3.2 you need to search for the download of ID Resolver version - IDResolver_1.3.2_COREMOD_PRE2, I will link the one I got it from.
https://github.com/ShaRose/ID-Resolver/downloads