White Screen Error

Started by indiana, July 18, 2004, 12:47:24

Previous topic - Next topic

elias

When you say "fails", does it then dump out with an exception or the like? Or does it simply continue and never show anything other than a white screen?

- elias

cfmdobbie

Have you tried reverting to a previous LWJGL version, just to make sure nothing else has changed recently to cause this?

Also, please post output from:

System.out.println(GL11.glGetString(GL11.GL_RENDERER));
System.out.println(GL11.glGetString(GL11.GL_VERSION));
System.out.println(GL11.glGetString(GL11.GL_VENDOR));


Just to be sure OpenGL is using the right device.

N.B. I'm afraid SiS is another of those naughty manufacturers churning out "OpenGL" cards that don't meet the minimum spec as defined by the OpenGL ARB.  It usually doesn't cause a problem, but can cause very odd behaviour at times. :?
ellomynameis Charlie Dobbie.

indiana

Quote from: "elias"When you say "fails", does it then dump out with an exception or the like? Or does it simply continue and never show anything other than a white screen?

No errors, everything is fine. You just dont SEE anything except a white screen / window.

QuoteHave you tried reverting to a previous LWJGL version, just to make sure nothing else has changed recently to cause this?

No, not explicitly. But I will as soon as possible. And I will post the requested strings when I do.