http://bugs.winehq.org/show_bug.cgi?id=16453 --- Comment #21 from Juan Lang <juan_lang(a)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_noti... 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.