Hello, I have issues with Fullscreen. The settings work fine for windowed mode, but if I launch the game fullscreen it doesn’t even start, appears a LWJGLException message. Here’s the Exception line in Eclipse.
SEVERE: Failed to create display
org.lwjgl.LWJGLException: Failed to set display mode (-2).
at org.lwjgl.opengl.WindowsDisplay.nSwitchDisplayMode(Native Method)
at org.lwjgl.opengl.WindowsDisplay.switchDisplayMode(WindowsDisplay.java:316)
at org.lwjgl.opengl.Display.switchDisplayMode(Display.java:356)
at org.lwjgl.opengl.Display.create(Display.java:822)
at org.lwjgl.opengl.Display.create(Display.java:754)
at com.jme3.system.lwjgl.LwjglDisplay.createContext(LwjglDisplay.java:140)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:113)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:207)
at java.lang.Thread.run(Unknown Source)
The fact is, the game works in fullscreen if I’m on my laptop (1920x1080) but if I attach it to a bigger display with the same resolution (1920x1080, double-checked to be sure), it crashes.
What can I do? Turning off anti-aliasing or OPENGL_1, already tried, don’t work.