Advertisement
Guest User

Minecraft Forge crash log

a guest
May 5th, 2013
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.79 KB | None | 0 0
  1. 2013-05-05 13:58:29 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.5.686 for Minecraft 1.5.2 loading
  2. 2013-05-05 13:58:29 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_17, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jre7
  3. 2013-05-05 13:58:29 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\User\AppData\Roaming\.minecraft\bin/minecraft.jar;C:\Users\User\AppData\Roaming\.minecraft\bin/lwjgl.jar;C:\Users\User\AppData\Roaming\.minecraft\bin/lwjgl_util.jar;C:\Users\User\AppData\Roaming\.minecraft\bin/jinput.jar;
  4. 2013-05-05 13:58:29 [FINE] [ForgeModLoader] Java library path at launch is C:\Users\User\AppData\Roaming\.minecraft\bin\natives
  5. 2013-05-05 13:58:29 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
  6. 2013-05-05 13:58:29 [FINEST] [ForgeModLoader] All core mods are successfully located
  7. 2013-05-05 13:58:29 [FINEST] [ForgeModLoader] Discovering coremods
  8. 2013-05-05 13:58:29 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir
  9. 2013-05-05 13:58:29 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir
  10. 2013-05-05 13:58:29 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir
  11. 2013-05-05 13:58:29 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir
  12. 2013-05-05 13:58:29 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
  13. 2013-05-05 13:58:29 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
  14. 2013-05-05 13:58:34 [SEVERE] [ForgeModLoader] There was a problem downloading the file deobfuscation_data_1.5.2.zip automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
  15.  
  16. 2013-05-05 13:58:35 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir
  17. 2013-05-05 13:58:35 [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.
  18. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar
  19. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar
  20. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar
  21. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar
  22. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
  23. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar
  24. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] <===========>
  25. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
  26. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] A download error occured
  27. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] <<< ==== >>>
  28. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
  29. 2013-05-05 13:58:35 [SEVERE] [ForgeModLoader] Error details
  30. java.lang.RuntimeException: A download error occured
  31. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:548)
  32. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
  33. at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
  34. at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:104)
  35. at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38)
  36. at net.minecraft.client.Minecraft.main(Minecraft.java:2236)
  37. Caused by: java.net.SocketTimeoutException: Read timed out
  38. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  39. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  40. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  41. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  42. at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  43. at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  44. at java.security.AccessController.doPrivileged(Native Method)
  45. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
  46. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  47. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
  48. ... 5 more
  49. Caused by: java.net.SocketTimeoutException: Read timed out
  50. at java.net.SocketInputStream.socketRead0(Native Method)
  51. at java.net.SocketInputStream.read(Unknown Source)
  52. at java.net.SocketInputStream.read(Unknown Source)
  53. at java.io.BufferedInputStream.fill(Unknown Source)
  54. at java.io.BufferedInputStream.read1(Unknown Source)
  55. at java.io.BufferedInputStream.read(Unknown Source)
  56. at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  57. at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  58. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  59. at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  60. at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  61. at java.net.URLConnection.getContentLengthLong(Unknown Source)
  62. at java.net.URLConnection.getContentLength(Unknown Source)
  63. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:531)
  64. ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement