[Bug 25489] GLC_Player: Fails to start

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 14 18:05:46 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=25489

Louis Lenders <xerox_xerox2000 at yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |xerox_xerox2000 at yahoo.co.uk
          Component|-unknown                    |opengl
     Ever Confirmed|0                           |1

--- Comment #1 from Louis Lenders <xerox_xerox2000 at yahoo.co.uk> 2011-07-14 18:05:46 CDT ---
confirming. The hack below  makes the app start fine for me. Probably an opengl
bug.


diff --git a/dlls/opengl32/opengl_norm.c b/dlls/opengl32/opengl_norm.c
index a1d3f94..de9feda 100644
--- a/dlls/opengl32/opengl_norm.c
+++ b/dlls/opengl32/opengl_norm.c
@@ -1020,7 +1020,7 @@ GLenum WINAPI wine_glGetError( void ) {
   ENTER_GL();
   ret_value = glGetError( );
   LEAVE_GL();
-  return ret_value;
+  return 0;//ret_value;
 }

 /***********************************************************************

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list