Posted October 31, 201213 yr There's a glitch when Magic Launcher tries to load Minecraft Forge. I've seen it in Forge 353. I get 2012-10-30 13:00:24 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoSuchMethodError: ix.a(Liz;)Lix; 2012-10-30 13:00:24 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:434) 2012-10-30 13:00:24 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752) 2012-10-30 13:00:24 [iNFO] [sTDERR] at java.lang.Thread.run(Thread.java:722) I looked up the reobfuscation tables for ix.a(Liz;)Lix; Here's the reobfuscation log: MD: net/minecraft/src/Achievement/setStatStringFormatter (Lnet/minecraft/src/IStatStringFormat;)Lnet/minecraft/src/Achievement; ix/a (Liz;)Lix; meaning that the error is that Minecraft can't find the method public Achievement setStatStringFormatter(IStatStringFormat par1IStatStringFormatter) inside Achievement.java. I'm not sure whether this is a Forge issue or a Magic Launcher issue. The line where the error occurs inside Minecraft.java is AchievementList.openInventory.setStatStringFormatter(new StatStringFormatKeyInv(this)); Going to Achievement.java, there appears to be a Forge annotation above setStatStringFormatter: @SideOnly(Side.CLIENT) public Achievement setStatStringFormatter(IStatStringFormat par1IStatStringFormat) { this.statStringFormatter = par1IStatStringFormat; return this; } I think there is some kind of error because of this annotation. Could you try to fix this glitch? Thanks. If it helps, I'm running Linux.
November 1, 201213 yr The issue is that you are trying to install 1.4.2 Forge on a 1.3.2 jar. There is nothing for us to fix on our side. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
November 2, 201213 yr Author But I'm not trying to install forge 1.4.2 on a 1.3.2 jar. I'm not stupid. Here's the ForgeModLoader-client-0.log. Also, if you do try to install forge 1.4.2 on a 1.3.2 jar, Magic Launcher would say "not compatible."
November 3, 201213 yr But I'm not trying to install forge 1.4.2 on a 1.3.2 jar. I'm not stupid. Here's the ForgeModLoader-client-0.log. Also, if you do try to install forge 1.4.2 on a 1.3.2 jar, Magic Launcher would say "not compatible." Build #355 works fine for me with Magic Launcher 1.0.0 -- I'm on Windows, tho, not Linux. You sure that's a clean .jar? I'm fixing the stupid villagers. http://www.minecraftforum.net/topic/1588460-
November 14, 201212 yr Author Just updated minecraft to 1.4.4, and Forge to 6.3.0.372. Magic Launcher still can't load forge on Linux with NoSuchMethodError. Here's my ForgeModLoader-client-0.log: http://pastebin.com/hadDykbk
November 15, 201212 yr It would seem that it's something to do with BlockCocoa. So use MultiMC. Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.