http://bugs.winehq.org/show_bug.cgi?id=16124 Andrew Nguyen <arethusa26@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Severity|minor |normal Status|NEW |RESOLVED Component|mshtml |-unknown --- Comment #13 from Andrew Nguyen <arethusa26@gmail.com> --- With wine-11.0, launching IBP 11 results in error message boxes (e.g., 'Error: ibpupdates.txt, tag "<ARELISPreviewBrowserServices>"') and I also see the "IBP cannot connect to the Internet!" message after proceeding with the welcome wizard. I believe the error messages on startup result from the application trying to parse downloaded files from the http://www.axandra.com/ URL, which is now defunct and redirects to a GoDaddy landing page. The connectivity check appears to be implemented not by using wininet, but instead by direct use of an async Winsock socket to connect to the HTTP server on www.axandra.com and retrieve the URL http://www.axandra.com/axandra.htm. As far as I can tell, this process can be completed successfully, but the retrieved contents don't appear to contain what IBP 11 is expecting, so this check fails anyway. Whatever issue was originally reported in IBP 11 may have long since been fixed in Wine, but it's no longer possible to test the application against the www.axandra.com site at the time, so I'm resolving this bug as abandoned. -- 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.