http://bugs.winehq.org/show_bug.cgi?id=59150 --- Comment #2 from Eric Pouech <eric.pouech@gmail.com> --- I'm pretty sure the linked patch is correct and mimics Windows behavior. To go a step further: - there are Proton reports where the same error pops up when running on Windows, with the same symptoms (console window staying open...) [1] - what likely happens: + something generates an error, which is printed in the console + that error is generated before and after the listed commit + the listed commit only ensures a console is present (as the subprocess is in CUI subsystem), letting the error message being visible in a (new)console window + the listed patch is not the cause of the error + this can be validated by tracing tracing WriteFile and WriteConsole printed content (the error shall be reported before the listed commit) I have no idea about why the error is generated; but that part should be investigated to solve the annoyance of the created console window [1]: https://steamcommunity.com/app/21690/discussions/0/4143942846476108955/ -- 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.