Error when adding ic and red power to mod folder (server)

  • Hey everybody i was wondering if i could get some help with an error message i get when adding red power and ic2 to my mod folder. Ive added modloadermp and forge to the jar plus I've put build craft in the mod folder and it works but when i add the other 2 mods it crashes. Heres the message


    174 recipes
    27 achievements
    ModLoader Server 1.1 Initializing...
    2012-02-21 17:30:08 [INFO] ModLoader Server 1.1 Initializing...
    Mod Loaded: mod_BuildCraftEnergy 2.2.12
    2012-02-21 17:30:08 [INFO] Mod Loaded: mod_BuildCraftEnergy 2.2.12
    Failed to load mod from "mod_RedPowerArray.class"
    java.lang.NoClassDefFoundError: eloraam/logic/BlockLogic
    at java.lang.Class.getDeclaredFields0(Native Method)
    at java.lang.Class.privateGetDeclaredFields(Class.java:2291)
    at java.lang.Class.privateGetPublicFields(Class.java:2324)
    at java.lang.Class.getFields(Class.java:1359)
    at ModLoader.setupProperties(ModLoader.java:151)
    at ModLoader.addMod(ModLoader.java:121)
    at ModLoader.readFromModFolder(ModLoader.java:888)
    at ModLoader.init(ModLoader.java:625)
    at ModLoader.Init(ModLoader.java:1312)
    at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:103)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:315)
    at cz.run(SourceFile:465)
    Caused by: java.lang.ClassNotFoundException: eloraam.logic.BlockLogic
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 12 more


  • You are missing a component of Redpower (Logic). It is needed for Array.

    What exactly does that mean? What component exactly is missing, do you know? All the seven Redpower zips are in the mod folder.


    Thanks

  • Just realized I had the wrong RedPower files in there, but now I have the correct ones. It still doesn't run, but the console reports a ID conflict that I fixed and removed the error for, but it STILL doesn't run. The new log is below, note that when I resolve the ID 150 conflict, the error simply goes away from the log (the rest remain). Also I should mention I got IC2 working alongside with BC, so now RedPower is the only issue.


  • I'm getting the same 'Slot 150 is already occupied by eloraam.machine.BlockMachine@10db5b3f when adding buildcraft.factory.BlockMiningWell@31438dbe' error that Subrose reported in his follow-up post, while combining IC2 1.71, Buildcraft 2.2.12 and RedPower 2.0 PR4d). In my case, it's a client side only installation, and I've successfully combined all three mods in the past prior to 1.71.


    Renaming the RP zips made no difference.


    Edit: I ended up solving the problem by poking around and deleting both the buidlcraft and redpower folders in the minecraft root and all the associated .cfg (and mod_*.cfg) files with it that I could find. Running it again regenerated them and it worked eventually.