http://bugs.winehq.org/show_bug.cgi?id=16471
--- Comment #8 from Vitaliy Margolen vitaliy@kievinfo.com 2008-12-12 08:48:11 --- Please do the following: 1. Make sure you have debug symbols for Wine installed. If you can't find them, compile Wine yourself from the source and run it from compile dir 2. Run your program in this way:
winedbg Mplus.exe .... Wine-dbg>cont ....exception... Wine-dbg>bt all Wine-dbg>exit
And attach (as a text file) complete terminal output of the above.