-
Notifications
You must be signed in to change notification settings - Fork 18
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
Use of unpatched zlib 1.2.12 in 22.08 runtime causes java.util.zip.ZipException: invalid entry CRC
on at least some platforms
#15
Comments
Interesting. I do remember that bug when it first was noticed, basically all arch users couldn't play Minecraft lol. But weird that the sdk isn't updated |
yeah, its weird. it happens on my laptop but not my desktop. |
I have a friend that is having this exact issue |
Fixed in #18 |
#18 fixes it for me |
guihkx
added a commit
to guihkx/org.prismlauncher.PrismLauncher
that referenced
this issue
Jun 9, 2023
This module was first added because version 22.08.9 of the Freedesktop runtime was using a problematic version of zlib (see issue flathub#15). However, since then, zlib has been updated to v1.2.13 in the 22.08.10 version of the runtime: https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/commit/4fc255e155ef8d2f5a1ec593784b61527c1d829f Therefore, we can remove it from here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The freedektop SDK behind the org.KDE.Platform runtime version 22.08 uses an unpatched zlib 1.2.12 and leads to the experiencing of madler/zlib#613 on at least some platforms
the version of zlib should be patched or updated to 1.2.13 or the runtime should be updated to alleviate this issue.
The text was updated successfully, but these errors were encountered: