[Bug 14864] Google Lively, Chrome installers require native msxml3

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Sep 26 02:18:14 CDT 2008


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





--- Comment #12 from Matthew Flaschen <matthew.flaschen at gatech.edu>  2008-09-26 02:18:13 ---
Yes, I just confirmed that.  I strongly suspect the underlying problem is that
Wine has no implementation of the XMLHttpRequest COM interface
(http://msdn.microsoft.com/en-us/library/ms759148.aspx).  That would explain
why Google sees this as a Internet connection error.

See the test_XMLHTTP() method in dlls/msxml3/tests/domdoc.c
(http://source.winehq.org/source/dlls/msxml3/tests/domdoc.c#L1824).  With wine,
this test fails with:

domdoc.c:1840: Test failed: CoCreateInstance(CLSID_XMLHTTPRequest) should have
succeeded instead of failing with 0x80040111

However, there is also a test failure with the native DLL in a different place:

domdoc.c:1858: Test failed: IXMLHttpRequest_send should have succeeded instead
of failing with 0x800c000a

which indicates either a problem with the test or a bug in other wine code.


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