[Bug 48357] Wine 5.0-rc2 prevents Origin client from connecting to servers

WineHQ Bugzilla wine-bugs at winehq.org
Sat Dec 28 00:36:37 CST 2019


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

--- Comment #10 from Damjan Jovanovic <damjan.jov at gmail.com> ---
It creates 41 sockets, IPv4 and IPv6, TCP and UDP, and calls select(),
WSAEventSelect() and WSAAsyncSelect() on them. Could you have found a more
complex sample application lol?

The commit changed wineserver's set_socket_event(), which is called from
WSAEventSelect() and WSAAsyncSelect(). We know WSAEventSelect() improved, but
maybe WSAAsyncSelect() broke. Origins uses both of them.

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