Failed to find ARB pixel format with RC2

Started by Kai, September 20, 2008, 12:05:31

Previous topic - Next topic

Kai

Hi,

when trying to create a multisampled PixelFormat, like new PixelFormat(24, 8, 16, 0, 2), Display creation fails with:

org.lwjgl.LWJGLException: Failed to find ARB pixel format 1 0

   at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
   at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
   at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:177)
   at org.lwjgl.opengl.Display.createWindow(Display.java:300)
   at org.lwjgl.opengl.Display.create(Display.java:816)
   at org.lwjgl.opengl.Display.create(Display.java:744)

What exactly does that mean and why does it not work with RC2 but with RC1?

Regards,
Kai

Fool Running

Programmers will, one day, rule the world... and the world won't notice until its too late.Just testing the marquee option ;D