https://bugs.winehq.org/show_bug.cgi?id=45790
Bug ID: 45790 Summary: Steam hangs when launching any game with Wine-3.15. Product: Wine Version: 3.15 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: iive@yahoo.com CC: dmitry@baikal.ru Regression SHA1: 27edd4e35c1eb3827dfb20578733242d9ed3d460 Distribution: ---
After upgrading to Wine-3.15 I could not start any Steam Game.
When I press the play button, Steam does not show the "loading" window, instead it runs one core at 100% with `perf top` showing "ntdll.dll.so ENV_FindVariable" as most used function. After a few minutes Steam asserts and exits.
The relevant part of the log looks like: --- [0907/203642.139:WARNING:net_errors_win.cc(119)] Unknown error 10043 mapped to net::ERR_FAILED 0025:err:clipboard:convert_selection Timed out waiting for SelectionNotify event \src\common\pipes.cpp (770) : Assertion Failed: fatal stalled cross-thread pipe \src\common\pipes.cpp (770) : Fatal assert failed: c:\buildslave\steam_rel_client_win32\build\src\common\pipes.cpp, line 770. Application exiting. ---
After bisecting I landed on the following commit: --- commit 27edd4e35c1eb3827dfb20578733242d9ed3d460 Author: Dmitry Timoshkov dmitry@baikal.ru Date: Thu Aug 23 12:45:23 2018 +0800
shell32: Use Public instead of AllUsersProfile in the registry.
This matches what recent Windows versions set in the process environment. ---
Reverting it fixed the issue for me.
https://bugs.winehq.org/show_bug.cgi?id=45790
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Works for me here. Do you know how to reproduce?
https://bugs.winehq.org/show_bug.cgi?id=45790
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression
https://bugs.winehq.org/show_bug.cgi?id=45790
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression
https://bugs.winehq.org/show_bug.cgi?id=45790
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- Probably a similar problem to the reported in the bug 45753, and 4a6855a575c02aa1569aab8b2e96720fc02f3f26 may have fixed it.
https://bugs.winehq.org/show_bug.cgi?id=45790
zzzzzyzz@hacari.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzzzzyzz@hacari.org
https://bugs.winehq.org/show_bug.cgi?id=45790
Ivan Kalvachev iive@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Ivan Kalvachev iive@yahoo.com --- (In reply to Dmitry Timoshkov from comment #2)
Probably a similar problem to the reported in the bug 45753, and 4a6855a575c02aa1569aab8b2e96720fc02f3f26 may have fixed it.
Yes this commit fixes my issue too.
*** This bug has been marked as a duplicate of bug 45753 ***
https://bugs.winehq.org/show_bug.cgi?id=45790
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.