Posted February 18, 201312 yr I keep getting this error when trying to test run my mod, I know I have the correct version of everything aswell. Please help: Error below; 2013-02-17 21:49:15 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading 2013-02-17 21:49:15 [FINEST] [ForgeModLoader] All core mods are successfully located 2013-02-17 21:49:15 [FINEST] [ForgeModLoader] Discovering coremods 2013-02-17 21:49:15 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar 2013-02-17 21:49:15 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar 2013-02-17 21:49:16 [FINEST] [ForgeModLoader] Download complete 2013-02-17 21:49:16 [iNFO] [ForgeModLoader] Download complete 2013-02-17 21:49:16 [FINEST] [ForgeModLoader] Library file argo-2.25.jar was downloaded and verified successfully 2013-02-17 21:49:16 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar 2013-02-17 21:49:16 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar 2013-02-17 21:49:19 [FINEST] [ForgeModLoader] Download complete 2013-02-17 21:49:19 [iNFO] [ForgeModLoader] Download complete 2013-02-17 21:49:19 [FINEST] [ForgeModLoader] Library file guava-12.0.1.jar was downloaded and verified successfully 2013-02-17 21:49:19 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar 2013-02-17 21:49:19 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar 2013-02-17 21:49:20 [FINEST] [ForgeModLoader] Download complete 2013-02-17 21:49:20 [iNFO] [ForgeModLoader] Download complete 2013-02-17 21:49:20 [FINEST] [ForgeModLoader] Library file asm-all-4.0.jar was downloaded and verified successfully 2013-02-17 21:49:20 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar 2013-02-17 21:49:20 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar 2013-02-17 21:49:23 [FINEST] [ForgeModLoader] Download complete 2013-02-17 21:49:23 [iNFO] [ForgeModLoader] Download complete 2013-02-17 21:49:23 [FINEST] [ForgeModLoader] Library file bcprov-jdk15on-147.jar was downloaded and verified successfully 2013-02-17 21:49:23 [FINEST] [ForgeModLoader] Running coremod plugins 2013-02-17 21:49:23 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin 2013-02-17 21:49:23 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully 2013-02-17 21:49:23 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin 2013-02-17 21:49:23 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully 2013-02-17 21:49:23 [FINEST] [ForgeModLoader] Validating minecraft 2013-02-17 21:49:23 [iNFO] [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML 2013-02-17 21:49:30 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175) 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92) 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26) 2013-02-17 21:49:30 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2235) 2013-02-17 21:49:30 [iNFO] [sTDERR] at Start.main(Start.java:29) 2013-02-17 21:49:30 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:291) 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155) 2013-02-17 21:49:30 [iNFO] [sTDERR] ... 4 more 2013-02-17 21:49:30 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException 2013-02-17 21:49:30 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-02-17 21:49:30 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:283) 2013-02-17 21:49:30 [iNFO] [sTDERR] ... 5 more 2013-02-17 21:49:30 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: argo/jdom/JsonNode 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.<init>(Loader.java:180) 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.instance(Loader.java:151) 2013-02-17 21:49:30 [iNFO] [sTDERR] ... 10 more 2013-02-17 21:49:30 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: argo.jdom.JsonNode 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185) 2013-02-17 21:49:30 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] ... 12 more 2013-02-17 21:49:30 [iNFO] [sTDERR] Caused by: java.io.FileNotFoundException: C:\Users\cyber\Desktop\Forge MCP MUST LEARN!! (The system cannot find the file specified) 2013-02-17 21:49:30 [iNFO] [sTDERR] at java.util.zip.ZipFile.open(Native Method) 2013-02-17 21:49:30 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.getJarFile(Unknown Source) 2013-02-17 21:49:30 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133) 2013-02-17 21:49:30 [iNFO] [sTDERR] ... 14 more
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.