xenonax00 Opublikowano 11 Maja 2013 Udostępnij Opublikowano 11 Maja 2013 Cześć! Mam problem z Forgem. Mianowicie gdy dojdzie do jakiegoś momentu wyświetla się błąd: tutaj kod tego błędu 2013-05-11 20:24:11 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.6.695 for Minecraft 1.5.2 loading 2013-05-11 20:24:11 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_21, running on Windows XP:x86:5.1, installed at C:\Program Files\Java\jre7 2013-05-11 20:24:11 [FINE] [ForgeModLoader] Java classpath at launch is C:\Documents and Settings\user\Pulpit\Minecraft.exe 2013-05-11 20:24:11 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\Java\jre7\bin;. 2013-05-11 20:24:11 [FINE] [ForgeModLoader] Enabling runtime deobfuscation 2013-05-11 20:24:11 [FINEST] [ForgeModLoader] All core mods are successfully located 2013-05-11 20:24:11 [FINEST] [ForgeModLoader] Discovering coremods 2013-05-11 20:24:11 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir 2013-05-11 20:24:11 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar 2013-05-11 20:24:11 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar 2013-05-11 20:24:21 [FINEST] [ForgeModLoader] Download complete 2013-05-11 20:24:21 [iNFO] [ForgeModLoader] Download complete 2013-05-11 20:24:21 [FINEST] [ForgeModLoader] Library file guava-14.0-rc3.jar was downloaded and verified successfully 2013-05-11 20:24:21 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir 2013-05-11 20:24:21 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar 2013-05-11 20:24:21 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar 2013-05-11 20:24:31 [FINEST] [ForgeModLoader] Download complete 2013-05-11 20:24:31 [iNFO] [ForgeModLoader] Download complete 2013-05-11 20:24:31 [FINEST] [ForgeModLoader] Library file bcprov-jdk15on-148.jar was downloaded and verified successfully 2013-05-11 20:24:31 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir 2013-05-11 20:24:31 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar 2013-05-11 20:24:31 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar 2013-05-11 20:24:56 [FINEST] [ForgeModLoader] Download complete 2013-05-11 20:24:56 [iNFO] [ForgeModLoader] Download complete 2013-05-11 20:24:56 [FINEST] [ForgeModLoader] Library file scala-library.jar was downloaded and verified successfully 2013-05-11 20:29:31 [iNFO] [sTDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap 2013-05-11 20:29:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192) 2013-05-11 20:29:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259) 2013-05-11 20:29:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229) 2013-05-11 20:29:31 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25) 2013-05-11 20:29:31 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:136) 2013-05-11 20:29:31 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:79) 2013-05-11 20:29:31 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.lang.Class.getDeclaredConstructors0(Native Method) 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.lang.Class.getConstructor0(Unknown Source) 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.lang.Class.newInstance0(Unknown Source) 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.lang.Class.newInstance(Unknown Source) 2013-05-11 20:29:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:122) 2013-05-11 20:29:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:271) 2013-05-11 20:29:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172) 2013-05-11 20:29:31 [iNFO] [sTDERR] ... 5 more 2013-05-11 20:29:31 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Multimap 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source) 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.net.URLClassLoader$1.run(Unknown Source) 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.security.AccessController.doPrivileged(Native Method) 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.net.URLClassLoader.findClass(Unknown Source) 2013-05-11 20:29:31 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:160) 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-05-11 20:29:31 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2013-05-11 20:29:31 [iNFO] [sTDERR] ... 13 more proszę o pomoc! Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
Blatts Opublikowano 12 Maja 2013 Udostępnij Opublikowano 12 Maja 2013 Sprawdź czy pliki: guava-14.0-rc3.jar bcprov-jdk15on-148.jar Znajdują się w .minecraft/lib. Jeżeli ich nie ma pobierz je i umieść w tym folderze tj. /lib. --- Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
xenonax00 Opublikowano 12 Maja 2013 Autor Udostępnij Opublikowano 12 Maja 2013 Bardzo ci dziękuję! Wszystko śmiga jak należy! Pozdrawiam! Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
Rekomendowane odpowiedzi
Zarchiwizowany
Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.