On Jan 8, 2008 2:25 PM, Omkaranathan <[EMAIL PROTECTED]> wrote: > version - 0.9.1 > Everything was working fine with NVIDIA-6600 card. Changed to ATI card > yesterday and getting the error now.
This strongly suggest and OpenGL driver limitation/bug of some kind. osgdem tries to create a graphics context for the purpose of OpenGL compression of textures, first it tries to create a pbuffer, then falls back to a standard graphics window if this fails. Could you try the SVN version of VPB. The code invoking the graphics context is a little different, its a long shot but possibly worth trying, it might give you a bit more feedback what's up. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

