http://bugs.winehq.org/show_bug.cgi?id=34930
--- Comment #2 from Nachanon Vetjasit Nachanon_Vetjasit@hotmail.com 2013-11-16 09:04:14 CST --- But if I tried to redirect standard output/standard error stream something interesting happened:
$ wine hello.exe 2>&1 | tee hello.log.txt fixme:ntdll:NtSetInformationToken unimplemented class 4 fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented information class: ProcessSessionInformation fixme:ntdll:NtQueryVolumeInformationFile 0xc0: volume info not supported fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info fixme:ntdll:NtQueryInformationFile Unsupported class (8) fixme:ntdll:NtQueryInformationFile Unsupported class (8) Hello World Application tried to create a window, but no driver could be loaded. The explorer process failed to start. $
"Hello World" got displayed, but some (unrelated?) error about windowing and WINE Explorer (?) popped up too.
Even so, it should display correctly when there's no redirection present.