Posted January 11, 201312 yr Hi, i'm trying to port my adaption of the launcher for a mod-package to work with a newer forge version. I already implemented the WrapperClass setting and the .replace() commands on the Applet-Holder - but on every launch i'll get the error below. When i copy the source from FML which is triggering this error - it works without a problem. Just when it's executed from within minecraft it's not recognized. Could it be, that the class is not available from within minecraft anymore after launch? [MCLauncher] Setting WrapperClass to: com.kokakiwi.mclauncher.core.Launcher [MCLauncher] INFO : Start game. 2013-01-11 02:36:20 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading 2013-01-11 02:36:20 [sEVERE] [ForgeModLoader] FML appears to be missing any signature data. This is not a good thing 2013-01-11 02:36:21 [sEVERE] [ForgeModLoader] Found unknown applet parent com.kokakiwi.mclauncher.core.Launcher, unable to inject! See: https://github.com/wmchris/BrauTecLauncher/commit/bc7fe822bba63c1f66a18874bd91461efa03d91b#L3R163
January 12, 201312 yr MultiMC is an open source Minecraft launcher. Take a look at how it launches Minecraft. There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!!
January 13, 201312 yr Author That's the problem - it was done exactly the same way as every other launcher did it. Had to rewrite the whole code based on a newer version of the base. So don't need help anymore. https://github.com/wmchris/MCLauncher
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.