Hi, I just checked out the new repository and tested the UnicodeFontTest and got the following error, the same error I get in my game.
Code:
Fri Oct 15 20:27:54 CEST 2010 INFO:Slick Build #228
Fri Oct 15 20:27:54 CEST 2010 INFO:LWJGL Version: 2.0b1
Fri Oct 15 20:27:54 CEST 2010 INFO:OriginalDisplayMode: 1600 x 900 x 32 @60Hz
Fri Oct 15 20:27:54 CEST 2010 INFO:TargetDisplayMode: 512 x 600 x 0 @0Hz
Fri Oct 15 20:27:54 CEST 2010 INFO:Starting display 512x600
Fri Oct 15 20:27:54 CEST 2010 INFO:Use Java PNG Loader = true
Exception in thread "main" org.lwjgl.opengl.OpenGLException: Invalid enum (1280)
at org.lwjgl.opengl.Util.checkGLError(Util.java:54)
at org.lwjgl.opengl.Display.swapBuffers(Display.java:693)
at org.lwjgl.opengl.Display.update(Display.java:712)
at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:422)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:322)
at org.newdawn.slick.tests.UnicodeFontTest.main(UnicodeFontTest.java:98)
Something else that also bothers me is that is says build #228 but the homepage has a newer build (#274)