UPD: Oh, never mind, now I see I'm not the first person, who reports this problem Updated Forge from here solves the case.
So. Latest everything: Modloader, ModloaderMP, Forge, IC2 (v1.64) downloaded today. Installed properly (fresh vanilla minecraft.jar, meta-inf deleted).
And I got this message right after Minecraft started:
Code
Mods loaded: 3
ModLoader 1.1
mod_ModLoaderMp 1.0.0
mod_IC2 v1.64
Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem.
If you wish to report this, please copy this entire text and email it to support@mojang.com.
Please include a description of what you did when the error occured.
--- BEGIN ERROR REPORT a614ab08 --------
Generated 02.02.12 3:18
Minecraft: Minecraft 1.1
OS: Windows XP (x86) version 5.1
Java: 1.6.0_30, Sun Microsystems Inc.
VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: Intel(R) G41 Express Chipset version 2.1.0 - Build 6.14.10.5268, Intel
java.lang.RuntimeException: IndustrialCraft 2: MinecraftForge Major Version Mismatch, expecting 1.x.x
at forge.MinecraftForge.killMinecraft(MinecraftForge.java:332)
at forge.MinecraftForge.versionDetect(MinecraftForge.java:344)
at mod_IC2.initialize(mod_IC2.java:85)
at ic2.platform.Ic2.load(Ic2.java:65)
at ModLoader.init(ModLoader.java:824)
at ModLoader.AddAllRenderers(ModLoader.java:189)
at afq.<init>(afq.java:80)
at afq.<clinit>(afq.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:648)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 1747b3ad ----------
Display More
WHAT THE FU...
ModLoader.txt says:
Code
02.02.2012 3:08:40 ModLoader init
FINE: ModLoader 1.1 Initializing...
02.02.2012 3:08:40 ModLoader readFromClassPath
FINER: Adding mods from C:\Documents and Settings\USERNAME\Application Data\.minecraft\bin\minecraft.jar
02.02.2012 3:08:40 ModLoader readFromClassPath
FINER: Zip found.
02.02.2012 3:08:40 ModLoader addMod
FINE: Mod Initialized: "mod_ModLoaderMp 1.0.0" from mod_ModLoaderMp.class
02.02.2012 3:08:40 ModLoader readFromModFolder
FINER: Adding mods from C:\Documents and Settings\USERNAME\Application Data\.minecraft\mods\industrialcraft-2-client_1.64.jar
02.02.2012 3:08:40 ModLoader readFromModFolder
FINER: Zip found.
02.02.2012 3:08:40 ModLoader addMod
FINE: Mod Initialized: "mod_IC2 v1.64" from mod_IC2.class
02.02.2012 3:08:40 ModLoader init
FINE: Mod Loaded: "mod_ModLoaderMp 1.0.0"
02.02.2012 3:08:40 ModLoader init
FINER: THROW
java.lang.RuntimeException: IndustrialCraft 2: MinecraftForge Major Version Mismatch, expecting 1.x.x
at forge.MinecraftForge.killMinecraft(MinecraftForge.java:332)
at forge.MinecraftForge.versionDetect(MinecraftForge.java:344)
at mod_IC2.initialize(mod_IC2.java:85)
at ic2.platform.Ic2.load(Ic2.java:65)
at ModLoader.init(ModLoader.java:824)
at ModLoader.AddAllRenderers(ModLoader.java:189)
at afq.<init>(afq.java:80)
at afq.<clinit>(afq.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:265)
at net.minecraft.client.Minecraft.run(SourceFile:648)
at java.lang.Thread.run(Unknown Source)
Display More