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

WineHQ Bugzilla wine-bugs at winehq.org
Wed Apr 6 11:58:02 CDT 2022


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

--- Comment #33 from Eric Pouech <eric.pouech at orange.fr> ---
afaics in
https://github.com/madewokherd/wine-mono/blob/develop/tools/csc-wrapper/csc-wrapper.cs#L49,
what happens is:
caller (A)
\- csc_wrapper (new process) (B)
   \- csc (or mcs)

the (B) call to CreateProcess uses the CREATE_NO_WINDOW flag which is not
implemented in Wine

so if caller (A) creates csc_wrapper without a console (DETACHED_PROCESS), this
will trigger the generation of a console when creating mcs process

normally, with the patchset sent earlier on to wine devel, support for
CREATE_NO_WINDOW should be implemented, and this would work without changing
what you've already changed

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