So I wanted to use Divine RPG for one of my private modpack and some mods doesn't seem to wanna work with it. The following mods are : Railcraft , Computercraft , Advanced Solar Panels IC2 Addon , and Red Power.
I couldn't find the right one. But I found the crash report. I don't know if that would help you in any way. Here it is anyways.
---- Minecraft Crash Report ----
// Sorry
Time: 1/21/13 9:25 AM
Description: Failed to start game
java.lang.IllegalArgumentException: Slot 4095 is already occupied by [email protected] when adding [email protected]
at amq.<init>(Block.java:324)
at akb.<init>(BlockContainer.java:11)
at dan200.computer.shared.BlockComputerBase.<init>(BlockComputerBase.java:30)
at dan200.computer.shared.BlockComputer.<init>(BlockComputer.java:31)
at dan200.computer.shared.ComputerCraftProxyCommon.registerItems(ComputerCraftProxyCommon.java:228)
at dan200.computer.shared.ComputerCraftProxyCommon.load(ComputerCraftProxyCommon.java:49)
at dan200.computer.client.ComputerCraftProxyClient.load(ComputerCraftProxyClient.java:55)
at dan200.ComputerCraft.load(ComputerCraft.java:192)
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:483)
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:140)
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:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:656)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
It's likely you will have more conflicts, possibly with the other mods you mentioned.
You'll need to look at the error log each time you add one of them in and then fix the problems as they come up.
I have a problem with RedPower Mechanical, and Compat. Core and Digital is working find i'll give you the error log once I get it.
I'll give the error separated by Mechanical , and Compat. So it will be more easy. The error isn't about the ID fyi.
Mechanical:
---- Minecraft Crash Report ----
// You're mean.
Time: 1/23/13 2:42 PM
Description: Failed to start game
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/eloraam/redpower/control/TileRibbon
at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:657)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: com/eloraam/redpower/control/TileRibbon
at com.eloraam.redpower.RedPowerControl.setupBlocks(RedPowerControl.java:116)
at com.eloraam.redpower.RedPowerControl.load(RedPowerControl.java:50)
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:483)
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:140)
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:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:656)
... 5 more
Caused by: java.lang.ClassNotFoundException: com.eloraam.redpower.control.TileRibbon
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 32 more
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.eloraam.redpower.wiring.TileWiring
at codechicken.nei.asm.NEITransformer.transform(NEITransformer.java:158)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
... 34 more
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.eloraam.redpower.wiring.TileWiring
at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:65)
at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:71)
at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:29)
at codechicken.nei.asm.NEITransformer.transformer001(NEITransformer.java:34)
at codechicken.nei.asm.NEITransformer.transform(NEITransformer.java:150)
... 36 more
Caused by: java.lang.ClassNotFoundException: com.eloraam.redpower.wiring.TileWiring
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:56)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Hello umm i have a little issue on why when i try to play with divine rpg and rpg inventory that minecraft crashes every time. i do not see why this happens if anyone could tell me why i would be thankful :D. and or if there is a way to make it work.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Can anyone help me with this?
-
View User Profile
-
View Posts
-
Send Message
Retired Staff// Sorry
Time: 1/21/13 9:25 AM
Description: Failed to start game
java.lang.IllegalArgumentException: Slot 4095 is already occupied by [email protected] when adding [email protected]
at amq.<init>(Block.java:324)
at akb.<init>(BlockContainer.java:11)
at dan200.computer.shared.BlockComputerBase.<init>(BlockComputerBase.java:30)
at dan200.computer.shared.BlockComputer.<init>(BlockComputer.java:31)
at dan200.computer.shared.ComputerCraftProxyCommon.registerItems(ComputerCraftProxyCommon.java:228)
at dan200.computer.shared.ComputerCraftProxyCommon.load(ComputerCraftProxyCommon.java:49)
at dan200.computer.client.ComputerCraftProxyClient.load(ComputerCraftProxyClient.java:55)
at dan200.ComputerCraft.load(ComputerCraft.java:192)
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:483)
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:140)
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:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:656)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Windows Vista (x86) version 6.0
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 351765528 bytes (335 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -Xms512M -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.25 FML v4.6.17.515 Minecraft Forge 6.5.0.488 Optifine OptiFine_1.4.6_HD_U_B2 53 mods loaded, 53 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
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
nohero_moreHealth [More Health Forge] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] ([1.4.7]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack [Backpack] (backpack-latest.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft [ComputerCraft] (ComputerCraft1.48.zip) Unloaded->Constructed->Pre-initialized->Errored
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.48.zip) Unloaded->Constructed->Pre-initialized->Errored
DamageIndicatorsMod [Damage Indicators] (DamageIndicators[1.4.6]2.3.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
DivineRPG [DivineRPG] (DivineRPG1.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
EE3 [Equivalent Exchange 3] (ee3-universal-pre1f.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage [EnderStorage] (EnderStorage 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-1.4.7-3.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.112.170-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft [Railcraft] (Railcraft_1.4.6-6.12.2.0.zip) Unloaded->Constructed->Pre-initialized->Errored
RedPowerCore [RedPower] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerBase [RP Base] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
RedPowerMachine [RP Machine] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
RedPowerCompat [RP Compat] (RedPowerCompat-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
RedPowerWiring [RP Wiring] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
RedPowerLogic [RP Logic] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
RedPowerLighting [RP Lighting] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
RedPowerWorld [RP World] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
RedPowerControl [RP Control] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Transport [Transport] (ThermalExpansion-2.1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
GregTech_Addon [GregTech-Addon] (gregtechmod272c.zip) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore [Immibis Core] (immibis-core-52.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_InvTweaks [Inventory Tweaks] (InventoryTweaks_1.46.zip) Unloaded->Constructed->Pre-initialized->Initialized
IronChest [Iron Chest] (ironchest-universal-1.4.7-4.5.4.214.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_MAtmos [mod_MAtmos] (matmos_packaged.zip) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedSolarPanel [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_2.zip) Unloaded->Constructed->Pre-initialized->Errored
GraviSuite [Gravitation Suite] (mod_zGraviSuite_1_6.zip) Unloaded->Constructed->Pre-initialized->Initialized
More Bows [More Bows mod] (More bows Forge 1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun [Portal Gun] (PortalGun1.4.7v2.zip) Unloaded->Constructed->Pre-initialized->Initialized
SoulShards [SoulShards] (SoulShards-v1.23-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
Steamship [Steamship] (Steamship.v1.2-1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_TaleOfKingdoms [mod_TaleOfKingdoms] (Tale of Kingdoms V1.4.2.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
TaleOfKingdoms [Tale of Kingdoms] (Tale of Kingdoms V1.4.2.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft [Thaumcraft] (Thaumcraft3.0.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-NEI-2.1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
Tubestuff [Tubestuff] (tubestuff-52.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod [Balkon's WeaponMod] (Weaponmod.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 3200 Graphics GL version 2.1.7769 Release, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
-
View User Profile
-
View Posts
-
Send Message
Retired StaffCheck in the IC2 configs, change ID 4095 to something else. IDResolver might help alot with this though.
I found the forge client log but its too long to post it...
-
View User Profile
-
View Posts
-
Send Message
Retired StaffYou'll need to look at the error log each time you add one of them in and then fix the problems as they come up.
I'll give the error separated by Mechanical , and Compat. So it will be more easy. The error isn't about the ID fyi.
Mechanical:
// You're mean.
Time: 1/23/13 2:42 PM
Description: Failed to start game
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/eloraam/redpower/control/TileRibbon
at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:657)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: com/eloraam/redpower/control/TileRibbon
at com.eloraam.redpower.RedPowerControl.setupBlocks(RedPowerControl.java:116)
at com.eloraam.redpower.RedPowerControl.load(RedPowerControl.java:50)
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:483)
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:140)
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:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:656)
... 5 more
Caused by: java.lang.ClassNotFoundException: com.eloraam.redpower.control.TileRibbon
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 32 more
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.eloraam.redpower.wiring.TileWiring
at codechicken.nei.asm.NEITransformer.transform(NEITransformer.java:158)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171)
... 34 more
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: com.eloraam.redpower.wiring.TileWiring
at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:65)
at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:71)
at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:29)
at codechicken.nei.asm.NEITransformer.transformer001(NEITransformer.java:34)
at codechicken.nei.asm.NEITransformer.transform(NEITransformer.java:150)
... 36 more
Caused by: java.lang.ClassNotFoundException: com.eloraam.redpower.wiring.TileWiring
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:56)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Windows Vista (x86) version 6.0
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 282954784 bytes (269 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -Xms512M -Xmx512M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.25 FML v4.6.17.515 Minecraft Forge 6.5.0.488 Optifine OptiFine_1.4.6_HD_U_B2 49 mods loaded, 49 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
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
nohero_moreHealth [More Health Forge] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap [mod_ReiMinimap] ([1.4.7]ReiMinimap_v3.2_06.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack [Backpack] (backpack-latest.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core [BuildCraft] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders [BC Builders] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy [BC Energy] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory [BC Factory] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport [BC Transport] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks [ChickenChunks] (ChickenChunksMod1.4.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft [ComputerCraft] (ComputerCraft1.481.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.481.zip) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod [Damage Indicators] (DamageIndicators[1.4.6]2.3.7.zip) Unloaded->Constructed->Pre-initialized->Initialized
DivineRPG [DivineRPG] (DivineRPG1.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
EE3 [Equivalent Exchange 3] (ee3-universal-pre1f.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderStorage [EnderStorage] (EnderStorage 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-1.4.7-3.8.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2 [IndustrialCraft 2] (industrialcraft-2_1.112.170-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft [Railcraft] (Railcraft_1.4.6-6.13.1.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerCore [RedPower] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerBase [RP Base] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerWorld [RP World] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
RedPowerMachine [RP Machine] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized
RedPowerControl [RP Control] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Errored
ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Factory [Factory] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Energy [Energy] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|Transport [Transport] (ThermalExpansion-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
GregTech_Addon [GregTech-Addon] (gregtechmod272c.zip) Unloaded->Constructed->Pre-initialized->Initialized
ImmibisCore [Immibis Core] (immibis-core-52.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
mod_InvTweaks [Inventory Tweaks] (InventoryTweaks_1.46.zip) Unloaded->Constructed->Pre-initialized->Initialized
IronChest [Iron Chest] (ironchest-universal-1.4.7-4.5.4.214.zip) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedSolarPanel [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_2.zip) Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite [Gravitation Suite] (mod_zGraviSuite_1_6.zip) Unloaded->Constructed->Pre-initialized->Initialized
More Bows [More Bows mod] (More bows Forge 1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun [Portal Gun] (PortalGun1.4.7v2.zip) Unloaded->Constructed->Pre-initialized->Initialized
SoulShards [SoulShards] (SoulShards-v1.23-universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
Steamship [Steamship] (Steamship.v1.2-1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
mod_TaleOfKingdoms [mod_TaleOfKingdoms] (Tale of Kingdoms V1.4.2.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
TaleOfKingdoms [Tale of Kingdoms] (Tale of Kingdoms V1.4.2.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
Thaumcraft [Thaumcraft] (Thaumcraft3.0.1c.zip) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion|NEI [NEI] (ThermalExpansion-NEI-2.1.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
Tubestuff [Tubestuff] (tubestuff-52.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod [Balkon's WeaponMod] (Weaponmod.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 3200 Graphics GL version 2.1.7769 Release, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Compat: