[Wine] how to get wine error trace

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Wed Jan 18 02:59:32 CST 2006


>>>>> "Dan" == Dan Sawyer <dansawyer at earthlink.net> writes:

    Dan> The system is FC4 and the wine version is 0.9.5. The condition is
    Dan> wine produces a rapid string of errors when attempting to open an
    Dan> application. The original error is lost. I have tried redirecting
    Dan> by changing the redirecting '>' with both '1>' and '2>'. In any
    Dan> event the original error is lost out of the buffer and redirection
    Dan> does not work.

What shell? "echo $SHELL". For (ba)sh and friends: 
WINEDEBUG=... wine <command.exe> >log  2>&1
for tcsh and friends
env WINEDEBUG=...  wine <command.exe> >& log

-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------



More information about the wine-users mailing list