http://bugs.winehq.org/show_bug.cgi?id=4790
------- Additional Comments From rmh@aybabtu.com 2007-06-03 16:19 ------- Created an attachment (id=5260) --> (http://bugs.winehq.org/attachment.cgi?id=5260&action=view) winedbg backtrace
A backtrace reveals that FPE happened during SSE division. Code is preceded by:
7a0fd9: 0f 57 c0 xorps %xmm0,%xmm0 7a0fdc: 0f 10 4d d0 movups 0xffffffd0(%ebp),%xmm1 7a0fe0: 0f 5e c8 divps %xmm0,%xmm1
Since I can't print %xmm1 directly, I printed its copy in $ebp+0xffffffd0.