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@winehq.org ReportedBy: austinenglish@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.