fullscreen mode in LWJGL2 on Linux crashes during startup
See original GitHub issueI get this exception while trying to put my game into any fullscreen resolution. Is there any way to go into fullscreen from the dialog that doesn’t have this problem?
java.lang.RuntimeException: Unable to find fullscreen display mode matching settings
at com.jme3.system.lwjgl.LwjglDisplay.createContext(LwjglDisplay.java:79)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:113)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:211)
at java.lang.Thread.run(Thread.java:748)
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (14 by maintainers)
Top Results From Across the Web
Crash on full-screen enabled - graphics - jMonkeyEngine Hub
I am using Mac OS 10.11.6 and JMonkey SDK 3.2.1-stable When I try to start my game in fullscreen without specifying a refresh...
Read more >[MC-70651] 1.8 Fullscreen still not working reliably in Linux - Jira
Starting Minecraft 1.8 or switching to fullscreen most often than not produces an invisible fullscreen window ontop of everything on the ...
Read more >LWJGL crashing at startup - java - Stack Overflow
I'm using Linux Mint Exception in thread "main" java.lang.ExceptionInInitializerError at DisplayExample.start(DisplayExample.java:10) at ...
Read more >1287864 – On Wayland, Minecraft crashes on startup
8 Operating System: Linux (amd64) version 4.2.6-301.fc23.x86_64 Java Version: 1.8.0_65, Oracle Corporation Java VM Version: OpenJDK 64-Bit ...
Read more >Using exclusive fullscreen on Wayland causes crash on startup
Start Veloren through airshipper. Enter multiplayer. Choose exclusive fullscreen in settings. Quit. Restart. Relevant logs and/or screenshots.
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 Free
Top 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
I found this solution and it worked for me on (LWJGL2) OS X - MacBook Pro;
I use 2. It’s a generic error, it might be caused by several things.