http://bugs.winehq.org/show_bug.cgi?id=4790
------- Additional Comments From p.beutner@gmx.net 2007-07-03 17:21 -------
err:seh:fpe_handler Got unexpected trap 19
that is not a "cache flush cpu exception" but a SIMD/SSE exception. And looking at the asm code it seems this divide-by-zero fault is generated on purpose. Google says that this is probably part of a runtime SSE detection routine to detect if the OS supports SIMD exceptions.
The problem is wine doesn't properly recognizes and responds to this exception. Needs some testing first what exactly windows does here.
I'll try to look into this if no one beats me to it.