http://bugs.winehq.org/show_bug.cgi?id=6087
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2006-06-09 16:13 ------- It might be better to find out what causes the run time error. Run something like
WINEDEBUG=+tid,+seh,+relay wine Memo.exe &> /tmp/relay.log && \ grep -A 20 -B 5000 "MessageBox" /tmp/relay.log > /tmp/relay.txt && bzip2 /tmp/relay.txt
and attach the relay.txt.bz2 to this bug, so people can have a look at it.