https://bugs.winehq.org/show_bug.cgi?id=45948
Bug ID: 45948 Summary: Can't log in to Steam (Steam crashes after the login screen) Product: Wine Version: 3.17 Hardware: x86 URL: https://steamcdn-a.akamaihd.net/client/installer/Steam Setup.exe OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: gyebro69@gmail.com CC: z.figura12@gmail.com Regression SHA1: b79fd400c05547457bb10e74776b8f312bacae8c Distribution: ArchLinux
Created attachment 62491 --> https://bugs.winehq.org/attachment.cgi?id=62491 terminal output
I'm trying to log in to my Steam account using the git version of Wine (wine-3.17-94-g2e754a6527), but Steam crashes after I fill in my username and password. I see the window "Connecting to Steam account: ...." for a couple of seconds then Steam quits unexpectedly. Other times Steam displays a connection error: "Could not connect to the Steam network" and quits afterwards. Tried this in the default Windows 7 and Windows XP profile, adding the '-no-cef-sandbox' parameter to Steam.exe to no avail.
Reverting the following commit fixes the problem for me and Steam starts up properly:
commit b79fd400c05547457bb10e74776b8f312bacae8c Author: Zebediah Figura z.figura12@gmail.com Date: Sun Sep 30 16:59:49 2018 -0500
kernel32: Implement GetQueuedCompletionStatusEx().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43878 Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org