LWJGL Forum

Programming => OpenGL => Topic started by: Kai on September 20, 2008, 12:05:31

Title: Failed to find ARB pixel format with RC2
Post by: Kai on September 20, 2008, 12:05:31
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
Title: Re: Failed to find ARB pixel format with RC2
Post by: Fool Running on September 23, 2008, 04:10:12
Looks like the exact same problem as http://lwjgl.org/forum/index.php/topic,2705.0.html ?