http://bugs.winehq.com/show_bug.cgi?id=1533
mike@theoretic.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From mike@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.