[Bug 52761] mscoree:mscoree test fails without a display or console

WineHQ Bugzilla wine-bugs at winehq.org
Fri Apr 1 15:53:59 CDT 2022


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

--- Comment #2 from Esme Povirk <madewokherd at gmail.com> ---
f034084d49b354811096524d472ae5172ac1cebf is the first bad commit
commit f034084d49b354811096524d472ae5172ac1cebf
Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Thu Mar 17 08:27:28 2022 +0100

    kernelbase: Handle corner case in CreateProcess.

    In CreateProcess, if:
    - parent isn't attached to a console
    - CreateProcess's flag isn't set with DETACHED_PROCESS nor
      CREATE_NEW_CONSOLE
    - child is a CUI program
    then a console must be allocated for the child.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52048
    Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
    Signed-off-by: Jacek Caban <jacek at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

-- 
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