-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Can't download forge modpacks #1162
Comments
Would you be able to go to |
Same expection. I suspect that launcher is getting wrong SHA1 hash from server and fails to validate. |
Update: I found that I could not download any Forge 1.18.2 modpacks (FTB/CF) |
Does vanilla 1.18.2 work for you? |
I can't create any modpack at all, only download from FTB or CF. Nothing in logs |
I can confirm that none of the modpacks that use forge <=1.19 can be installed with the linux app, this include curseforge and ftb modpacks, the problem is caused by the modloader installer |
FTB Neotech and other modpacks that use forge version>=1.20 are installed correctly and without any problem |
@Gaz492 The .jar files are failing validation because they have different compression than the ones with the right checksum. The uncompressed contents are identical byte-for-byte, but the jar file is slightly bigger.
These files are being generated by ftb app on the client, from the base file bin/versions/1.18.2/1.18.2.jar It uses java.util.zip, which probably uses the system zlib. And so it could be sensitive to changes in zlib version/config. |
I can also confirm this behavior running on Fedora 40. I am able to install and run FTB NeoTech but cannot do so with for instance Direwolf20. I've put the relevant lines from my debug.log below - and I am running zlib-ng-compat-2.1.7-1.fc40.x86_64 if that's useful.
|
After some more investigating looks like this could be the same issue as this PR in forge: MinecraftForge/JarSplitter#2 |
Just wanted to check, is everyone here running into an issue running fedora? |
We have released an update to the app which allows you to disable file hash verification. I will keep this issue open for the time being, in case any further issues arise |
For me, the same issue happens on Nobara 40 (based on Fedora) when trying to get a 1.20.1 modpack server running while using GraalVM 21, but gets fixed by switching to Temurin 17 |
What Operating System
Linux (Other)
Debug Code
FTB-DBGAMITEGASIH
Describe the bug
I'm unable to download any Forge modpacks. I can download any Fabric/NeoForge modpack.
Steps to reproduce
Expected behaviour
Successful download and install of any forge modpack
Screenshots
Additional information
I get this exception every time the app fails to load the modpack
OS: Fedora 40 (kernel version: 6.9.4-200.fc40.x86_64), KDE Plasma: 6.1.0
The text was updated successfully, but these errors were encountered: