http://bugs.winehq.org/show_bug.cgi?id=14506
Summary: Google Pack installer aborts with dialog "cannot continue" Product: Wine Version: CVS/GIT Platform: Other URL: http://pack.google.com OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Today's Google Pack (aka Google Updater) fails with the dialog "Google Updater cannot continue (error 0x8007041d)."
Looking at +relay, it seems that the installer's troubles are centered around the warning
fixme:sync:CreateTimerQueue stub
so I'm calling this a kernel32 bug for now.
(This is separate from bug 9990.)
http://bugs.winehq.org/show_bug.cgi?id=14506
--- Comment #1 from Dan Kegel dank@kegel.com 2008-07-16 08:45:10 --- Bug 8093, another google app (but not an installer), also seems to involve CreateTimerQueue.
http://bugs.winehq.org/show_bug.cgi?id=14506
Dan Hipschman dsh@linux.ucla.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dsh@linux.ucla.edu
--- Comment #2 from Dan Hipschman dsh@linux.ucla.edu 2008-08-04 19:09:53 --- The timer queue problem should be fixed now. Latest Google Pack for me dies on GetSecurityInfo, which I've sent a patch for today:
http://www.winehq.org/pipermail/wine-patches/2008-August/059170.html
and after that it will die giving the error 0x80004001, which turns out to mean that ProxyCliSec_SetBlanket in ole32/marshal.c is needed.
http://bugs.winehq.org/show_bug.cgi?id=14506
Roy Shea royshea@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |royshea@gmail.com
--- Comment #3 from Roy Shea royshea@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.
http://bugs.winehq.org/show_bug.cgi?id=14506
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
--- Comment #4 from Austin English austinenglish@gmail.com 2009-01-20 02:39:31 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=14506
Niko Sandschneider nsandschn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nsandschn@gmx.de
--- Comment #5 from Niko Sandschneider nsandschn@gmx.de 2009-08-10 11:39:36 --- This seems to be a duplicate of bug 5713.
http://bugs.winehq.org/show_bug.cgi?id=14506
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #6 from Jerome Leclanche adys.wh@gmail.com 2009-12-02 16:04:18 --- There are three bugs currently dealing with the same problem: - Bug 5713, originally about a dialog stating "The Google Updater has detected that your computer's Background Intelligent Transfer Service can not be started properly." - Bug 9990, originally about a dialog stating "Invalid command line -install -extra ..." - This bug, which is the closest we are to the current situation: "Google Updater cannot continue (error 0x80004005)"
I'm proposing Bug 5713 and Bug 9990 be closed as they are now both fixed.
http://bugs.winehq.org/show_bug.cgi?id=14506
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #7 from Juan Lang juan_lang@yahoo.com 2009-12-02 17:11:15 --- I think bug 5713 has a little more info. In particular, it's marked dependent on bug 16189, which is about the Google Updater.exe problem. I'm going to mark this as a dup of 5713.
*** This bug has been marked as a duplicate of bug 5713 ***
http://bugs.winehq.org/show_bug.cgi?id=14506
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2009-12-02 21:05:00 --- Closing duplicate.