<div dir="ltr"><div><div><div><div><div>Hello,<br><br></div>I have a QGLWidget that wrappes a osg::Viewer, and I am trying to render text with Qt API as follows<br><br>        glPushMatrix();<br>       qglColor(Qt::white);<br>        renderText(10, 10, "Ola" );<br>        glPopMatrix();<br><br></div>This is called inside the widget's paintEvent<br><br></div>After this is called, the following warning shows up:<br><br><b>Warning: detected OpenGL error 'stack overflow' at after RenderBin::draw(..)<br></b><br><br></div>What could be wrong here?<br></div>Thank you<br></div>