http://bugs.winehq.org/show_bug.cgi?id=7699
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2007-18-05 08:56 ------- John, in general case you need to pass both stderr and stdout to "tee" command:
$ wine stable32 2>&1 | tee > wine_stable32.log
(note additional "2>&1" string)