Ali-RS
Ali-RS
Testing with JME 3.5.2-stable, I discovered setting `app.setShowSettings(true);` prevents the JVM crash, and the test works fine. Edit: Also, discovered creating a dummy JFrame object (`JFrame dummy = new JFrame();`)...
Ok, further investigating I discovered adding either of the below codes resolves the issue: ``` UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); ``` or just simply calling ``` UIManager.getLookAndFeel() ``` We should add it somewhere in...
Submitted a fix: #1944 >We still need to figure out how to fix the https://github.com/jMonkeyEngine/jmonkeyengine/issues/1558#issuecomment-1423951041 (IllegalStateException in JME 3.6.0-beta1) Opened a new issue to track this: https://github.com/jMonkeyEngine/jmonkeyengine/issues/1945
@stephengold can you please test this from the current master?
Thanks for testing Not sure about others but `SEVERE: reshape is not supported.` will disappear once https://github.com/jMonkeyEngine/jmonkeyengine/pull/1950 is merged :) Edit: And `OGL` logs come from AwtPanelsContext: (however, I do...
I can not reproduce this. Tried with 3.6.0-stable. Works fine for me with both lwjgl2 and lwjgl3. Edit: >it seems that the exception isn't raised unless the initial display mode...
I made a commit to the master branch that may fix this issue, please re-test this from the master. Feel free to reopen it if you still have the issue.
What is the state of this PR? I see there are some conflicts reported.
I can confirm the lwjgl 2.9.4 release on @MeFisto94 fork does resolve both this issue (`Inconsistency detected by ld.so: dl-lookup.c: 111`) and https://github.com/jMonkeyEngine/jmonkeyengine/issues/1215 (`UnsatisfiedLinkError: libjawt.so: version 'SUNWprivate_1.1' not found`) in...
I can not reproduce this issue. I am testing with Linux and JME 3.6.0-beta1. Tested with these GPUs: ``` INFO: OpenGL Renderer Information * Vendor: Intel Open Source Technology Center...