[Bug 51801] New: Origin can't be installed because of unhandled winsock error

WineHQ Bugzilla wine-bugs at winehq.org
Sat Sep 25 14:56:40 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51801

            Bug ID: 51801
           Summary: Origin can't be installed because of unhandled winsock
                    error
           Product: Wine
           Version: 6.16
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: winsock
          Assignee: wine-bugs at winehq.org
          Reporter: tarequemd.hanif at yahoo.com
      Distribution: ---

Greetings, I was trying to install origin for a couple of days. OriginSetup.exe
launches then crashes. From the terminal output I can see it's an unhandled
error -5 from addrinfo_err_from_unix in winsock. I tried to see the source code
and the error code is indeed unhandled.

https://github.com/wine-mirror/wine/blob/master/dlls/ws2_32/unixlib.c#L435

I converted the error code -5 to string using gai_strerror function with C. It
says "No address associated with hostname".

wine ping also doesn't work. It says "Request timed out".

0150:fixme:winsock:addrinfo_err_from_unix unhandled error -5
wine: Unhandled page fault on write access to 00000000 at address 11CF3DE6
(thread 0110), starting debugger...

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