<div dir="ltr"><div dir="ltr">I traced it back to a line in SceneGraph.cpp's SceneView::init():</div><div dir="ltr"><br></div><div dir="ltr">    // force the initialization of the OpenGL extension string<br>    // to try and work around a Windows NVidia driver bug circa Oct 2006.<br>    osg::isGLExtensionSupported(_renderInfo.getState()->getContextID(),"");<br><br></div><div>So the confirms that the issue is benign, and I think given it's 12 years on that there have been lots of other changes to the osg::State & GLExtensions are setup it's probably safe to remove - there are lots of other extensions being checked prior to the "" ones.  I will check in removal of this call to OSG-3.6 branch and master.<br></div><div><br></div><div>Robert.<br></div></div>