Problem after choosing resolution

Does anybody know what this problem is. As you can see I ran my batch file, selected a demo then tried to choose resolution/display settings? Screen went slightly green and then the following Error.



C:jme>test.bat



C:jme>java -cp lib/jogg-0.0.5.jar;lib/jorbis-0.0.12.jar;lib/lwjgl.jar;lib/lwjg

_fmod3.jar;target/jme.jar;target/jme-effects.jar;target/jme-model.jar;target/jm

-sound.jar;target/jme-terrain.jar;target/jme-ui.jar;target/jmetest.jar;target/j

etest-data.jar jmetest.TestChooser

Searching for Demo classes in "jar:file:/C:/jme/target/jmetest.jar!/jmetest".

Sep 6, 2005 9:56:27 PM com.jme.app.BaseGame start

INFO: Application started.

Sep 6, 2005 9:56:28 PM com.jme.system.PropertiesIO <init>

INFO: PropertiesIO created

Sep 6, 2005 9:56:29 PM com.jme.system.PropertiesIO load

INFO: Read properties

Sep 6, 2005 9:57:25 PM com.jme.system.lwjgl.LWJGLDisplaySystem <init>

INFO: LWJGL Display System created.

Sep 6, 2005 9:57:26 PM com.jme.system.PropertiesIO save

INFO: Saved properties

Sep 6, 2005 9:57:26 PM com.jme.system.lwjgl.LWJGLDisplaySystem <init>

INFO: LWJGL Display System created.

Sep 6, 2005 9:57:28 PM com.jme.system.lwjgl.LWJGLDisplaySystem initDisplay

SEVERE: Cannot create window

java.lang.Error: Cannot create window: Could not find a valid pixel format

        at com.jme.system.lwjgl.LWJGLDisplaySystem.initDisplay(Unknown Source)

        at com.jme.system.lwjgl.LWJGLDisplaySystem.createWindow(Unknown Source)

        at com.jme.app.SimpleGame.initSystem(Unknown Source)

        at com.jme.app.BaseGame.start(Unknown Source)

        at jmetest.effects.cloth.TestCloth.main(Unknown Source)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

        at java.lang.reflect.Method.invoke(Unknown Source)

        at jmetest.TestChooser.main(Unknown Source)

Sep 6, 2005 9:57:28 PM com.jme.app.SimpleGame cleanup

INFO: Cleaning up resources.

Sep 6, 2005 9:57:28 PM com.jme.input.InputSystem getKeyInput

WARNING: KeyInput is null, insure that a call to createInputSystem was made bef

re getting the devices.

Sep 6, 2005 9:57:28 PM com.jme.input.InputSystem getMouseInput

WARNING: MouseInput is null, insure that a call to createInputSystem was made b

fore getting the devices.

Sep 6, 2005 9:57:28 PM com.jme.app.BaseGame start

INFO: Application ending.



C:jme>pause

Press any key to continue . . .

are you doing windowed mode?  If so, make sure your color depth is at equal or less than your desktop setting.  Other than that, try another resolution or a driver update.

I tried both and I'm still seeing the same problem. Any other ideas?? :?