http://bugs.winehq.org/show_bug.cgi?id=7859
------- Additional Comments From vitaliy@kievinfo.com 2007-01-04 20:04 ------- Created an attachment (id=5604) --> (http://bugs.winehq.org/attachment.cgi?id=5604&action=view) Simple test program
The instruction it's crashing on is ldmxcsr. However address is correct so it must be some other exception turned into 0xc0000005. Adding trace shows that Wine does indeed receive TRAP_x86_PROTFLT trap. What's more attached is the simple program that emulates few instructions that program does. And it does crash under vmware in the same exact way (access to address 0xFFFFFFFF).
Might be the game detects something, like my CPU wrong?