https://bugs.winehq.org/show_bug.cgi?id=51519
Bug ID: 51519 Summary: Multiple applications have issues with network connections (PlayOnline Viewer, Steam). Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: iphlpapi Assignee: wine-bugs@winehq.org Reporter: escomk3@hotmail.com Distribution: ---
After beb84444 [1], PlayOnline Viewer (Final Fantasy XI Online) fails to connect to the internet, and Steam seems to fail to render anything properly that requires SSL connections.
For PlayOnline Viewer, at the time of a connection attempt, trace:iphlpapi shows:
----
trace:iphlpapi:GetIpAddrTable table (nil), size 0x32cefc, sort 0
----
Without the mentioned commit:
----
trace:iphlpapi:GetIpAddrTable pIpAddrTable (nil), pdwSize 0x32d3bc, bOrder 0 trace:iphlpapi:GetIpAddrTable returning 122 trace:iphlpapi:GetIpAddrTable pIpAddrTable 0x2020eb0, pdwSize 0x32d3bc, bOrder 0 trace:iphlpapi:GetIpAddrTable returning 0
----
I wonder if the 'pdwSize' and 'size' being different means anything here.
One of the Steam SSL errors:
----
[0723/192525.102:ERROR:ssl_client_socket_impl.cc(935)] handshake failed; returned -1, SSL error code 1, net_error -207
----
Last commit tested: a5f787ac445a6 [2]
1. https://source.winehq.org/git/wine.git/commit/beb844448731a2413e3700877c237d... 2. https://source.winehq.org/git/wine.git/commit/a5f787ac445a682ea7ced5dd78c351...