[Bug 24859] New: EnhanceMySe7en: Fails to start
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(a)winehq.org ReportedBy: lukasz.wojnilowicz(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24859 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |http://seriousbit.com/downl | |oad/?file=EnhanceMySe7enFre | |eSetup.exe -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24859 --- Comment #1 from NSLW <lukasz.wojnilowicz(a)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" -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24859 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000(a)yahoo.co.uk Ever Confirmed|0 |1 --- Comment #2 from Louis Lenders <xerox_xerox2000(a)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.... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24859 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdiplus --- Comment #3 from Louis Lenders <xerox_xerox2000(a)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.
http://bugs.winehq.org/show_bug.cgi?id=24859 --- Comment #4 from Vincent Povirk <madewokherd(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24859 --- Comment #5 from Louis Lenders <xerox_xerox2000(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24859 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-10-06 17:48:45 CDT --- http://source.winehq.org/git/wine.git/commitdiff/8435e40874f4ece88ead85ece76... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=24859 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:13:24 CDT --- Closing bugs fixed in 1.3.30. -- 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.
participants (1)
-
wine-bugs@winehq.org