[Bug 52048] CreateProcess() might not spawn console for new process

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 15 08:40:51 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=52048

Eric Pouech <eric.pouech at orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.pouech at orange.fr
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|wine-bugs at winehq.org        |eric.pouech at orange.fr
     Ever confirmed|0                           |1

--- Comment #1 from Eric Pouech <eric.pouech at 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.



More information about the wine-bugs mailing list