http://bugs.winehq.org/show_bug.cgi?id=25323
--- Comment #11 from Adam Martinson amartinson@codeweavers.com 2010-12-02 18:33:24 CST --- (In reply to comment #10)
The original logfile is 7.4 Gb. Compressed with Lzma it is 75Mb.
Wow, that's probably a little much... maybe cut it down to 10-20M lines. Anything over 1 GB uncompressed is too much. After the crash you can kill it, the backtrace doesn't help for this one cuz the crash is in Civ4 itself.
I am getting the logs using the following redirect: .....Civ4BeyondSword.exe > ~/Desktop/Civ4BTS+tid,+msxml,+variant,+relay.log 2>&1 I remember researching about this and it came up as the recommended way in several places. How would you recommend doing it?
First truncate the file: $ echo '' > ~/Desktop/Civ4BTS+tid,+msxml,+variant,+relay.log Then append: $ .....Civ4BeyondSword.exe &>> ~/Desktop/Civ4BTS+tid,+msxml,+variant,+relay.log