Advertisement
Guest User

D20 Mod Error

a guest
Dec 24th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.37 KB | None | 0 0
  1. 2012-12-24 21:41:02 [INFO] [ForgeModLoader] Forge Mod Loader version 4.6.12.511 for Minecraft 1.4.6 loading
  2. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] All core mods are successfully located
  3. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Discovering coremods
  4. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.7.0.1.jar
  5. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.7.0.1.jar
  6. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.7.0.1.jar
  7. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.4.0.jar
  8. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.4.0.jar
  9. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.4.0.jar
  10. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
  11. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
  12. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
  13. 2012-12-24 21:41:02 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  14. 2012-12-24 21:41:02 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  15. 2012-12-24 21:41:07 [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
  16.  
  17. 2012-12-24 21:41:07 [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. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar
  19. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
  20. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
  21. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
  22. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] <===========>
  23. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
  24. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] A download error occured
  25. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] <<< ==== >>>
  26. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
  27. 2012-12-24 21:41:07 [SEVERE] [ForgeModLoader] Error details
  28. java.lang.RuntimeException: A download error occured
  29.     at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
  30.     at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
  31.     at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
  32.     at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
  33.     at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
  34.     at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
  35.     at net.minecraft.Launcher.init(Launcher.java:81)
  36.     at net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:100)
  37.     at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:193)
  38. Caused by: java.net.SocketTimeoutException: Read timed out
  39.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  40.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  41.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  42.     at java.lang.reflect.Constructor.newInstance(Unknown Source)
  43.     at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  44.     at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
  45.     at java.security.AccessController.doPrivileged(Native Method)
  46.     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
  47.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  48.     at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
  49.     ... 8 more
  50. Caused by: java.net.SocketTimeoutException: Read timed out
  51.     at java.net.SocketInputStream.socketRead0(Native Method)
  52.     at java.net.SocketInputStream.read(Unknown Source)
  53.     at java.net.SocketInputStream.read(Unknown Source)
  54.     at java.io.BufferedInputStream.fill(Unknown Source)
  55.     at java.io.BufferedInputStream.read1(Unknown Source)
  56.     at java.io.BufferedInputStream.read(Unknown Source)
  57.     at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  58.     at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  59.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  60.     at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
  61.     at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
  62.     at java.net.URLConnection.getContentLengthLong(Unknown Source)
  63.     at java.net.URLConnection.getContentLength(Unknown Source)
  64.     at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)
  65.     ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement