http://bugs.winehq.org/show_bug.cgi?id=15876
--- Comment #5 from Mattia mattia.verga@tiscali.it 2008-11-02 03:45:06 --- Created an attachment (id=17043) --> (http://bugs.winehq.org/attachment.cgi?id=17043) filtered +relay,+seh,+tid
(In reply to comment #4)
Hello,
the bug reporter most likely meant some sort of message box, hence no console output.
Yes, on exit appears an error message box.
A filtered relay log might be more useful, run
--- snip --- WINEDEBUG=+tid,+seh,+relay wine MailWasher.exe >/tmp/relay.log 2>&1 ; grep -A 50 -B 500 "Access violation" /tmp/relay.log >crash.txt --- snip ---
and attach "crash.txt" to bug report.
Regards
I attach the filtered crash.txt as you suggest. A simple +tid,+seh,+relay is not possible to attach, because the output is 130 MByte!
Thanks.