http://bugs.winehq.org/show_bug.cgi?id=3569
--- Comment #17 from Austin English austinenglish@gmail.com 2008-01-02 12:48:22 --- (In reply to comment #13)
(In reply to comment #12)
NULL ptr deref.
The wine version is also without debugsymbols, where did you get it?
can you perhaps run either in gdb to get a better backtrace and/or (gdb wine-pthread , run mdkd3d.exe ... and on crash "bt" )
WINEDEBUG=+d3d_draw,+d3d,+ddraw
It's the wine version from the Ubuntu 7.10 winehq repos listed on the download page http://winehq.org/download.
Do: $ sudo apt-get install wine-dev
To get debugging symbols.