Skip to content
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

Closed
Ryex opened this issue Mar 3, 2023 · 5 comments

Comments

@Ryex
Copy link

Ryex commented Mar 3, 2023

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.

@DioEgizio
Copy link

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

@Ryex
Copy link
Author

Ryex commented Mar 10, 2023

yeah, its weird. it happens on my laptop but not my desktop.

@InfiniteLoopGameDev
Copy link

I have a friend that is having this exact issue

@orowith2os
Copy link
Contributor

Fixed in #18

@Ryex
Copy link
Author

Ryex commented Apr 5, 2023

#18 fixes it for me

@Ryex Ryex closed this as completed Apr 5, 2023
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants