https://bugs.winehq.org/show_bug.cgi?id=38569
Bug ID: 38569 Summary: PES2015 won't connect to online services Product: Wine Version: 1.7.42 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: c10ud.dev@gmail.com Distribution: ---
The bug is reproducible with KONAMI's online test tool: http://www.konami.jp/we/online/2015/_tool/eu/PortChk_PC.zip
Point it at an open port (TCP+UDP) in your network configuration and it should give a positive result.
Instead, it says UDP blocked (tested with ubuntu trusty and latest wine 1.7.4x).
WINEDEBUG=+winsock wine PortChk.exe
shows
trace:winsock:WS_gethostbyname "pes15-pc-gate.winning-eleven.net" ret 0x1ce758 trace:winsock:WS_socket af=2 type=1 protocol=0 trace:winsock:WSASocketA af=2 type=1 protocol=0 protocol_info=(nil) group=0 flags=0x1 trace:winsock:WSASocketW af=2 type=1 protocol=0 protocol_info=(nil) group=0 flags=0x1 trace:winsock:WSASocketW created 0090 trace:winsock:WS_connect socket 0090, ptr 0x13de878 { family AF_INET, address 210.148.52.131, port 15800 }, length 16 warn:winsock:wsaErrno errno 115, (Operation now in progress). trace:winsock:WS_closesocket (socket 0090) -> 0
and nothing else. In windows, network testing continues and produces relevant output. I currently have no clue if another wine component is/may be involved.
I suspect some weird issue with TCP and winsock (on the same machine, same ports, etc. but through a Windows8 VM, it works OK)