satgo1546

↑运行了就是这个样子,目测是网络被墙导致的……
  1. 2013-10-31 18:32:45 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading
  2. 2013-10-31 18:32:45 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_21, running on Windows XP:x86:5.1, installed at C:\Program Files\Java\jre7
  3. 2013-10-31 18:32:45 [FINE] [ForgeModLoader] Java classpath at launch is jinput.jar;lwjgl.jar;lwjgl_util.jar;minecraft.jar
  4. 2013-10-31 18:32:45 [FINE] [ForgeModLoader] Java library path at launch is .\natives
  5. 2013-10-31 18:32:45 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
  6. 2013-10-31 18:32:45 [FINEST] [ForgeModLoader] All core mods are successfully located
  7. 2013-10-31 18:32:45 [FINEST] [ForgeModLoader] Discovering coremods
  8. 2013-10-31 18:32:45 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
  9. 2013-10-31 18:32:45 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
  10. 2013-10-31 18:32:45 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
  11. 2013-10-31 18:32:45 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  12. 2013-10-31 18:32:45 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  13. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-148.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

  14. 2013-10-31 18:32:46 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir
  15. 2013-10-31 18:32:46 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
  16. 2013-10-31 18:32:46 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar
  17. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] There was a problem downloading the file scala-library.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

  18. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.
  19. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
  20. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
  21. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
  22. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  23. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
  24. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
  25. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] <===========>
  26. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
  27. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] A download error occured
  28. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] A download error occured
  29. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] <<< ==== >>>
  30. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
  31. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] Error details
  32. java.lang.RuntimeException: A download error occured
  33.         at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
  34.         at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
  35.         at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
  36.         at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:104)
  37.         at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38)
  38.         at net.minecraft.client.Minecraft.main(Minecraft.java:2237)
  39. Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  40.         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  41.         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  42.         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  43.         at java.lang.reflect.Constructor.newInstance(Unknown Source)
  44.         at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  45.         at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  46.         at java.security.AccessController.doPrivileged(Native Method)
  47.         at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
  48.         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  49.         at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
  50.         ... 5 more
  51. Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  52.         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  53.         at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  54.         at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  55.         at java.net.URLConnection.getContentLengthLong(Unknown Source)
  56.         at java.net.URLConnection.getContentLength(Unknown Source)
  57.         at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
  58.         ... 5 more
  59. 2013-10-31 18:32:46 [SEVERE] [ForgeModLoader] Error details
  60. java.lang.RuntimeException: A download error occured
  61.         at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
  62.         at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
  63.         at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
  64.         at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:104)
  65.         at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38)
  66.         at net.minecraft.client.Minecraft.main(Minecraft.java:2237)
  67. Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar
  68.         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  69.         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  70.         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  71.         at java.lang.reflect.Constructor.newInstance(Unknown Source)
  72.         at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  73.         at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  74.         at java.security.AccessController.doPrivileged(Native Method)
  75.         at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
  76.         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  77.         at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
  78.         ... 5 more
  79. Caused by: java.io.FileNotFoundException: http://files.minecraftforge.net/fmllibs/scala-library.jar
  80.         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  81.         at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  82.         at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  83.         at java.net.URLConnection.getContentLengthLong(Unknown Source)
  84.         at java.net.URLConnection.getContentLength(Unknown Source)
  85.         at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
  86.         ... 5 more
  87. 2013-10-31 18:32:55 [INFO] [STDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
  88. 2013-10-31 18:32:55 [INFO] [STDERR]         at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)
  89. 2013-10-31 18:32:55 [INFO] [STDERR]         at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:104)
  90. 2013-10-31 18:32:55 [INFO] [STDERR]         at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38)
  91. 2013-10-31 18:32:55 [INFO] [STDERR]         at net.minecraft.client.Minecraft.main(Minecraft.java:2237)
  92. 2013-10-31 18:32:55 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
  93. 2013-10-31 18:32:55 [INFO] [STDERR]         at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:261)
  94. 2013-10-31 18:32:55 [INFO] [STDERR]         at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
  95. 2013-10-31 18:32:55 [INFO] [STDERR]         ... 3 more
复制代码
↑ForgeModLoader-client-1.log的内容

下载FML出错,那么如果自己去下载的话,到哪里下载,下完了放哪里?

我的MC是1.5.2,下载的是forge官网的 1.5.2 recommend 版本,直接扔到minecraft.jar里然后删掉META-INF。这步骤没错吧?

chuyimo
版本错了  要选1.5.2  universal  也就是 最后一个下载连接
给你发一个1.5.2的吧 最新的 738的    http://pan.baidu.com/s/1d2I6H           安装你应该会  就不说了
fogre 要用universal

lichi2050
差了LIBS 文件 【1.5.2的时候下载总会出错的,还是手动安装比较快】

hs1005489127
对这些东西我一点也不明白

satgo1546
chuyimo 发表于 2013-10-31 19:07
版本错了  要选1.5.2  universal  也就是 最后一个下载连接
给你发一个1.5.2的吧 最新的 738的    http:// ...

我是装universal的啊……

satgo1546
lichi2050 发表于 2013-11-1 01:27
差了LIBS 文件 【1.5.2的时候下载总会出错的,还是手动安装比较快】

什么意思?求手动安装的方法