asn007 Posted June 10, 2013 Posted June 10, 2013 Good time of day to you, guys. The problem is: I'm coding a simple Minecraft launcher, its source code is located here: https://github.com/asn007/nLoader-min, the files that handle Minecraft load are located here: https://github.com/asn007/nLoader-min/tree/master/src/eu/q_b/asn007/nloader/minecraft The problem is: when I'm starting the launcher from sources (in eclipse), everything runs ok, like this: But when I compile launcher as Jar, minecraft fails to launch: The error stacktrace begins with: Quote 2013-06-10 21:26:51 [sEVERE] [ForgeModLoader] Found unknown applet parent eu.q_b.asn007.nloader.minecraft.Launcher, unable to inject! FML log is here: http://pastebin.com/XNDEexqn Quote
LexManos Posted June 10, 2013 Posted June 10, 2013 You know the applet launcher is dieing right? Quit using it. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
asn007 Posted June 11, 2013 Author Posted June 11, 2013 On 6/10/2013 at 7:48 PM, LexManos said: You know the applet launcher is dieing right? Quit using it. So, your suggestions? Start Minecraft as separate process? Quote
LexManos Posted June 11, 2013 Posted June 11, 2013 Use the main entry point. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
asn007 Posted June 12, 2013 Author Posted June 12, 2013 On 6/11/2013 at 5:44 PM, LexManos said: Use the main entry point. Ok, thanks a lot! Quote
Recommended Posts
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.