I'm having an issue with the mod pack auto installer, I keep getting this crash screen report:
Mods loaded: 24
ModLoader 1.2.5
mod_CodeChickenCore 0.5.2
mod_MinecraftForge 3.2.3.108
mod_NotEnoughItems 1.2.2.2
mod_Railcraft 5.3.2
mod_RedPowerControl 2.0pr5b2
mod_RedPowerCore 2.0pr5b2
mod_RedPowerLighting 2.0pr5b2
mod_RedPowerLogic 2.0pr5b2
mod_RedPowerMachine 2.0pr5b2
mod_RedPowerWiring 2.0pr5b2
mod_RedPowerWorld 2.0pr5b2
mod_WirelessRedstoneCore 1.2.1
mod_WirelessRedstoneRedPower 1.2.1.1
mod_WirelessRedstoneAddons 1.2.1
mod_ReiMinimap v3.1 [1.2.5]
mod_ImmibisCore 49.0.4
mod_IC2 v1.95
mod_IC2AdvancedMachines v4.0
mod_IC2_ChargingBench 1.95b
mod_CompactSolars 2.2
mod_IronChest 3.3
mod_Shelf 1.2.5 FML
mod_TubeStuff 49.0.5
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
--- BEGIN ERROR REPORT 711ae66 --------
Generated 7/2/12 11:28 PM
Minecraft: Minecraft 1.2.5
OS: Mac OS X (x86_64) version 10.7.4
Java: 1.6.0_33, Apple Inc.
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
LWJGL: 2.4.2
OpenGL: NVIDIA GeForce GT 650M OpenGL Engine version 2.1 NVIDIA-7.28.1, NVIDIA Corporation
java.lang.IllegalArgumentException: Slot 240 is already occupied by eloraam.logic.BlockLogic@20c39410 when adding ic2.common.BlockResin@82db73e
at pb.<init>(Block.java:249)
at pb.<init>(Block.java:281)
at ic2.platform.BlockCommon.<init>(BlockCommon.java:12)
at ic2.common.BlockTex.<init>(BlockTex.java:30)
at ic2.common.BlockResin.<init>(BlockResin.java:28)
at mod_IC2.load(mod_IC2.java:175)
at ModLoader.init(ModLoader.java:891)
at ModLoader.addAllRenderers(ModLoader.java:189)
at ahu.<init>(RenderManager.java:86)
at ahu.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.a(Minecraft.java:394)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Thread.java:680)
--- END ERROR REPORT 47a6502 ----------
From what I can tell, a couple of the mods are volleying for item slot 240 and when it tries to assign 2 items to that spot it is creating an error and crashing the game. Do you know of a fix? Like is there a way to change one of the files to make it where there aren't 2 items trying to use item slot 240?