-
Notifications
You must be signed in to change notification settings - Fork 58
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
jvm crashes on Ubuntu 22.04.1 LTS and OpenJDK 17 #216
Comments
What happens when you run the javaFX test example? |
@dorkbox Thanks for the reply.
I tried the example from this repo and but didn't face this issue. It works initially but after 15-20 mins we face the crash issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thanks for this beautiful library. When I execute the Jar, it works for few minutes and then after sometime when I click on try-icon, the jvm crashed.
DEBUG is on but at the time of crash it doesn't print any log. Please note that I have set the GTK version to 3 as it was 't working with version 2.
System.setProperty("jdk.gtk.version", "3");
About Ubuntu
Please guide and let me know if any additional information is required
Thanks
The text was updated successfully, but these errors were encountered: