-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Exception Access Violation causing jvm crash after updating flatlaf version to 3.1(3.1.1) #673
Comments
Strange that it works with FlatLaf 3.0 but crashes with 3.1 because there is actually nearly no changes in native code regarding window decorations from 3.0 to 3.1. Only added new native methods. See commit 07ad467#diff-0393d6d30e320a47e5a348543e9382b73ddee2bfa56889beb3c9d4c88a3be8fd And the used JRE and PC are the same in both cases? Does it work with Java 11 or any other newer Java version? |
Thank you for giving suggestion. Thanks a lot :) Yes, all the test on the same JRE and PC. |
Finally was able to reproduce the crash 😄 Occurs under following conditions:
The problem is that This can be seen in your log where Here is the |
…ading jawt.dll when first used (issue #673)
built by GitHub Actions: https://github.com/JFormDesigner/FlatLaf/actions/runs/5431957508 locally signed Windows DLLs with FormDev Software GmbH code signing certificate
fixed in latest |
Our program works fine on flatlaf v3.0, But jvm crash occurred after updating to 3.1 or 3.1.1. I can't pinpoint the problem. Any ideas are appreciated.
OS:windows 10
JVM: 1.8
hs_err_pid12916.log
The text was updated successfully, but these errors were encountered: