-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Hi colleagues,
We face an issue that in our application the JVM process just exits without any dump, we just see only this on the console:
Process finished with exit code -1073740791 (0xC0000409)
We have tracked the execution down to the following code. There it just exits:
sun.awt.Win32GraphicsEnvironment.getDefaultScreenDevice(Win32GraphicsEnvironment.java:106)
org.pushingpixels.substance.internal.utils.SubstanceCoreUtilities.getBlankImage(SubstanceCoreUtilities.java:624)
org.pushingpixels.substance.internal.utils.NoiseFactory.getNoiseImage(NoiseFactory.java:76)
org.pushingpixels.substance.api.painter.decoration.MarbleNoiseDecorationPainter.(MarbleNoiseDecorationPainter.java:53)
com.sap.nw.performance.supa. ***
We run on Windows 11 and use SapMachine 21.0.10+7-LTS
The problem only happens when
- You run the application from IntelliJ (just "run" or "debug", same thing)
- You use multiple monitors with "extend desktop"
- You run on one of 2 laptops in our team
- You run in the runtime environment of our application (classpath, etc.)
Long list of things we have tried so far that didn't help
- Update the version of the org.pushingpixels.substance libraries
- Clean local repo in .m2 and build everything from scratch
- Update the JVM (currently Sap Machine 21.0.10+7-LTS)
- Numerous restarts
- Update the NVIDIA video card driver
- Update the INTEL video card driver
- Downgrading IntelliJ to 2024.3.7
You're welcome to contact me (Konstantin Schwed) for further details. We track the issue for us in the ticket TDPT-4954 in the corporate JIRA.
Regards, Konstantin