Displaying 1 result from an estimated 1 matches for "gl_invalide_operation".
Did you mean:
gl_invalid_operation
2008 Aug 07
0
[FIX] GL_INVALID_OPERATION with legacy nvidia drivers
Hi,
If you have Legacy Drivers of Nvidia (96.43.05), every D3D games will return a boucle of "GL_INVALIDE_OPERATION".
We can't upgrade drivers to >= 100.x.x because (e.g Ti4200) il not supported.
This incrass game speed.
To 'fix' it, just disable debugging log :
Code:
WINEDEBUG=-all
I post it here, because I haven't found this issue on the web. ;)
If this was already been said, pleas...