https://bugs.winehq.org/show_bug.cgi?id=52048
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr Status|UNCONFIRMED |ASSIGNED Assignee|wine-bugs@winehq.org |eric.pouech@orange.fr Ever confirmed|0 |1
--- Comment #1 from Eric Pouech eric.pouech@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