1 Dec
2022
1 Dec
'22
4:37 p.m.
On Thu Dec 1 15:22:03 2022 +0000, eric pouech wrote:
by shell console I mean the mode where wine is using unix's shell console as input / output handles for the running wine program their file type is FILE_TYPE_DISK (as mapped to a unix fd) unlike 'real' console handles (which type is FILE_TYPE_CHAR) running 'wine foo.exe' from unix shell command line will use shell console running 'wine wineconsole foo.exe' from unix shell will run foo.exe with fully pledged console handles HTH indeed `wine wineconsole python -V` returns 0 but does not print anything
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1626#note_18274