http://bugs.winehq.org/show_bug.cgi?id=8554
lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
------- Additional Comments From lich@math.spbu.ru 2007-23-07 05:19 ------- I'm very sorry, I just misinterpreted the results of the tests. 'net' utility (as well as 'expand') uses libc version of *printf instead of msvcrt. It is not surprising that text was printed in xterm instead of wineconsole.
Bugfix I sent http://www.winehq.org/pipermail/wine-patches/2007-July/041317.html
The reason is hidden in AllocConsole - Windows keeps StdHandles values,
allowing to use smth like:
This issue has nothing with originally posted bug. Now I hardly believe anybody needs StdHandles kept during FreeConsole/AllocConsole, so i mark this bug as invalid.