http://bugs.winehq.org/show_bug.cgi?id=36954
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Piotr Caban from comment #1)
The application ships it's own version of msvcr90.dll. This version of dll is not compatible with Microsoft's one.
I'm not sure if there's anything that can be done to fix it inside wine. Maybe it can be solved by implementing more complete support for manifests and loading the dll shiped with application in this case.
The workaround is to set msvcr90=native override using winecfg.
Does setting 'msvcr90=native' in winecfg really work without deleting a fake manifest? WINEDLLOVERRIDES="msvcr90=n" doesn't currently work for a dll with a manifest due to a bug in Wine, see for details http://bugs.winehq.org/show_bug.cgi?id=28225 http://bugs.winehq.org/show_bug.cgi?id=33604