Hi
I’m creating an app which involves creating many GLJPanels (around seventy), all children of a JComponent. Somewhere around the fiftieth I suddenly get a GLException, and after that the panels in the app refuse to draw lines.
Turning on debugging I find an error message in the exception:
pbuffer creation error: wglCreatePbufferARB() failed: tried 9 pixel formats, last error was: (Unknown error code 0)
Running on a PC with Windows XP and an ATI video card.
Any suggestions for what the message means?