Can't run 0.5 on windows 2000

Trying to run the demos/test in version 0.5 give me the following error

java.lang.Exception: Problem starting loop
        at BaseWindow.start(Unknown Source)
        at BaseWindow.main(Unknown Source)
Caused by: java.lang.Exception: Problem initialising Lesson
        at BaseWindow.createGLWindow(Unknown Source)
        ... 2 more
Caused by: java.lang.Exception: Failed to set display mode to 640 x 480 x 32 @75Hz 0bit alpha, 0bit depth, 8bit stencil
        at org.lwjgl.Display.create(Unknown Source)
        ... 3 more
Mode not supported by hardware.

Is there a way to pass the resolution to the demos(if that is the problem)

try to upgrade to 0.6 or even better - wait for 0.7. Alot has happened since 0.5. Anyway, you can’t pass the resolution in the command line, but it should be easy to change the code to your favorite resolution.

  • elias