http://bugs.winehq.org/show_bug.cgi?id=4790
------- Additional Comments From rmh@aybabtu.com 2007-27-02 16:35 ------- Created an attachment (id=5134) --> (http://bugs.winehq.org/attachment.cgi?id=5134&action=view) signal ignore hack
I managed to get a little further using this hack to ignore CPU exception signals. Now after fpe_handler, the installer displays a lot of dxdiag FIXMEs, then another fpe_handler exception, and (presumably) finishes leaving us with something usable.
Doesn't seem to work for actual game, though. I suppose one of wine's threads could be re-instating its handlers and replacing the SIG_IGNs. Will look into that later.