Yeah I do have it to 24 before initializing the framebuffer.
As for the output I get when I try to let jPCT create the Display this is what I get.
As for the output I get when I try to let jPCT create the Display this is what I get.
QuoteCan't find desired videomode (1024 x 768 x 24) - searching for alternatives
Can't find alternative videomode (1024 x 768 x 24) - trying something else
[ Sat Dec 17 13:46:07 EST 2011 ] - ERROR: Can't find any suitable videomode!
[ Sat Dec 17 13:46:07 EST 2011 ] - ERROR: Can't set videomode - try different settings!
Exception in thread "main" java.lang.RuntimeException: java.lang.IllegalStateException: Display must be created.
at com.bryan.testing.util.MouseMapper.init(MouseMapper.java:76)
at com.bryan.testing.util.MouseMapper.<init>(MouseMapper.java:14)
at com.bryan.testing.Game.init(Game.java:109)
at com.bryan.testing.Game.<init>(Game.java:72)
at com.bryan.testing.Game.main(Game.java:55)
Caused by: java.lang.IllegalStateException: Display must be created.
at org.lwjgl.input.Mouse.create(Mouse.java:289)
at com.bryan.testing.util.MouseMapper.init(MouseMapper.java:73)
... 4 more