[Bug 5541] cscript.exe from WSH (Windows Scripting Host) can't even print a banner without native ole32

Wine Bugs wine-bugs at winehq.org
Thu Jul 13 23:23:26 CDT 2006


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





------- Additional Comments From dank at kegel.com  2006-13-07 23:23 -------
I figured out why the output doesn't come out: it's our old friend
wine's curious console code.  For some reason, the app calls
kernel32.GetFileType on stdout.  In the bad case, it then calls
WriteConsoleW(); in the good case, it calls WriteFile().
Our WriteConsoleW() seems to refuse to output anything
unless you're running inside a wineconsole.
That's crying out for a conformance test... maybe I'll try to
update WriteConsole's conformance test to handle this situation.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list