-
Notifications
You must be signed in to change notification settings - Fork 127
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
Garbled text in the UI #44
Comments
Seeing that the minimum requested version is java 8u60, i tried installing java8 instead:
With the following result:
|
Third attempt using |
Looks like this is a bug in JavaFX starting with macOS 10.15. Fixed in JavaFX 14. |
A quick fix for this is to switch to javafx 14 and rebuild - it works without any issues for me but I also haven't given it any particular rigor in testing. Modify pom.xml and change version to 14 for any of the javafx items that are currently version 11. |
Why is this closed? |
Because the problem seems not to be in ns-usbloader itself, but is caused by some broken combinations of Java and macOS. |
I'd argue that it uses a dependency that is broken which can apparently be fixed by updating it. |
Hi,
all the text in the application is garbled:
Running on macOS Catalina 10.15.2, I followed these steps:
brew install openjdk
(this installed java 13)sudo ln -sfn /usr/local/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
as suggested by homebrew to make java visible to the system;java -jar ns-usbloader-1.0.jar
Terminal log:
The text was updated successfully, but these errors were encountered: