https://bugs.winehq.org/show_bug.cgi?id=37669
--- Comment #29 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Dmitry Timoshkov from comment #28)
Patch applies but unfortunately I still get an exception at the same place http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ws2_32/socket.c#l2009
It's caused by a typo in the patch: virtual_handle_fault() returns 0 (STATUS_SUCCESS) on success. After fixing that part the application works very well. Thanks!