Page 1 of 1

handleError Version 7

Posted: 31 Jan 2018 22:06
by silversurfer
Hi,
I get a handle error only on version 7 when I switch to fullscreen mode. In version 6.1 fullscreen works fine.

handleError
SCHWERWIEGEND o 22:01:13 Uncaught exception thrown in Thread[jME3 Main,6,main]
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.LwjglDisplay.runLoop(LwjglDisplay.java:180)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:232)
at java.lang.Thread.run(Thread.java:748)


Regards,
Christian

Re: handleError Version 7

Posted: 31 Jan 2018 22:13
by Michael
You should try different screen resolutions. (global options->OpenGL)

Michael

Re: handleError Version 7

Posted: 24 Feb 2018 21:27
by silversurfer
Found out, that screen resolution only 1024x768 1 bit 60 Hz works. Other screen resolution are listed with frequencies < or > 60 Hz? They don't work.

Re: handleError Version 7

Posted: 10 Nov 2018 18:28
by silversurfer
After a lot of trial and error I changed this entry in ViewSettings.xml in the Application dir.

<FullscreenDisplayMode>-1</FullscreenDisplayMode>

<FullscreenDisplayMode>+1</FullscreenDisplayMode>

And it worked finally. I could now activate the fullscreen mode in maximum resolution without error message.

Chris