http://bugs.winehq.org/show_bug.cgi?id=3005
------- Additional Comments From Speeddymon@gmail.com 2005-27-05 19:49 ------- Correction to previous comment, we only need the last 1500 lines if you have to use xkill/kill/etc to close the game. If it crashes back to the desktop on it's own, use grep to find the line number of the Unhandled Exception line, subtract 500 lines from that number, and use tail to chop everything before that (unhandled exception line number - 500) line. Then _add_ 500 lines to the line number of the Unhandled Exception line and use tail to chop everything after that (unhandled exception line number + 500) line.