https://bugs.winehq.org/show_bug.cgi?id=52048 Eric Pouech <eric.pouech(a)orange.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech(a)orange.fr Status|UNCONFIRMED |ASSIGNED Assignee|wine-bugs(a)winehq.org |eric.pouech(a)orange.fr Ever confirmed|0 |1 --- Comment #1 from Eric Pouech <eric.pouech(a)orange.fr> --- Created attachment 71301 --> https://bugs.winehq.org/attachment.cgi?id=71301 tentative patch confirming when calling CreateProcess without console, and child is a CUI program, - if flag DETACHED_PROCESS is set, no console should be created at child startup - if flag DETACHED_PROCESS isn't set, a console should be created at child startup the trouble here is not to fix that behavior, it's to fix first all cases in Wine source code where the DETACHED_PROCESS flag is missing also, need more testing for pseudo console inheritance -- 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.