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