-
-
Notifications
You must be signed in to change notification settings - Fork 244
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] Minecraft 1.21 causes UnsupportedClassVersionError #1618
Comments
Gorilla Devs are no longer working on this version on the launcher (last release was a year ago), but they have a new one with TONS of bug fixes from the past year (as well as support for 1.21): https://github.com/gorilla-devs/GDLauncher-Carbon. If you have the same problem, report it in that repo. |
@OttCS thanks for the heads up, I wasn't aware. Maybe worthwhile making a final update to this stale repository, like a notification or update prompt of some sort for people to move to Carbon? |
Will do it shortly, most likely this week. I've been very careful about not forcing or endorsing the new app to much until it was stable enough. For most people the first feedback is often the final and it was very important to not drive people away because of early bugs. |
@blarfoon There are still new issues being reported here. Do you think Carbon is not at a point where this repo can be archived? |
Describe the bug
An UnsupportedClassVersionError is thrown during startup of vanilla Minecraft 1.21.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error is thrown
Possible solutions
Update the launcher to use JDK21 in order to support Minecraft 1.21. It currently seems that GDLauncher assigns JDK17 despite JDK21 installed and present on the system.
It's possible to currently overcome this by simply setting "Custom Java Path" in Properties to JDK21.
Screenshots
Operating System:
The text was updated successfully, but these errors were encountered: