-
Notifications
You must be signed in to change notification settings - Fork 778
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
Run client/server under any java version and play on public servers (macOS M1/2/3 fix and other) #12768
Labels
Comments
JayDi85
added
linux / macos
support
Questions from users, help and support
FAQ
Instructions to fix problems
labels
Aug 31, 2024
This was referenced Aug 31, 2024
JayDi85
changed the title
Run client under any java version and play on public server (possible macOS M1/2/3 fix)
Run client under any java version and play on public servers (possible macOS M1/2/3 fix)
Aug 31, 2024
If you see pixelated images, icons and text then must disabled Windows's DPI-aware feature or add the follow additional launcher param for settings - java - client:
|
JayDi85
changed the title
Run client under any java version and play on public servers (possible macOS M1/2/3 fix)
Run client under any java version and play on public servers (macOS M1/2/3 fix and other)
Sep 12, 2024
29 tasks
JayDi85
changed the title
Run client under any java version and play on public servers (macOS M1/2/3 fix and other)
Run client/server under any java version and play on public servers (macOS M1/2/3 fix and other)
Sep 13, 2024
JayDi85
added a commit
that referenced
this issue
Sep 13, 2024
Recommended java versions for maximum client-server compatibility (read "java 21" as any java 9+):
P.S. Look at starting comment for |
This was referenced Oct 25, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
For macOS users: current releases are fully compatible and haven't any freezes anymore, so you don't need to use java replacement
Current public servers works under java 8 and it's incompatible with java 9+ clients by default.
On server connection it will show errors like:
There is possible a solution to run compatible client under any java version. It can be usefull for macOS with M1/2/3 machines who can't run java 8 due constant freeze (#12431). Added: not actual anymore cause macOS freezes fixed with non-blocking in last release #12825
Instruction:
--add-opens=java.base/java.io=ALL-UNNAMED
-Dsun.java2d.uiScale=1.0
The text was updated successfully, but these errors were encountered: