Problem with disapley System

Hello,



I have a problem running jme applications. When it starts, the Select Display Settings apears, but whichever option i select i get the following exception :

com.jme.system.JmeException: Cannot create window: Could not find a valid pixel format

at com.jme.system.lwjgl.LWJGLDisplaySystem.initDisplay(LWJGLDisplaySystem.java:422)

at com.jme.system.lwjgl.LWJGLDisplaySystem.createWindow(LWJGLDisplaySystem.java:140)

at jmetest.flagrushtut.lesson6.Lesson6.initSystem(Lesson6.java:196)

at com.jme.app.BaseGame.start(BaseGame.java:65)

at jmetest.flagrushtut.lesson6.Lesson6.main(Lesson6.java:120)



Why ? I have to mention the computer i am using is quite old !



Thanks in advance.

Well, I have bad news for you… Your graphics card is unable to run jME  :oops:



Sorry…

got that once too. Can you show me debug.txt?

Currently jME shows only predefined options in the graphics config dialog, it is possible that whatever configuration is required for your monitor/videocard is not available.

Momoko_Fan said:

Currently jME shows only predefined options in the graphics config dialog, it is possible that whatever configuration is required for your monitor/videocard is not available.


That's exactly what I'd meant to say when I'd seen your debug.txt ;). You should look in your debug.txt for valid configurations.