Need Java help, again!
The modpack client I have been making is finished and I managed to recompile and reobfuscate without and errors. The problem occurs once I have added the .class files into the modpack.jar and attempt to run it, it black screens and crashes. I managed to get this from the MinecraftLog.txt, something about a non-static method not being there or something, not really sure but here it is. Any help would be greatly appreciated as this is the only thing holding me back from releasing it.
Code:
2013-08-27 12:19:05 [INFO] [STDERR] Exception in thread "Minecraft main thread" java.lang.IncompatibleClassChangeError: Expecting non-static method net.minecraft.client.gui.ScaledResolution.func_78326_a()I 2013-08-27 12:19:05 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71357_I(Minecraft.java:513) 2013-08-27 12:19:05 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:407) 2013-08-27 12:19:05 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56) 2013-08-27 12:19:05 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733) 2013-08-27 12:19:05 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)


