Rayven
06-24-2007, 03:18 PM
A co-worker and I are developing an OpenGL 2D Plotting class using the Qt GUI library. The application that we are using the plots in switch between displaying a couple plots to multiple plots at one time, each time destroying and creating a new openGL plot each time. This is creating a new problem, after a while of destroying and redrawing the plots we get the error:
X Error: GLXBadContext 146
Major opcode: 154
Minor opcode: 3
Resource ID: 0x7000484
QGLContex: makeCurrent( ): FailedThis is on a Solaris machine. My co-worker believes that we are running out of window ID's for the system. How do you completely "delete" an OpenGL context and free the window ID's. Or are we completely wrong is with the window id's running out?
Thanks
X Error: GLXBadContext 146
Major opcode: 154
Minor opcode: 3
Resource ID: 0x7000484
QGLContex: makeCurrent( ): FailedThis is on a Solaris machine. My co-worker believes that we are running out of window ID's for the system. How do you completely "delete" an OpenGL context and free the window ID's. Or are we completely wrong is with the window id's running out?
Thanks