http://bugs.winehq.org/show_bug.cgi?id=20799
--- Comment #20 from Chris chris.kcat@gmail.com 2009-11-28 07:17:41 --- I'm running low on ideas. Could you perhaps try running the game with winedbg? You may need to run 'pass' for some of the exceptions, but the one we're interested in is either a NULL pointer access (read/write violation on address 0x000000, though it may be some "nearby" value; a really high value like 0xffffffxx, or really low around 0x000000xx) or an Illegal Instruction. When you get one of them, run 'bt', and let me know what it says.