Trying to run the demos/test in version 0.5 give me the following error
1 2 3 4 5 6 7 8 9 10
| 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)