https://bugs.winehq.org/show_bug.cgi?id=51671 Sagawa <sagawa.aki+winebugs(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression Regression SHA1| |b58ca92fa53088a87c4c33a1e31 | |c0d4ec1a43a1c --- Comment #1 from Sagawa <sagawa.aki+winebugs(a)gmail.com> --- The game tries to call getsockopt() with a normal file handle. At the time of writing, the error code is translated to WSAEOPNOTSUPP. But, it expected to be WSAENOTSOCK (and it was). git bisect shows the first bad commit is: commit b58ca92fa53088a87c4c33a1e31c0d4ec1a43a1c Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Wed Jun 30 20:24:35 2021 -0500 ws2_32: Reimplement getsockopt(SO_TYPE) on top of ws_protocol_info(). Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> dlls/ws2_32/socket.c | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) -- 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.