[Bug 7699] Crash when application (Stable32) tries to write file

Wine Bugs wine-bugs at winehq.org
Fri May 18 08:56:41 CDT 2007


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





------- Additional Comments From saulius.krasuckas at 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)

-- 
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