I don't know what's up. Forge works otherwise, but with Not Enough Items [1.4.6], Forge just crashes. My game won't even load.
Here's the crash report:
2012-12-23 18:21:33 [INFO] [ForgeModLoader] Forge Mod Loader version 4.6.12.511 for Minecraft 1.4.6 loading
2012-12-23 18:21:33 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-12-23 18:21:33 [FINEST] [ForgeModLoader] Discovering coremods
2012-12-23 18:21:33 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir
2012-12-23 18:21:33 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir
2012-12-23 18:21:33 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir
2012-12-23 18:21:33 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2012-12-23 18:21:33 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2012-12-23 18:21:38 [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-12-23 18:21:38 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] <===========>
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] The downloaded file bcprov-jdk15on-147.jar has an invalid checksum 78bc4a107eaadd0af5d6fa6a161e15225d74cc92 (expecting b6f5d9926b0afbde9f4dbe3db88c5247be7794bb). The download did not succeed correctly and the file has been deleted. Please try launching again.
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] <<< ==== >>>
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: The downloaded file bcprov-jdk15on-147.jar has an invalid checksum 78bc4a107eaadd0af5d6fa6a161e15225d74cc92 (expecting b6f5d9926b0afbde9f4dbe3db88c5247be7794bb). The download did not succeed correctly and the file has been deleted. Please try launching again.
at cpw.mods.fml.relauncher.RelaunchLibraryManager.performDownload(RelaunchLibraryManager.java:548)
at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)
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.relaunchClient(FMLRelauncher.java:92)
at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
at net.minecraft.client.Minecraft.main(Minecraft.java:2235)
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 magic.launcher.Launcher.main(Unknown Source)
2012-12-23 18:21:44 [INFO] [STDERR] java.lang.reflect.InvocationTargetException
2012-12-23 18:21:44 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-23 18:21:44 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-12-23 18:21:44 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-12-23 18:21:44 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-12-23 18:21:44 [INFO] [STDERR] at magic.launcher.Launcher.main(Unknown Source)
2012-12-23 18:21:44 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2012-12-23 18:21:44 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2012-12-23 18:21:44 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:92)
2012-12-23 18:21:44 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)
2012-12-23 18:21:44 [INFO] [STDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2235)
2012-12-23 18:21:44 [INFO] [STDERR] ... 5 more
2012-12-23 18:21:44 [INFO] [STDERR] Caused by: java.lang.RuntimeException: A fatal error occured and FML cannot continue
2012-12-23 18:21:44 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:228)
2012-12-23 18:21:44 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2012-12-23 18:21:44 [INFO] [STDERR] ... 8 more
2012-12-23 18:21:51 [INFO] [STDOUT] No visible frames left, exit()
2012-12-23 18:21:38 [SEVERE] [ForgeModLoader] The downloaded file bcprov-jdk15on-147.jar has an invalid checksum 78bc4a107eaadd0af5d6fa6a161e15225d74cc92 (expecting b6f5d9926b0afbde9f4dbe3db88c5247be7794bb). The download did not succeed correctly and the file has been deleted. Please try launching again.
Try reinstalling Forge, or making sure it can connect to the internet.
Here's the crash report:
-
View User Profile
-
View Posts
-
Send Message
Retired StaffTry reinstalling Forge, or making sure it can connect to the internet.