Advertisement
Guest User

Untitled

a guest
Apr 24th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. 2013-04-24 14:34:32 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
  2. 2013-04-24 14:34:32 [FINEST] [ForgeModLoader] All core mods are successfully located
  3. 2013-04-24 14:34:32 [FINEST] [ForgeModLoader] Discovering coremods
  4. 2013-04-24 14:34:32 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore.jar
  5. 2013-04-24 14:34:32 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore.jar
  6. 2013-04-24 14:34:32 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore.jar
  7. 2013-04-24 14:34:32 [FINEST] [ForgeModLoader] Found a candidate coremod MiscPeripherals.jar
  8. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Loading coremod MiscPeripherals.jar
  9. 2013-04-24 14:34:33 [INFO] [MiscPeripheralsASM] Initialized
  10. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Loaded coremod MiscPeripherals.jar
  11. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems.jar
  12. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems.jar
  13. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems.jar
  14. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Found a candidate coremod PowerCrystalsCore.jar
  15. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Loading coremod PowerCrystalsCore.jar
  16. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Loaded coremod PowerCrystalsCore.jar
  17. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
  18. 2013-04-24 14:34:33 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
  19. 2013-04-24 14:34:33 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
  20. 2013-04-24 14:34:38 [SEVERE] [ForgeModLoader] There was a problem downloading the file guava-12.0.1.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
  21.  
  22. 2013-04-24 14:34:38 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
  23. 2013-04-24 14:34:38 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  24. 2013-04-24 14:34:38 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  25. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-147.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
  26.  
  27. 2013-04-24 14:34:43 [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.
  28. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar
  29. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
  30. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
  31. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  32. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] <===========>
  33. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
  34. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] A download error occured
  35. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] A download error occured
  36. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] <<< ==== >>>
  37. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
  38. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] Error details
  39. java.lang.RuntimeException: A download error occured
  40. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
  41. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
  42. at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
  43. at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
  44. at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
  45. at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
  46. at net.minecraft.Launcher.init(Launcher.java:85)
  47. at net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:149)
  48. at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:208)
  49. Caused by: java.net.SocketTimeoutException: Read timed out
  50. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  51. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  52. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  53. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  54. at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  55. at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  56. at java.security.AccessController.doPrivileged(Native Method)
  57. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
  58. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  59. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
  60. ... 8 more
  61. Caused by: java.net.SocketTimeoutException: Read timed out
  62. at java.net.SocketInputStream.socketRead0(Native Method)
  63. at java.net.SocketInputStream.read(Unknown Source)
  64. at java.net.SocketInputStream.read(Unknown Source)
  65. at java.io.BufferedInputStream.fill(Unknown Source)
  66. at java.io.BufferedInputStream.read1(Unknown Source)
  67. at java.io.BufferedInputStream.read(Unknown Source)
  68. at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  69. at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  70. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  71. at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  72. at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  73. at java.net.URLConnection.getContentLengthLong(Unknown Source)
  74. at java.net.URLConnection.getContentLength(Unknown Source)
  75. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)
  76. ... 8 more
  77. 2013-04-24 14:34:43 [SEVERE] [ForgeModLoader] Error details
  78. java.lang.RuntimeException: A download error occured
  79. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
  80. at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
  81. at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
  82. at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
  83. at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
  84. at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
  85. at net.minecraft.Launcher.init(Launcher.java:85)
  86. at net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:149)
  87. at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:208)
  88. Caused by: java.net.SocketTimeoutException: Read timed out
  89. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  90. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  91. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  92. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  93. at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  94. at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  95. at java.security.AccessController.doPrivileged(Native Method)
  96. at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
  97. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  98. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
  99. ... 8 more
  100. Caused by: java.net.SocketTimeoutException: Read timed out
  101. at java.net.SocketInputStream.socketRead0(Native Method)
  102. at java.net.SocketInputStream.read(Unknown Source)
  103. at java.net.SocketInputStream.read(Unknown Source)
  104. at java.io.BufferedInputStream.fill(Unknown Source)
  105. at java.io.BufferedInputStream.read1(Unknown Source)
  106. at java.io.BufferedInputStream.read(Unknown Source)
  107. at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  108. at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  109. at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  110. at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  111. at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  112. at java.net.URLConnection.getContentLengthLong(Unknown Source)
  113. at java.net.URLConnection.getContentLength(Unknown Source)
  114. at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)
  115. ... 8 more
  116. 2013-04-24 14:37:33 [INFO] [STDERR] [14:37:33] [ERROR] FMLRelauncher.setupHome:175->MinecraftLauncher.main:214: Unhandled error launching minecraft: java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
  117. cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
  118. cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
  119. cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
  120. net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
  121. net.minecraft.Launcher.init(Launcher.java:85)
  122. net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:149)
  123. net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:208
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement