http://bugs.winehq.org/show_bug.cgi?id=24859
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-07-08 03:17:18 CDT --- This starts for me after doing "winetricks wmi gdiplus" Missing wbem/wmi is already covered by other bugreport, so let's make this one about gdiplus: there are several error messageboxes about invalid parameters (returned by gdiplus stubs), but the fatal one is:
fixme:GdipGetPropertyCount not implemented
with ahck below the program starts.
diff --git a/dlls/gdiplus/image.c b/dlls/gdiplus/image.c index 161a5b3..76a8159 100644 --- a/dlls/gdiplus/image.c +++ b/dlls/gdiplus/image.c @@ -2404,8 +2404,8 @@ GpStatus WINGDIPAPI GdipGetPropertyCount(GpImage *image, U
if(!(calls++)) FIXME("not implemented\n"); - - return InvalidParameter; +*num=0; + return 0;//InvalidParameter; }