I've been wanting to download Forge, because there are some awesome mods out there, but they're for Forge.
So I put all of the files from Forge into my minecraft.jar, then ran Minecraft. (Note: I am using Digiex Minecraft Downgrader to run Minecraft because of an issue involving "fatal error null" that I couldn't fix.) Forge didn't work. But luckily, I have an error log. Here it is.
2013-01-03 08:44:04 [INFO] [ForgeModLoader] Forge Mod Loader version 4.6.12.511 for Minecraft 1.4.6 loading
2013-01-03 08:44:04 [FINEST] [ForgeModLoader] All core mods are successfully located
2013-01-03 08:44:04 [FINEST] [ForgeModLoader] Discovering coremods
2013-01-03 08:44:04 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2013-01-03 08:44:04 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-01-03 08:44:04 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-01-03 08:44:09 [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
2013-01-03 08:44:09 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2013-01-03 08:44:09 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-01-03 08:44:09 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-01-03 08:44:15 [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-03 08:44: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-01-03 08:44:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] <===========>
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] A download error occured
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] A download error occured
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] <<< ==== >>>
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2013-01-03 08:44:15 [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:190)
at net.minecraft.Launcher$1.run(Launcher.java:217)
Caused by: java.net.SocketTimeoutException: Read 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: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTP(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-03 08:44:15 [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:190)
at net.minecraft.Launcher$1.run(Launcher.java:217)
Caused by: java.net.SocketTimeoutException: Read 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: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read1(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTP(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-03 08:44:19 [INFO] [STDERR] Exception in thread "Thread-6" java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-01-03 08:44:19 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2013-01-03 08:44:19 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
2013-01-03 08:44:19 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2013-01-03 08:44:19 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-01-03 08:44:19 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:190)
2013-01-03 08:44:19 [INFO] [STDERR] at net.minecraft.Launcher$1.run(Launcher.java:217)
2013-01-03 08:44:19 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2013-01-03 08:44:19 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:228)
2013-01-03 08:44:19 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2013-01-03 08:44:19 [INFO] [STDERR] ... 5 more
I have no other mods installed, its a fresh clean minecraft.jar. I'm running the latest forge version. At least I think so. This is the name of the forge.zip: minecraftforge-universal-1.4.6-6.5.0.467.zip.
Thank you for the help.
2013-01-03 08:44: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-01-03 08:44:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] <===========>
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] A download error occured
2013-01-03 08:44:15 [SEVERE] [ForgeModLoader] A download error occured
You need to download those 4 files and place them in the .minecraft/lib/ folder.
If there isn't a lib folder make it. It's likely your OS or AV stopped forge from making the folder and that is what the problem is.
If there is anything in the lib folder already delete what is in it, and add those 4 files.
Well you could do that. Or update your forge. Your 22 versions behind. For minecraft 1.4.6 you can get the LAST version made before the forge team decided to start making Forge for MC 1.4.7.
Go to the Forge download page and look for this version :
Build 6.5.0.489: 2012-12-27 22:20:02 for MC: 1.4.6
If you notice its version 489. Your still using 467. If you go to a higher version then 489, then you MUST upgrade minecraft to the new BETA version of minecraft which is technically not an official update yet. My recommendation is do not update. Stick with Minecraft 1.4.6 for now. And get the latest version of Forge for this version which again is 489. Make sure you use a clean copy of minecraft before modding it. Enjoy.
This is a picture of Magic Launcher with Forge 489 and other mods loaded. I did NOT modify my minecraft JAR file. I added it by using MAGIC LAUNCHER and clicking the add button on the right. Ignore the 1 error. So far I have seen no ill effects.
While upgrading to the latest forge is a good idea, it still wouldn't have solved the problem he was having.
Even with the new version, what ever was stopping those files from downloading would have still caused the same problem.
While upgrading to the latest forge is a good idea, it still wouldn't have solved the problem he was having.
Even with the new version, what ever was stopping those files from downloading would have still caused the same problem.
Hmm, interesting because I never had that problem with the 489. I did with 467, which is why I upgraded and it solved the problem for me.
So I put all of the files from Forge into my minecraft.jar, then ran Minecraft. (Note: I am using Digiex Minecraft Downgrader to run Minecraft because of an issue involving "fatal error null" that I couldn't fix.) Forge didn't work. But luckily, I have an error log. Here it is.
Thank you for the help.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffYou need to download those 4 files and place them in the .minecraft/lib/ folder.
If there isn't a lib folder make it. It's likely your OS or AV stopped forge from making the folder and that is what the problem is.
If there is anything in the lib folder already delete what is in it, and add those 4 files.
Go to the Forge download page and look for this version :
Build 6.5.0.489: 2012-12-27 22:20:02 for MC: 1.4.6
If you notice its version 489. Your still using 467. If you go to a higher version then 489, then you MUST upgrade minecraft to the new BETA version of minecraft which is technically not an official update yet. My recommendation is do not update. Stick with Minecraft 1.4.6 for now. And get the latest version of Forge for this version which again is 489. Make sure you use a clean copy of minecraft before modding it. Enjoy.
This is a picture of Magic Launcher with Forge 489 and other mods loaded. I did NOT modify my minecraft JAR file. I added it by using MAGIC LAUNCHER and clicking the add button on the right. Ignore the 1 error. So far I have seen no ill effects.
No problem. The reason I suggest using 489 is because it fixes bugs that you will find in your current version of 467.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffEven with the new version, what ever was stopping those files from downloading would have still caused the same problem.
Hmm, interesting because I never had that problem with the 489. I did with 467, which is why I upgraded and it solved the problem for me.