Help on lwjgl on test install program

Started by unebonnevie, May 14, 2005, 20:13:26

Previous topic - Next topic

unebonnevie

Hi,

I have looked into the FAQ but couldn't find answer on the below problem when I run the test install program.  Any help would be appreciated.  Thanks!

C:\installs\LWJGL\jar>java -cp lwjgl.jar;lwjgl_util.jar;lwjgl_test.jar; org.lwjgl.test.WindowCreationTest

The following keys are available:
ESCAPE:         Exit test
ARROW Keys:     Move window when in non-fullscreen mode
L:              List selectable display modes
0-8:            Selection of display modes
F:              Toggle fullscreen
SHIFT-F:        Toggle fullscreen with Display.destroy()/create() cycle
Found 57 display modes
Problem retrieving mode with 1024x768x24@75
Problem retrieving mode with 1024x768x32@75
org.lwjgl.LWJGLException: Could not find a valid pixel format
       at org.lwjgl.opengl.Win32PeerInfo.nChoosePixelFormat(Native Method)
       at org.lwjgl.opengl.Win32PeerInfo.choosePixelFormat(Win32PeerInfo.java:5
5)
       at org.lwjgl.opengl.Win32DisplayPeerInfo.<init>(Win32DisplayPeerInfo.jav
a:52)
       at org.lwjgl.opengl.Win32Display.createPeerInfo(Win32Display.java:72)
       at org.lwjgl.opengl.Display.create(Display.java:595)
       at org.lwjgl.opengl.Display.create(Display.java:573)
       at org.lwjgl.opengl.Display.create(Display.java:557)
       at org.lwjgl.test.WindowCreationTest.initialize(WindowCreationTest.java:
94)
       at org.lwjgl.test.WindowCreationTest.main(WindowCreationTest.java:286)
hanks!

Matzon

you need to verify that your computer is capable of OpenGL