jme3test.app.TestApplication hangs with LWJGL3
See original GitHub issueCurrent master
branch running on Windows:
- With LWJGL2,
TestApplication
completes in < 20 seconds without user input, after displaying a black window and a black fullscreen. - With LWJGL3,
TestApplication
displays the black window, then waits for the user to close the window. If the user closes the window, it pauses, displays the black fullscreen, and hangs. ALT-Tab is required to regain control.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
TestResizableApp crashes with LWJGL3 on Windows #1191
jme3.app.LegacyApplication handleError SEVERE: Failed to create display java.lang.NullPointerException at jme3test.app.TestResizableApp.reshape( ...
Read more >lwjgl3 crashes the jvm when I try to change the clear color
I am trying to learn how to use lwgl, however certain lines of code seem to crash the jvm. This is the program...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I believe this is related to #1048
I verified the fix on Windows 10 and on Linux, with LWJGL 3.3.0, both from the test chooser and executing
TestApplication
as a standalone app. The only weirdness was on Linux with the test chooser: