2 Apr
2022
2 Apr
'22
1:17 p.m.
https://bugs.winehq.org/show_bug.cgi?id=52761 --- Comment #8 from Jacek Caban <jacek(a)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.