https://bugs.winehq.org/show_bug.cgi?id=51770 --- Comment #6 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- Created attachment 75984 --> https://bugs.winehq.org/attachment.cgi?id=75984 fixing-commit-search.txt I cannot observe this hang after this commit: commit 4b63e888945b8ada2ddc043e435b9358a0be811c Author: Eric Pouech <epouech(a)codeweavers.com> Date: Fri Nov 17 11:54:18 2023 +0100 ntdll: Don't create Unix console for GUI apps. Note: GUI apps using std I/O (this is not common) will no longer print on unix console. If such a behavior is needed, for an app started from Unix shell, one can either redirect output to a file, or pipe output: ./wine app | cat Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> The first release which contains this commit is wine-9.0-rc1. Therefore I think this bug can be resolved fixed? -- 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.