http://bugs.winehq.org/show_bug.cgi?id=24859
Summary: EnhanceMySe7en: Fails to start Product: Wine Version: 1.3.5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=31455) --> (http://bugs.winehq.org/attachment.cgi?id=31455) Terminal output on Wine-1.3.5
Steps to reproduce: 1) remove ~/.wine 2) winetricks gecko dotnet20 3) install EnhanceMySe7en 4) wine EnhanceMySe7en.exe
Behaviour: Nothing happens.
Expected behaviour: Something should happen.
http://bugs.winehq.org/show_bug.cgi?id=24859
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |http://seriousbit.com/downl | |oad/?file=EnhanceMySe7enFre | |eSetup.exe
http://bugs.winehq.org/show_bug.cgi?id=24859
--- Comment #1 from NSLW lukasz.wojnilowicz@gmail.com 2011-03-18 12:06:42 CDT --- Things are better in wine-1.3.15-446-g3cd88d2. Application asks about vcrun2008 and shows many errors at loading. It crashes at "Cannot create ActiveX component"
http://bugs.winehq.org/show_bug.cgi?id=24859
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-06-29 16:11:56 CDT --- confirming. Had a look at debuglogs but couldn't figure what causes this error really....
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; }
http://bugs.winehq.org/show_bug.cgi?id=24859
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2011-10-06 10:37:07 CDT --- I think if you set *num to 0, this would be an OK change to make.
The correct solution would be to implement this function of course (based on metadata stuff in WIC, also unimplemented). I don't know how to do that yet.
http://bugs.winehq.org/show_bug.cgi?id=24859
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-10-06 13:24:29 CDT --- (In reply to comment #4)
I think if you set *num to 0, this would be an OK change to make.
Ok, i'll send a patch then
http://bugs.winehq.org/show_bug.cgi?id=24859
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #6 from Austin English austinenglish@gmail.com 2011-10-06 17:48:45 CDT --- http://source.winehq.org/git/wine.git/commitdiff/8435e40874f4ece88ead85ece76...
http://bugs.winehq.org/show_bug.cgi?id=24859
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2011-10-10 13:13:24 CDT --- Closing bugs fixed in 1.3.30.