You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Java-application (with JavaFX), that experiences regular crashes, whereby the Java-VM fails completely.
The Java-VM error log states:
"The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug. Problematic frame: C [d3d9on12.dll+0x53eeb]"
My Java runtime is of version 1.8, my system uses a Intel UHD Graphics 770. My Windows version is Windows 11 (22H2), the d3d9on12.dll in Windows/System32 reports a version of 10.0.22621.2506.
Any ideas what could be the problem here?
The text was updated successfully, but these errors were encountered:
I have a Java-application (with JavaFX), that experiences regular crashes, whereby the Java-VM fails completely.
The Java-VM error log states:
"The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug. Problematic frame: C [d3d9on12.dll+0x53eeb]"
I appended the complete error log:
hs_err_pid19356.log
My Java runtime is of version 1.8, my system uses a Intel UHD Graphics 770. My Windows version is Windows 11 (22H2), the d3d9on12.dll in Windows/System32 reports a version of 10.0.22621.2506.
Any ideas what could be the problem here?
The text was updated successfully, but these errors were encountered: