[Bug 34930] Cygwin-compiled Hello World program couldn't display output

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 16 09:04:14 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=34930

--- Comment #2 from Nachanon Vetjasit <Nachanon_Vetjasit at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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