Posted October 28, 201213 yr So, I did everything correct with the clean jars. When I'm trying to run the code I get this message. I even did it without coding to see if that was the issue. 2012-10-28 13:31:04 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.2.6.422 for Minecraft 1.4.2 loading 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Discovering coremods 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Running coremod plugins 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2012-10-28 13:31:04 [FINEST] [ForgeModLoader] Validating minecraft 2012-10-28 13:31:04 [iNFO] [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML 2012-10-28 13:31:38 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175) 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92) 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26) 2012-10-28 13:31:38 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2152) 2012-10-28 13:31:38 [iNFO] [sTDERR] at Start.main(Start.java:29) 2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:290) 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155) 2012-10-28 13:31:38 [iNFO] [sTDERR] ... 4 more 2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException 2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:282) 2012-10-28 13:31:38 [iNFO] [sTDERR] ... 5 more 2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: argo/saj/InvalidSyntaxException 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.<init>(Loader.java:179) 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.instance(Loader.java:150) 2012-10-28 13:31:38 [iNFO] [sTDERR] ... 10 more 2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: argo.saj.InvalidSyntaxException 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126) 2012-10-28 13:31:38 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] ... 12 more 2012-10-28 13:31:38 [iNFO] [sTDERR] Caused by: java.io.FileNotFoundException: C:\Users\Rafael\Documents\MOD (The system cannot find the file specified) 2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.zip.ZipFile.open(Native Method) 2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at java.net.URL.openStream(Unknown Source) 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.getClassBytes(RelaunchClassLoader.java:140) 2012-10-28 13:31:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118) 2012-10-28 13:31:38 [iNFO] [sTDERR] ... 14 more
October 28, 201213 yr Are you 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 29, 201213 yr Author Does anyone know what is wrong. I have reinstalled minecraft, FML, and MCP several times to see if that was the issue. I'm not using a launcher or anything like that.
October 29, 201213 yr Author Ok I fixed it. I had an ! in my folder that had all the files for forge and MCP and FML couldn't find that path.
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.