-
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
Running xmage in Raspberry Pi #11611
Comments
mage-server and mage-client folders contains sh and other scripts to run under default os java version. You can try to use it instead launcher. Another option: find and download your java version and extract to launcher/java folder (keep same files structure as old version from a launcher downloader). |
I've tried both and I found this:
|
Try to apply d3d fix param from here (if you run from sh script then add that param to it instead launcher settings): #4626 (comment) |
There are many other 2d and 3d params for opengl too (I think it can be useful for your use case): -Dsun.java2d.opengl=true |
Hi, I've tried to install xmage on a Raspberry Pi 400 (arm64 processor), but it seems that the dedicated java environment that is automatically downloaded during installation (i.e. jre 8u201) is specific for amd64 architecture. I'm able to run the .jar file from the terminal after installation, but when I try to launch the client I get an error message since the dedicated java environment cannot run on the Pi 400.
Is there a way to work this around or are there any plans to add support to arm64 architecture? Thanks a lot!
The text was updated successfully, but these errors were encountered: