This version still doesn’t work for me. The message is “You need an OpenGL compatible card to run AlienFlux”, but the backtrace says:
Attempting to set displaymode: 800 x 600 x 16 @60Hz
java.lang.Exception: Mode not supported by hardware
at org.lwjgl.opengl.BaseGL.nCreate(Native Method)
at org.lwjgl.opengl.BaseGL.doCreate(BaseGL.java:134)
at org.lwjgl.opengl.GL.doCreate(GL.java:79)
at org.lwjgl.Window.create(Window.java:170)
at xap.Game.init(Game.java:457)
at xap.Game.main(Game.java:246)
I have a GeForce4 TI4200, and it does indeed support 800x600x16@60Hz. In fact, the output from your program, before the Exception, is:
Sorted display modes:
800 x 600 x 16 @60Hz
800 x 600 x 32 @60Hz
800 x 600 x 16 @70Hz
800 x 600 x 32 @70Hz
800 x 600 x 16 @72Hz
...
Which shows that it is clearly a supported display mode!
God bless,
-Toby Reyelts