Posted October 29, 201213 yr I have read through the EAQ and pray I have a candidate here of a bug. I am using the regular launcher, and only 1 mod: millenaire. I have the new MC 1.4.2, using the latest forge (601350), and no beans. I have also tried starting MC with forge alone (no mods), and same result. Below is the last bit of the log which shows the errors. The EAQ had some of the same code (for example: java.lang.NoClassDefFoundError), but not ':AUX' written after it. 2012-10-29 19:16:13 [iNFO] [sTDOUT] CLIENT Starting new session. Mods: examplemod 2012-10-29 19:16:13 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Millenaire 2012-10-29 19:16:13 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: aux 2012-10-29 19:16:13 [iNFO] [sTDERR] at azw.<init>(RenderManager.java:69) 2012-10-29 19:16:13 [iNFO] [sTDERR] at azw.<clinit>(RenderManager.java:17) 2012-10-29 19:16:13 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:432) 2012-10-29 19:16:13 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752) 2012-10-29 19:16:13 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2012-10-29 19:16:13 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: aux 2012-10-29 19:16:13 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126) 2012-10-29 19:16:13 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-10-29 19:16:13 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-10-29 19:16:13 [iNFO] [sTDERR] ... 5 more 2012-10-29 19:16:13 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException 2012-10-29 19:16:13 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:120) 2012-10-29 19:16:13 [iNFO] [sTDERR] ... 7 more For illustration, below is a run without any mods: 2012-10-29 19:42:26 [FINER] [ForgeModLoader] Sent event FMLPreInitializationEvent to mod Forge 2012-10-29 19:42:26 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: aux 2012-10-29 19:42:26 [iNFO] [sTDERR] at azw.<init>(RenderManager.java:69) 2012-10-29 19:42:26 [iNFO] [sTDERR] at azw.<clinit>(RenderManager.java:17) 2012-10-29 19:42:26 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:432) 2012-10-29 19:42:26 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:752) 2012-10-29 19:42:26 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source) 2012-10-29 19:42:26 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: aux 2012-10-29 19:42:26 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126) 2012-10-29 19:42:26 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-10-29 19:42:26 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-10-29 19:42:26 [iNFO] [sTDERR] ... 5 more 2012-10-29 19:42:26 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException I hope my error is a simple fix. Thank you in advance for the help. Andrew
October 30, 201213 yr Have you tried installing Forge a using different method? (i.e. using a launcher) 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!!
October 31, 201213 yr Use a different instillation procedure, I advise 7zip, whatever you did made the aux class dissapear, which probably means you tried extracting the entirity of minecraft.jar, you can't have a file named aux on your computer, so, you need to do it in memory. Either use a launcher {multimc} or do it properly using a archive manager {7zip} I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
October 31, 201213 yr I'll add it to the EAQ. Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
October 31, 201213 yr Author Problem solved! I used 7z, opened both the forge zip and the minecraft.jar, selected all the files in the forge zip and dragged them over to the minecraft.jar 7z window. After copy, I tested the archive. And voila! For the record, I was doing exactly what you described: completely unzipping minecraft.jar, moving the files over, and then rezipping (and renaming back to .jar) Thanks!
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.