-
-
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
Fatal if Java 22 #294
Comments
Thank you for the detailed bug report! I'm already aware of this issue and will address it as soon as I can allocate some time and mental energy to it. Unfortunately, I can't provide an ETA for the fix at the moment. |
Same issue here |
I have good news: the commit that closed this issue should fix the reported problem! If anyone's interested, please feel try out the latest unstable builds and let us know how the fix works for you. This fix is expected to make it to the next stable release, but such stable release was not published yet, so that's why unstable builds should be used to test it for now. |
I used the PackSquash build v0.4.0-593-gcbe9563f (release, 2024-10-26) for x86_64-unknown-linux-musl via a Docker container. |
Distribution
Linux x64 APT package
Bug description
After the release of the Minecraft 1.20.5 update, I decided to check out the new features. Since this version started to require
JAVA 21
and higher, I installedJAVA 22
from www.oracle.com.Later, when I launched Minecraft 1.20.1 I encountered a problem: server resourcepack is not applied. The error in the logs is as follows:
Since this is a modified Sodium client, tried the vanilla Minecraft 1.20.1 client and the error persisted:
After that, compression with PackSquash has been disabled on the server and the resourcepack will load normally.
Then I rolled back the
JAVA
version to20
and tried again: everything works fine. I also checked onJAVA 21
- also everything works fine.Reproduction steps
JAVA 22
on client PCJAVA 22
Options
-Resource Packs...
OR
JAVA 22
on client PCJAVA 22
Expected behavior
As on earlier versions of JAVA, everything should work fine
Attached files
Resourcepack: gpt_dev.zip
compress.toml:
Additional context
No response
The text was updated successfully, but these errors were encountered: