Jump to content

1.5.2 forge installer fails to install "deobfuscation_data_1.5.2.zip"


cintlex

Recommended Posts

Hi, after trying to install forge for 1.5.2, i get an error which states:

2021-05-27 01:19:47 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.738 for Minecraft 1.5.2 loading
2021-05-27 01:19:47 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_291, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_291
2021-05-27 01:19:47 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\trenton\AppData\Roaming\.minecraft\libraries\net\minecraftforge\minecraftforge\7.8.1.738\minecraftforge-7.8.1.738.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.10.0-custom\scala-library-2.10.0-custom.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\net\sourceforge\argo\argo\3.2-small\argo-3.2-small.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\148\bcprov-jdk15on-148.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0-rc3\guava-14.0-rc3.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\net\minecraftforge\legacyfixer\1.0\legacyfixer-1.0.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.5\launchwrapper-1.5.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\trenton\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\trenton\AppData\Roaming\.minecraft\versions\1.5.2-Forge7.8.1.738\1.5.2-Forge7.8.1.738.jar
2021-05-27 01:19:47 [FINE] [ForgeModLoader] Java library path at launch is C:\Users\trenton\AppData\Roaming\.minecraft\bin\4ab0-d601-923b-eab1
2021-05-27 01:19:47 [FINE] [ForgeModLoader] Enabling runtime deobfuscation
2021-05-27 01:19:47 [FINEST] [ForgeModLoader] All core mods are successfully located
2021-05-27 01:19:47 [INFO] [ForgeModLoader] Found a command line coremod : net.minecraftforge.legacy._1_5_2.LibraryFixerCoremod
2021-05-27 01:19:47 [INFO] [ForgeModLoader] [LegacyFixer] Removing CoreFMLLibraries: cpw.mods.fml.relauncher.CoreFMLLibraries@8e24743
2021-05-27 01:19:47 [FINEST] [ForgeModLoader] Discovering coremods
2021-05-27 01:19:47 [FINEST] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2021-05-27 01:19:47 [INFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2021-05-27 01:19:47 [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. 
2021-05-27 01:19:47 [SEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip
2021-05-27 01:19:47 [SEVERE] [ForgeModLoader] <===========>
2021-05-27 01:19:47 [SEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue
2021-05-27 01:19:47 [SEVERE] [ForgeModLoader] The downloaded file deobfuscation_data_1.5.2.zip has an invalid checksum e04c5335922c5e457f0a7cd62c93c4a7f699f829 (expecting 446e55cd986582c70fcf12cb27bc00114c5adfd9). The download did not succeed correctly and the file has been deleted. Please try launching again.
2021-05-27 01:19:47 [SEVERE] [ForgeModLoader] <<< ==== >>>
2021-05-27 01:19:47 [SEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.
2021-05-27 01:19:47 [SEVERE] [ForgeModLoader] Error details
java.lang.RuntimeException: The downloaded file deobfuscation_data_1.5.2.zip has an invalid checksum e04c5335922c5e457f0a7cd62c93c4a7f699f829 (expecting 446e55cd986582c70fcf12cb27bc00114c5adfd9). 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:613)
    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:532)
    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:165)
    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)
    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:2237)
    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.minecraft.launchwrapper.Launch.launch(Launch.java:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

Anyone know where i can download this file or atleast get it to download automatically so i can use forge? Thanks!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.