[Bug 24859] EnhanceMySe7en: Fails to start

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jul 8 03:17:19 CDT 2011


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|-unknown                    |gdiplus

--- Comment #3 from Louis Lenders <xerox_xerox2000 at 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;
 }

-- 
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