Ali-RS
Ali-RS
>I still think this is fixable without breaking apps Found a new solution to fix this issue. Will submit a PR with the details soon.
Submitted a fix in: https://github.com/jMonkeyEngine/jmonkeyengine/pull/1889 @stephengold can you please take a look at it?
Fixed in https://github.com/jMonkeyEngine/jmonkeyengine/commit/36f9c895a28b9ff730bab55c252a4be5cdb2f2a2 @stephengold, thanks for reviewing!
Fixed in https://github.com/jMonkeyEngine/jmonkeyengine/pull/1690
By the way, there is also RoboVM https://github.com/MobiVM/robovm But I do not know if they support newer java language features. Edit: https://github.com/MobiVM/robovm/discussions/582
I can not reproduce the crash. I am testing on Linux with LWJGL 2 and Mesa graphics driver. ``` > Task :jme3-examples:TestToneMapFilter.main() Feb 09, 2023 11:57:42 AM com.jme3.system.JmeDesktopSystem initialize INFO:...
Even with assertions enabled, I can not reproduce the crash.
Just a note: `jme3-jogl` backend was removed from the JME repo since v3.4.
Fixed by https://github.com/jMonkeyEngine/jmonkeyengine/commit/76ebd1443ccc18249e9f082d528cd39baf59da84
Testing with JME 3.6.0-beta1 and LWJGL 3 on Linux I am also getting this exception in addition to the above JVM crash: ``` > Task :TestAwtPanels.main() Feb 09, 2023 1:45:24...