I've been trying to make both Toomanyitems and the Industrialcraft mods work together.
According to Modloader, the trouble comes from not being able to read Mod_Industrialcraft.class correctly.
Aug 17, 2011 5:18:35 PM ModLoader init
FINE: ModLoader Beta 1.7.3 Initializing...
Aug 17, 2011 5:18:35 PM ModLoader readFromClassPath
FINER: Adding mods from /Users/John/Library/Application Support/minecraft/bin/minecraft.jar
Aug 17, 2011 5:18:35 PM ModLoader readFromClassPath
FINER: Directory found.
Aug 17, 2011 5:18:35 PM ModLoader addMod
FINE: Failed to load mod from "mod_IndustrialCraft.class"
Aug 17, 2011 5:18:35 PM ModLoader addMod
FINER: THROW
java.lang.NoClassDefFoundError: BaseModMp
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at ModLoader.addMod(ModLoader.java:267)
at ModLoader.readFromClassPath(ModLoader.java:1119)
at ModLoader.init(ModLoader.java:812)
at ModLoader.AddAllRenderers(ModLoader.java:183)
at th.<init>(th.java:60)
at th.<clinit>(th.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:318)
at net.minecraft.client.Minecraft.run(SourceFile:716)
at java.lang.Thread.run(Thread.java:680)
Caused by: java.lang.ClassNotFoundException: BaseModMp
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 java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 20 more
Please keep in mind that I'm not on Windows.
Instead of %Appdata%/.minecraft/bin/minecraft.jar , it's:
A hotfix that was used to fix mobile chargers not working broke Industrial Craft. Try including the official fix to your modded jar and seeing if it works. Otherwise try the Industrial Craft forum or official thread. http://forum.industrial-craft.net/index.php?page=Thread&threadID=229
Just know I could be completely wrong on this, but I had a similar (the same?) problem, and this fixed it.
I've been trying to make both Toomanyitems and the Industrialcraft mods work together.
According to Modloader, the trouble comes from not being able to read Mod_Industrialcraft.class correctly.
Please keep in mind that I'm not on Windows.
Instead of %Appdata%/.minecraft/bin/minecraft.jar , it's:
~\Home\Library\Application Support\minecraft\bin\minecraft.jar
I have had success with loading toomanyitems separately with modloader.. I haven't tried just industrialcraft.
http://forum.industrial-craft.net/index.php?page=Thread&threadID=229
Just know I could be completely wrong on this, but I had a similar (the same?) problem, and this fixed it.
I have the correct version of all the mods.
I'll be sure to check out the hotfix and get back to you on that.
I already knew they worked together. I was asking for a fix for my problem.
Update:
patching the hotfix didn't work. I'm still recieving the black screen.
I'll take up rockonruup1's suggestion
Edited:
Thanks a lot. I must of skipped it while reading another tutorial. +1