Displaying 2 results from an estimated 2 matches for "debugmesg".
2004 Nov 29
2
Log file with application running in wineconsole
Hello,
I still didn't find a solution to prevent a large logfile when using
wineconsole :-(
I'm running a windows console (CUI) application using wineconsole and I
noticed all screen output gets logged in /tmp/wine.log.*
I turned of all debug channels with debugmesg -all, but it still logs the
normal screen output of the application (minus the debugmessages). The
problems is that my application generates a lot of output on the screen so
the logfile gets really hughe(GB's) over time.
I looked in the docs and did a google search, tried some things in the
[de...
2004 Nov 19
0
Stop loging output of CUI application running in wineconsole
Hello,
I hope somebody can give the anwser to a question which keeps bugging me.
I'm running a windows console (CUI) application using wineconsole and I
noticed all screen output gets logged in /tmp/wine.log.*
I turned of all debug channels with debugmesg -all, but it still logs the
normal screen output of the application (minus the debugmessages). The
problems is that my application generates a lot of output on the screen so
the logfile gets really hughe over time.
I looked in the docs and did a google search, tried some things in the
[debug] a...