Jump to content

garfield767

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

garfield767's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. 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!
  2. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.