[Bug 16453] Google Chrome outer installer can't download inner installer

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 15 18:32:57 CDT 2010


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

--- Comment #21 from Juan Lang <juan_lang at yahoo.com> 2010-09-15 18:32:57 CDT ---
(In reply to comment #19)
> Still fails. With native msxml3, however, it crashes for me:
> 
> [61:60:91699:FATAL:network_change_notifier_win.cc(36)] Check failed: ret ==
> ERROR_IO_PENDING. 
> wine: Unhandled exception 0x80000003 at address 0x1cf97c3 (thread 003c),
> starting debugger...

That's probably this code from:
http://src.chromium.org/viewvc/chrome/trunk/src/net/base/network_change_notifier_win.cc?view=markup&pathrev=36837

  DWORD ret = NotifyAddrChange(&handle, &addr_overlapped_);
  CHECK(ret == ERROR_IO_PENDING);

A quick patch to iphlpapi should fix that, I'll attach in a sec.

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