http://bugs.winehq.org/show_bug.cgi?id=14912
--- Comment #6 from Jeff Gringo dunerkahl@yahoo.de 2008-08-19 09:34:46 --- (In reply to comment #5)
hmm, it looks like it even crashes earlier. Another thing you might try is remove riched20 again as a native library ( start winecfg, and look under the Libraries tab, and remove it). Then try run with native oleaut32:
'wget http://kegel.com/wine/winetricks && sh winetricks vcrun6'
Then run the app with:
WINEDLLOVERRIDES="oleaut32" wine app_name.exe
If that doesn't help either i guess you have to generate some debugtraces
That also doesn't help