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

WineHQ Bugzilla wine-bugs at winehq.org
Sat Apr 2 08:17:58 CDT 2022


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

--- Comment #8 from Jacek Caban <jacek at codeweavers.com> ---
The core of the problem is that we're unable to create a window for the
console. For CI, it may be good to simply use null display driver, something
like this should do:

wine reg add 'HKCU\Software\Wine\Drivers' /v Graphics /t REG_SZ /d null /f

We don't use it as an implicit fallback under the assumption that in most case
it user error that we want to make verbose. We could achieve a similar effect
just for consoles by ignoring CreateWindow() failure in conhost.

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