-
Notifications
You must be signed in to change notification settings - Fork 3
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
Headless JDK's cause crashes #49
Comments
This is technically not an issue with X11 or Wayland at all. What's happening is that your JVM does not support L64X128MixRandom (Line 330), and the popup warning you about that is likely crashing the game (because wayland likely hates that). |
Ah, thanks. |
That shouldn't be a problem, Faster Random just needs JEP 356 implemented. It's strange that OpenJDK 22 of all things is having trouble with it considering that OpenJDK's above 17 should have this implemented. |
I just started up the game with OpenJDK 17 and it booted just fine, is OpenJDK 22 missing JEP 356? |
Must be. What is the actual name of the JDK, and did you get it from your package manager? |
So, I figured out the issue. I had On another note, I'm suprised Minecraft worked with headless jre and I never noticed until now. |
I wonder if that's the major cause of so many people having the wrong JDK. Not only does it seem to not have the generators for some reason, displaying the popup will cause a crash due to it being headless. Minecraft probably works fine since LWJGL talks to many native libraries which could bypass Java's systems. |
Huh, guess we've uncovered something interesting. |
It's more interesting in the case of: "Why isn't |
Was going to say to edit the jvm list, but you already did. |
Does an issue already cover this?
Does your system support Faster Random?
Issue description.
If you are on a linux distro and using Wayland window manager (e.g. hyprland), the game will crash upon startup.
Issue replication.
Log File / Crash Report (if applicable)
https://mclo.gs/tOXu1K7
(Note: Ignore Mod Menu conflict, it does not crash the game.)
The text was updated successfully, but these errors were encountered: