Posted March 18, 201312 yr why is it every time i hit run or debug forge decides to download guava and the scala-library? i mean hell i've probably downloaded them 40 time today alone. it wasnt happening on 1.4.7-6.6.2 but after updating to 1.5-7.7.0-592 it does.
March 18, 201312 yr Unless you're clearing them or somehow making them corrupt, it should download once, and then verify every launch. You're probably getting confused by the verifying part. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
March 18, 201312 yr Author when i've loaded it up to play its always been almost instant. heres what i got from the eclipse console ( when it works ) 2013-03-17 21:08:33 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-03-17 21:08:33 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar 2013-03-17 21:09:00 [iNFO] [ForgeModLoader] Download complete 2013-03-17 21:09:00 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar 2013-03-17 21:09:39 [iNFO] [ForgeModLoader] Download complete and when i'm also looking up stuff or loading anything else ( about 70% of the time ) 2013-03-17 21:27:27 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.0.28.592 for Minecraft 1.5 loading 2013-03-17 21:27:27 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation 2013-03-17 21:27:27 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar 2013-03-17 21:27:43 [sEVERE] [ForgeModLoader] There was a problem downloading the file guava-14.0-rc3.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 2013-03-17 21:27:43 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar 2013-03-17 21:28:15 [iNFO] [ForgeModLoader] Download complete 2013-03-17 21:28:15 [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. 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.zip 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/scala-library.jar 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] <===========> 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] A download error occured 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] <<< ==== >>> 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] The following is diagnostic information for developers to review. 2013-03-17 21:28:15 [sEVERE] [ForgeModLoader] Error details java.lang.RuntimeException: A download error occured at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:528) at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:164) at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:169) at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:104) at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38) at net.minecraft.client.Minecraft.main(Minecraft.java:2227) at Start.main(Start.java:29) Caused by: java.net.SocketTimeoutException: connect timed out at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1674) at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1672) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1670) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1243) at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:512) ... 6 more Caused by: java.net.SocketTimeoutException: connect timed out at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391) at java.net.Socket.connect(Socket.java:579) at sun.net.NetworkClient.doConnect(NetworkClient.java:175) at sun.net.www.http.HttpClient.openServer(HttpClient.java:378) at sun.net.www.http.HttpClient.openServer(HttpClient.java:473) at sun.net.www.http.HttpClient.<init>(HttpClient.java:203) at sun.net.www.http.HttpClient.New(HttpClient.java:290) at sun.net.www.http.HttpClient.New(HttpClient.java:306) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1299) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2677) at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:639) at java.net.URLConnection.getContentLengthLong(URLConnection.java:511) at java.net.URLConnection.getContentLength(URLConnection.java:495) at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:511) ... 6 more 2013-03-17 21:28:19 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue 2013-03-17 21:28:19 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:189) 2013-03-17 21:28:19 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:104) 2013-03-17 21:28:19 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:38) 2013-03-17 21:28:19 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2227) 2013-03-17 21:28:19 [iNFO] [sTDERR] at Start.main(Start.java:29) 2013-03-17 21:28:19 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue 2013-03-17 21:28:19 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:260) 2013-03-17 21:28:19 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:169) 2013-03-17 21:28:19 [iNFO] [sTDERR] ... 4 more
March 18, 201312 yr Interesting, the code is obviously checking if the file exists before attempting to download it. Can you make sure that the file is in your mcp/jars/libs folder before you run? As for the connection issue, thats a connection issue theres nothing we can do about that. Something reset your connection and you either have to try again, or download things manually. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
March 18, 201312 yr Author i have: argo-small-3.2.jar asm-all-4.1.jar bcprov-jdk15on-148.jar deobfusacation_data_1.5.zip guava-14.0-rc3.jar last few times only the scala one seemed to be downloading. whats weird is even when it's running the file list is the same as above. also decided to do a search of everything inside my mcp folder for "scala" only got 2 adapter classes, this was done while it was running. gonna try manualy adding it to see if it fixes it the connection issue is just cause my crappy internet service getting overloaded too easily, not blaming that on forge or anyone.
March 18, 201312 yr So you're saying that in your libs folder you don't have the scala library. And it's trying to download the scala library... Explain to me how that is weird or a problem? I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
March 18, 201312 yr Author its not that it was trying to download it that was the problem , its that it was trying to and "succeeding" but never keeping it for more than that run, and more so even while it was running after downloading it, it never showed up in the lib folder until i manually placed it there, after witch it stayed where it was supposed to.
March 18, 201312 yr maybe it can't write to the lib directory? the title you chose is not the most descriptive . mnn.getNativeLang() != English If I helped you please click on the "thank you" button.
March 18, 201312 yr Author not sure why it wouldnt have been able to as it wrote the other just fine , though the one took a while and yeah ^^; i was kinda annoyed that it took 1 min of doing nothing just to spend 10 seconds checking something XP
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.