http://bugs.winehq.org/show_bug.cgi?id=12964
--- Comment #1 from Austin English austinenglish@gmail.com 2008-05-04 14:57:24 --- Are you running this from a windows partition? Please install debugging symbols or recompile wine yourself, then run the program with:
$ WINEDEBUG=+relay,+seh,+tid wine your_program.exe &> /tmp/log.txt
then attach /tmp/log.txt here. If > 1 MB, compress with bzip2 -9 or rzip -9.