https://bugs.winehq.org/show_bug.cgi?id=37813
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com --- Thanks for the log again, unfortunately I see nothing wrong in it. Wine is connecting to the server as expected but the application seems to be waiting something else to happen like receiving data from the server.
trace:winsock:WS_connect socket 02dc, ptr 0x33ef9c { family AF_INET, address 193.105.173.31, port 50000 }, length 16 warn:winsock:wsaErrno errno 36, (Operation now in progress). ... trace:winsock:WS_select read 0x66c95fc, write 0x66cb600, excp 0x66cd604 timeout 0x66c95e0 trace:winsock:WS_select read 0x66c95fc, write 0x66cb600, excp 0x66cd604 timeout 0x66c95e0 trace:winsock:WS_select read 0x66c95fc, write 0x66cb600, excp 0x66cd604 timeout 0x66c95e0 trace:winsock:WS_select read 0x66c95fc, write 0x66cb600, excp 0x66cd604 timeout 0x66c95e0 trace:winsock:__WSAFDIsSet (socket: 02dc, fd_set 0x66c95fc, count 0) <-- 0 trace:winsock:__WSAFDIsSet (socket: 02dc, fd_set 0x66cb600, count 1) <-- 1 trace:winsock:__WSAFDIsSet (socket: 02dc, fd_set 0x66cd604, count 0) <-- 0
Socket is now connected but does not have anything to read and the application continues to poll until it times out and starts a new connection attempt.