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

WineHQ Bugzilla wine-bugs at winehq.org
Sat Dec 28 03:29:24 CST 2019


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

--- Comment #13 from Damjan Jovanovic <damjan.jov at gmail.com> ---
(In reply to Alexandr Oleynikov from comment #12)
> With that patch, Origin just gets stuck when trying to connect to its
> servers and doesn't even try to switch to offline mode, which it used to do
> without the patch.

Please try replacing my:
_enable_event( SOCKET2HANDLE(s), lEvent, FD_WRITE, 0 );
with:
_enable_event( SOCKET2HANDLE(s), lEvent, 0, 0 );

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