xkazlyn Posted September 8, 2012 Posted September 8, 2012 Hello, I'm having an issue finishing the installation of forge 4.0.0.249, here is the error log.. 2012-09-08 15:55:41 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.0.188.360 for Minecraft client:1.3.2, server:1.3.2 loading 2012-09-08 15:55:41 [FINEST] [ForgeModLoader] All core mods are successfully located 2012-09-08 15:55:41 [FINEST] [ForgeModLoader] Discovering coremods 2012-09-08 15:55:41 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar 2012-09-08 15:55:41 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar 2012-09-08 15:55:47 [FINEST] [ForgeModLoader] Download complete 2012-09-08 15:55:47 [iNFO] [ForgeModLoader] Download complete 2012-09-08 15:55:47 [FINEST] [ForgeModLoader] Library file argo-2.25.jar was downloaded and verified successfully 2012-09-08 15:55:47 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar 2012-09-08 15:55:47 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar 2012-09-08 15:55:54 [FINEST] [ForgeModLoader] Download complete 2012-09-08 15:55:54 [iNFO] [ForgeModLoader] Download complete 2012-09-08 15:55:54 [FINEST] [ForgeModLoader] Library file guava-12.0.1.jar was downloaded and verified successfully 2012-09-08 15:55:54 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar 2012-09-08 15:55:54 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar 2012-09-08 15:55:54 [FINEST] [ForgeModLoader] Download complete 2012-09-08 15:55:54 [iNFO] [ForgeModLoader] Download complete 2012-09-08 15:55:54 [FINEST] [ForgeModLoader] Library file asm-all-4.0.jar was downloaded and verified successfully 2012-09-08 15:55:59 [iNFO] [sTDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap 2012-09-08 15:55:59 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:163) 2012-09-08 15:55:59 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230) 2012-09-08 15:55:59 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:200) 2012-09-08 15:55:59 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:28) 2012-09-08 15:55:59 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:134) 2012-09-08 15:55:59 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:78) 2012-09-08 15:55:59 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.lang.Class.getDeclaredConstructors0(Native Method) 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.lang.Class.privateGetDeclaredConstructors(Class.java:2404) 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.lang.Class.getConstructor0(Class.java:2714) 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.lang.Class.newInstance0(Class.java:343) 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.lang.Class.newInstance(Class.java:325) 2012-09-08 15:55:59 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:48) 2012-09-08 15:55:59 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:198) 2012-09-08 15:55:59 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:143) 2012-09-08 15:55:59 [iNFO] [sTDERR] ... 5 more 2012-09-08 15:55:59 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Multimap 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(URLClassLoader.java:366) 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(URLClassLoader.java:355) 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method) 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) 2012-09-08 15:55:59 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:75) 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) 2012-09-08 15:55:59 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) 2012-09-08 15:55:59 [iNFO] [sTDERR] ... 13 more I don't know much about Java or anything like that so i didn't even bother reading through much of that, if anyone could help me that would be great! BTW: I installed this on a fresh minecraft.jar 1.3.2, nothing added on, directly downloaded from the website, and this error occurs during the FML installation process, I'm running this for client aswell. Quote
LexManos Posted September 8, 2012 Posted September 8, 2012 Verify that the files listed in the log as being downloaded are in the minecraft/lib folder. If they are not, download them an put them there. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
xkazlyn Posted September 8, 2012 Author Posted September 8, 2012 Thanks for the help, it's working perfectly now Quote
Recommended Posts
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.