[Bug 38165] F.E.A.R 1 freezing in the menu (network related)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 2 21:39:23 CST 2015


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

--- Comment #2 from Bruno Jesus <00cpxxx at gmail.com> ---
I can see it, the application quits waiting for a response from the server and
calls closesocket, then it tries once more to poll the socket using select().
Obviously select returns error because the socket no longer exists. Then the
application calls closesocket again, and select again... Forever. The simplest
hack possible is to block UDP socket creation (or all socket creation).

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