Ok, so I am trying to install Minecraft Forge on to my minecraft client. Everytime I try to do it, (I have tried to manually install it, aswell as using magic launcher) I get the following error:
2013-01-20 12:23:51 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading
2013-01-20 12:23:51 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-01-20 12:23:51 [FINEST] [ForgeModLoader] Discovering coremods
2013-01-20 12:23:51 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...s/argo-2.25.jar
2013-01-20 12:23:51 [INFO] [ForgeModLoader] Downloading file http://files.minecra...s/argo-2.25.jar
2013-01-20 12:24:10 [FINEST] [ForgeModLoader] Download complete
2013-01-20 12:24:10 [INFO] [ForgeModLoader] Download complete
2013-01-20 12:24:10 [FINEST] [ForgeModLoader] Library file argo-2.25.jar was downloaded and verified successfully
2013-01-20 12:24:10 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...uava-12.0.1.jar
2013-01-20 12:24:10 [INFO] [ForgeModLoader] Downloading file http://files.minecra...uava-12.0.1.jar
2013-01-20 12:24:23 [FINEST] [ForgeModLoader] Download complete
2013-01-20 12:24:23 [INFO] [ForgeModLoader] Download complete
2013-01-20 12:24:23 [FINEST] [ForgeModLoader] Library file guava-12.0.1.jar was downloaded and verified successfully
2013-01-20 12:24:23 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...asm-all-4.0.jar
2013-01-20 12:24:23 [INFO] [ForgeModLoader] Downloading file http://files.minecra...asm-all-4.0.jar
2013-01-20 12:24:28 [SEVERE] [ForgeModLoader] There was a problem downloading the file asm-all-4.0.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-01-20 12:24:28 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...jdk15on-147.jar
2013-01-20 12:24:28 [INFO] [ForgeModLoader] Downloading file http://files.minecra...jdk15on-147.jar
2013-01-20 12:24:33 [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
2013-01-20 12:24:33 [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-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...s/argo-2.25.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...uava-12.0.1.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...asm-all-4.0.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...jdk15on-147.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] <===========>
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] A download error occured
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] A download error occured
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] <<< ==== >>>
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.replace(Launcher.java:134)
at net.minecraft.Launcher$1.run(Launcher.java:78)
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:467)
... 7 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.(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:466)
... 7 more
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.replace(Launcher.java:134)
at net.minecraft.Launcher$1.run(Launcher.java:78)
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:467)
... 7 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.(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:466)
... 7 more
2013-01-20 12:29:01 [INFO] [STDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2013-01-20 12:29:01 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-01-20 12:29:01 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:134)
2013-01-20 12:29:01 [INFO] [STDERR] at net.minecraft.Launcher$1.run(Launcher.java:78)
2013-01-20 12:29:01 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:228)
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2013-01-20 12:29:01 [INFO] [STDERR] ... 5 more
I do get to the part where it says "FML is setting up your environment". My client is completely clean, I have no other mods installed at all. I have looked through previous posts regarding similar issues, but I have not found a solution. I would greatly appreciate if you could provide one. Thanks.
2013-01-20 12:24:33 [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-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...s/argo-2.25.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...uava-12.0.1.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...asm-all-4.0.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...jdk15on-147.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] <===========>
You need to make a folder named 'lib' inside the .minecraft folder
Download the 4 files listed in the error (and the quote) and place them in the lib folder.
It's likely your antivirus is stopping forge from creating the folder or downloading the files.
2013-01-20 12:23:51 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-01-20 12:23:51 [FINEST] [ForgeModLoader] Discovering coremods
2013-01-20 12:23:51 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...s/argo-2.25.jar
2013-01-20 12:23:51 [INFO] [ForgeModLoader] Downloading file http://files.minecra...s/argo-2.25.jar
2013-01-20 12:24:10 [FINEST] [ForgeModLoader] Download complete
2013-01-20 12:24:10 [INFO] [ForgeModLoader] Download complete
2013-01-20 12:24:10 [FINEST] [ForgeModLoader] Library file argo-2.25.jar was downloaded and verified successfully
2013-01-20 12:24:10 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...uava-12.0.1.jar
2013-01-20 12:24:10 [INFO] [ForgeModLoader] Downloading file http://files.minecra...uava-12.0.1.jar
2013-01-20 12:24:23 [FINEST] [ForgeModLoader] Download complete
2013-01-20 12:24:23 [INFO] [ForgeModLoader] Download complete
2013-01-20 12:24:23 [FINEST] [ForgeModLoader] Library file guava-12.0.1.jar was downloaded and verified successfully
2013-01-20 12:24:23 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...asm-all-4.0.jar
2013-01-20 12:24:23 [INFO] [ForgeModLoader] Downloading file http://files.minecra...asm-all-4.0.jar
2013-01-20 12:24:28 [SEVERE] [ForgeModLoader] There was a problem downloading the file asm-all-4.0.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-01-20 12:24:28 [FINEST] [ForgeModLoader] Downloading file http://files.minecra...jdk15on-147.jar
2013-01-20 12:24:28 [INFO] [ForgeModLoader] Downloading file http://files.minecra...jdk15on-147.jar
2013-01-20 12:24:33 [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
2013-01-20 12:24:33 [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-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...s/argo-2.25.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...uava-12.0.1.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...asm-all-4.0.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...jdk15on-147.jar
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] <===========>
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] A download error occured
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] A download error occured
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] <<< ==== >>>
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.replace(Launcher.java:134)
at net.minecraft.Launcher$1.run(Launcher.java:78)
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:467)
... 7 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.(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:466)
... 7 more
2013-01-20 12:24:33 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: A download error occured
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)
at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
at net.minecraft.Launcher.replace(Launcher.java:134)
at net.minecraft.Launcher$1.run(Launcher.java:78)
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:467)
... 7 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.(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:466)
... 7 more
2013-01-20 12:29:01 [INFO] [STDERR] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2013-01-20 12:29:01 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-01-20 12:29:01 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:134)
2013-01-20 12:29:01 [INFO] [STDERR] at net.minecraft.Launcher$1.run(Launcher.java:78)
2013-01-20 12:29:01 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:228)
2013-01-20 12:29:01 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2013-01-20 12:29:01 [INFO] [STDERR] ... 5 more
-
View User Profile
-
View Posts
-
Send Message
Retired StaffYou need to make a folder named 'lib' inside the .minecraft folder
Download the 4 files listed in the error (and the quote) and place them in the lib folder.
It's likely your antivirus is stopping forge from creating the folder or downloading the files.