Posted December 24, 201212 yr I just wanted to start with modding with Forge Source, I have set up everything properly, but when I want to run Minecraft via Eclipse, I get this error: 2012-12-24 12:33:56 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.5.65.500 for Minecraft 1.4.5 loading 2012-12-24 12:33:56 [iNFO] [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML 2012-12-24 12:33:58 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175) 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92) 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26) 2012-12-24 12:33:58 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2231) 2012-12-24 12:33:58 [iNFO] [sTDERR] at Start.main(Start.java:29) 2012-12-24 12:33:58 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:290) 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155) 2012-12-24 12:33:58 [iNFO] [sTDERR] ... 4 more 2012-12-24 12:33:58 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException 2012-12-24 12:33:58 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-12-24 12:33:58 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:282) 2012-12-24 12:33:58 [iNFO] [sTDERR] ... 5 more 2012-12-24 12:33:58 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: argo/saj/InvalidSyntaxException 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.<init>(Loader.java:179) 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.instance(Loader.java:150) 2012-12-24 12:33:58 [iNFO] [sTDERR] ... 10 more 2012-12-24 12:33:58 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: argo.saj.InvalidSyntaxException 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141) 2012-12-24 12:33:58 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] ... 12 more 2012-12-24 12:33:58 [iNFO] [sTDERR] Caused by: java.io.FileNotFoundException: C:\Users\dd\Desktop\Minecraft\Forge modding\Mcp Modding BRAM (Het systeem kan het opgegeven bestand niet vinden) 2012-12-24 12:33:58 [iNFO] [sTDERR] at java.util.zip.ZipFile.open(Native Method) 2012-12-24 12:33:58 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at java.util.zip.ZipFile.<init>(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at java.util.jar.JarFile.<init>(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.<init>(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at java.net.URL.openStream(Unknown Source) 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.getClassBytes(RelaunchClassLoader.java:155) 2012-12-24 12:33:58 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:132) 2012-12-24 12:33:58 [iNFO] [sTDERR] ... 14 more (If my English is bad: sorry, i'm Dutch ) Please help me because i really want to start with my mod! For everybody who will reply: Thanks for your help Greetings, Gouatsie
December 25, 201212 yr 2012-12-24 12:33:56 [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML
December 26, 201212 yr Completely delete your mcp workspace, or manually copy forge/fml/eclipse to forge/mcp/eclipse. Somehow you've screwed up the eclipse workspace. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
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.