LWJGL : Capabilities not supported

Hi,

I have a several problem when I try to run my application, I get this error after the settings panel.
I did not touch the code of “BasicGame” and I could run the application twice before having this problem.
It appeared after I used settings.set3dStereo (true) to try but it was in a different project.

Log:

[java]
avr. 07, 2013 3:10:18 PM com.jme3.system.lwjgl.LwjglAbstractDisplay run
INFO: Using LWJGL 2.8.4
avr. 07, 2013 3:10:18 PM com.jme3.system.lwjgl.LwjglDisplay createContext
INFO: Selected display mode: 640 x 480 x 0 @0Hz
avr. 07, 2013 3:10:18 PM com.jme3.app.Application handleError
SEVERE: Failed to create display
org.lwjgl.LWJGLException: Capabilities not supported
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:228)
at org.lwjgl.opengl.Display.createWindow(Display.java:303)
at org.lwjgl.opengl.Display.create(Display.java:845)
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(Thread.java:722)

avr. 07, 2013 3:10:18 PM com.jme3.system.lwjgl.LwjglAbstractDisplay run
SEVERE: Display initialization failed. Cannot continue.
[/java]

Thanx :-/

I7 3610qm
650m
Ram : 6GB

I solved my problem !

I did not know that settings were saved so I just do this :

setStereo3D(false)

He is there an settings file somewhere who saved this kind of settings ?

Anyway now it’s fixed :slight_smile:

@Tickrate said: I solved my problem !

I did not know that settings were saved so I just do this :

setStereo3D(false)

He is there an settings file somewhere who saved this kind of settings ?

Anyway now it’s fixed :slight_smile:

http://docs.oracle.com/javase/6/docs/api/java/util/prefs/Preferences.html