[Bug 15753] New: Outcall doesn't run in Wine
http://bugs.winehq.org/show_bug.cgi?id=15753 Summary: Outcall doesn't run in Wine Product: Wine Version: 1.1.7 Platform: PC URL: http://code.google.com/p/outcall/ OS/Version: Linux Status: NEW Keywords: download, patch, source Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com
From http://forum.winehq.org/viewtopic.php?t=2447&highlight=outcall
Seems to crash on start. Louis's made a patch that allows it to run: diff --git a/dlls/mapi32/mapi32_main.c b/dlls/mapi32/mapi32_main.c index 936d435..d7033e6 100644 --- a/dlls/mapi32/mapi32_main.c +++ b/dlls/mapi32/mapi32_main.c @@ -109,6 +109,7 @@ HRESULT WINAPI MAPILogonEx(ULONG_PTR uiparam, LPWSTR profile, { FIXME("(0x%08lx %s %p 0x%08x %p) Stub\n", uiparam, debugstr_w(profile), password, flags, session); + *session = 0; return SUCCESS_SUCCESS; } And sent it in: http://www.winehq.org/pipermail/wine-patches/2008-October/062624.html But wasn't accepted. -- 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=15753 --- Comment #1 from jekwas(a)gmail.com 2009-07-20 15:04:07 --- Created an attachment (id=22482) --> (http://bugs.winehq.org/attachment.cgi?id=22482) Outcall 1.55 running on 1.1.26 in Ubuntu 9.04 Still broken in 1.1.26. -- 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=15753 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-12-29 18:01:13 --- MAPILogonEx isn't a stub any more. Just tested Outcall 1.55 on wine-1.1.35-282-g2a0fca7 and it doesn't crash. -- 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=15753 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:50:23 --- Closing bugs fixed in 1.1.36. -- 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