Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
4.8.0
-
None
-
Windows 7 64 bits
Visual Studio 2010
Description
Hi,
I work with a NVidia GTX 590 video card, it is a multi-gpu card for information.
Sometimes, the application lock, due to the following line of code in qgl.cpp (line 2397):
// Reset the gl error stack...git
while (glGetError() != GL_NO_ERROR) ;
Krys