[Bug 1533] THREED20.OCX - Unhandled exception: page fault on read access

Wine Bugs wine-bugs at winehq.com
Fri Jun 20 05:35:37 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1533


mike at theoretic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1




------- Additional Comments From mike at theoretic.com  2003-20-06 05:35 -------
Hi Ed, could you try this patch please?

--- olefont.c.old       2003-06-20 11:33:06.000000000 +0100
+++ olefont.c   2003-06-20 11:33:11.000000000 +0100
@@ -304,10 +304,11 @@
   if (ppvObj==0)
     return E_POINTER;
  
-  *ppvObj = 0;
-
   if (lpFontDesc == 0)
     return NO_ERROR; /* MSDN Oct 2001 */
+
+  *ppvObj = 0;
+
  
   /*
    * Try to construct a new instance of the class.



Apply it with `patch -p0 </path/to/patch` in the wine/dlls/oleaut32 directory.
See if that fixes the problem.

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list