http://bugs.winehq.org/show_bug.cgi?id=7591
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2007-27-05 05:11 ------- Lei, Wine on my box have no issue about that: I just have installed ICA16.exe fine on a local X session.
* Christian wrote: | | To make things even more interesting I do not get the | crash if I redirect the err output to a file ie: | | $wine "c:\windows\temp\disk1\setup.exe" 2>err.txt | | It just run normally as expected, you get the crash only | if the err output is not redirected to a file.
This could be related to Wine bug where GetStdHandle() always returns valid handles even when an app isn't CUI and when its output wasn't redirected. But I perfectly may be wrong, as "C:\windows\temp\disk1\setup.exe" is a Win16 binary, not Win32...
For me redirecting Wine' stderr to a file doesn't bring changes. Christian, please retest.