[Bug 14506] Google Pack installer aborts with dialog "cannot continue"

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Sep 5 15:46:32 CDT 2008


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


Roy Shea <royshea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |royshea at gmail.com




--- Comment #3 from Roy Shea <royshea at gmail.com>  2008-09-05 15:46:32 ---
> I've sent a patch for today:
> http://www.winehq.org/pipermail/wine-patches/2008-August/059170.html

Looks like the patch got committed.

> and after that it will die giving the error 0x80004001, which turns out to mean
> that ProxyCliSec_SetBlanket in ole32/marshal.c is needed.

Confirmed.

Returning S_OK from ProxyCliSec_SetBlanket works around the problem and
allows Google Pack to progress a little further before it dies with
0x80004002 (E_NOINTERFACE).  The E_NOINTERFACE is generated when
CoImpersonateClient in dlls/ole32/compobj.c calls CoGetCallContext,
since CoGetCallContext is currently a stub implementation that always
returns E_NOINTERFACE.


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