http://bugs.winehq.org/show_bug.cgi?id=9386
Polarina gabrielp@simnet.is changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gabrielp@simnet.is
--- Comment #6 from Polarina gabrielp@simnet.is 2007-08-21 17:25:32 --- Since wine would exit with a non-zero return status, try this command:
WINEDEBUG=+tid,+seh,+relay wine wow.exe &> /tmp/relay.log || grep -A 20 -B 300 "seh:" /tmp/relay.log > /tmp/relay.txt
It should execute the grep command if wine exits with a non-zero return status.