It's been several days since I wrote this post and I have yet to receive a solution to this problem. If no one here has a fix can they at least point me in the right direction for finding one.
Posts by Banko_Jin
-
-
I deleted minecraft and all the files from my computer and reinstalled it. I opened the jar and added the files from Modloader, ModloaderMP, and mcforge zips and removed META-INF. I still get a black screen on trying to log in. I've never had this problem with any other mod before. I didn't use MCedit for hd textures as my computer can't handle anything graphics intensive.
-
ModLoader and ModLoaderMP install fine by adding the files from the zip to my jar file but when I copy the files from the minecraftforge zip to my jar I get a black screen when I try to log in. This is without using mcpatcher to add the files. I'm not sure what the problem is since I don't get an error message, it just freezes on the black screen. I'm guessing the original error is due to mcpatcher changing something but I can't even log in without using mcpatcher to add the mods.
-
After installing the prerequisite mods: ModLoader, ModLoaderMP, and minecraftforge-client-1.1.2 and running mcpatcher as it was the only way to get the mcforge mod to work without causing a black screen on logging in, I added the industrialcraft-2-client_1.23.jar to the mods folder in .minecraft and tried starting minecraft. minecraft crashed and the following is the message in ModLoader.txt
Nov 6, 2011 2:45:48 PM ModLoader init
FINE: ModLoader Beta 1.8.1 Initializing...
Nov 6, 2011 2:45:48 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\james.JAMES-D0EA781EE\Application Data\.minecraft\mods\1.8.1
Nov 6, 2011 2:45:48 PM ModLoader readFromModFolder
FINER: Directory found.
Nov 6, 2011 2:45:48 PM ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\james.JAMES-D0EA781EE\Application Data\.minecraft\mods\industrialcraft-2-client_1.23.jar
Nov 6, 2011 2:45:48 PM ModLoader readFromModFolder
FINER: Zip found.
Nov 6, 2011 2:45:48 PM ModLoader addMod
FINE: Failed to load mod from "mod_IC2.class"
Nov 6, 2011 2:45:48 PM ModLoader addMod
FINER: THROW
java.lang.NoClassDefFoundError: forge/ISidedInventory
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.privateGetPublicFields(Unknown Source)
at java.lang.Class.getFields(Unknown Source)
at ModLoader.setupProperties(ModLoader.java:1583)
at ModLoader.addMod(ModLoader.java:274)
at ModLoader.readFromModFolder(ModLoader.java:1179)
at ModLoader.init(ModLoader.java:824)
at ModLoader.AddAllRenderers(ModLoader.java:186)
at aam.<init>(aam.java:61)
at aam.<clinit>(aam.java:10)
at net.minecraft.client.Minecraft.a(SourceFile:259)
at net.minecraft.client.Minecraft.run(SourceFile:629)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: forge.ISidedInventory
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 25 more
Nov 6, 2011 2:45:58 PM ModLoader readFromClassPath
FINER: Adding mods from C:\Documents and Settings\james.JAMES-D0EA781EE\Application Data\.minecraft\bin\minecraft.jar
Nov 6, 2011 2:45:58 PM ModLoader readFromClassPath
FINER: Zip found.
Nov 6, 2011 2:45:58 PM ModLoader AddAllRenderers
FINE: InitializedTo me it looks likes an issue with MCforge but I haven't the slightest idea what the exact problem is or how to go about fixing it. I'm not the most technologically savvy person so it might be a mistake on my part but I've already spent most of the day trying to get just the prerequisite mods to function without getting black screened. Any suggestions would be greatly appreciated as I didn't notice this exact issue in any of the other posts.