Error when Downloading the Modpack

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

cqcboy100

New Member
Jul 29, 2019
3
0
0
This is the Error i have, any help understanding whats wrong with it because im not an expert at reading this thank you for any help



2012-11-11 17:26:09 [INFO] [ForgeModLoader] Forge Mod Loader version 4.2.18.433 for Minecraft 1.4.2 loading
2012-11-11 17:26:09 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-11-11 17:26:09 [FINEST] [ForgeModLoader] Discovering coremods
2012-11-11 17:26:09 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.6.6.jar
2012-11-11 17:26:09 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.6.6.jar
2012-11-11 17:26:09 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.6.6.jar
2012-11-11 17:26:09 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.1.2.jar
2012-11-11 17:26:09 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.1.2.jar
2012-11-11 17:26:09 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.1.2.jar
2012-11-11 17:26:09 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2012-11-11 17:26:09 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2012-11-11 17:26:15 [SEVERE] [ForgeModLoader] There was a problem downloading the file argo-2.25.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

2012-11-11 17:26:15 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2012-11-11 17:26:15 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2012-11-11 17:27:23 [FINEST] [ForgeModLoader] Download complete
2012-11-11 17:27:23 [INFO] [ForgeModLoader] Download complete
2012-11-11 17:27:23 [FINEST] [ForgeModLoader] Library file guava-12.0.1.jar was downloaded and verified successfully

2012-11-11 17:27:23 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2012-11-11 17:27:23 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2012-11-11 17:27:37 [FINEST] [ForgeModLoader] Download complete
2012-11-11 17:27:37 [INFO] [ForgeModLoader] Download complete
2012-11-11 17:27:37 [FINEST] [ForgeModLoader] Library file asm-all-4.0.jar was downloaded and verified successfully

2012-11-11 17:27:37 [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.
2012-11-11 17:27:37 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2012-11-11 17:27:37 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2012-11-11 17:27:37 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2012-11-11 17:27:37 [SEVERE] [ForgeModLoader] <===========>
2012-11-11 17:27:37 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2012-11-11 17:27:37 [SEVERE] [ForgeModLoader] A download error occured
2012-11-11 17:27:37 [SEVERE] [ForgeModLoader] <<< ==== >>>
2012-11-11 17:27:37 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2012-11-11 17:27:37 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:484)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:131)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92)
at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
at net.minecraft.client.Minecraft.main(Minecraft.java:2152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:228)
Caused by: java.net.SocketTimeoutException: connect timed out
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:468)
... 10 more
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at java.net.URLConnection.getHeaderFieldLong(Unknown Source)
at java.net.URLConnection.getContentLengthLong(Unknown Source)
at java.net.URLConnection.getContentLength(Unknown Source)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
... 10 more
2012-11-11 17:27:54 [INFO] [STDERR] java.lang.reflect.InvocationTargetException
2012-11-11 17:27:54 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-11-11 17:27:54 [INFO] [STDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-11-11 17:27:54 [INFO] [STDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-11-11 17:27:54 [INFO] [STDERR]at java.lang.reflect.Method.invoke(Unknown Source)
2012-11-11 17:27:54 [INFO] [STDERR]at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:228)
2012-11-11 17:27:54 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2012-11-11 17:27:54 [INFO] [STDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2012-11-11 17:27:54 [INFO] [STDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92)
2012-11-11 17:27:54 [INFO] [STDERR]at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
2012-11-11 17:27:54 [INFO] [STDERR]at net.minecraft.client.Minecraft.main(Minecraft.java:2152)
2012-11-11 17:27:54 [INFO] [STDERR]... 5 more
2012-11-11 17:27:54 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2012-11-11 17:27:54 [INFO] [STDERR]at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:227)
2012-11-11 17:27:54 [INFO] [STDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2012-11-11 17:27:54 [INFO] [STDERR]... 8 more
 
Status
Not open for further replies.