https://bugs.winehq.org/show_bug.cgi?id=38963
--- Comment #4 from Béla Gyebrószki gyebro69@gmail.com --- (In reply to Jean-Marc Le Roux from comment #3)
(In reply to Béla Gyebrószki from comment #2)
The application comes installed with native msvcp120,msvcr120, thus an easy workaround is to set msvcp120.dll to native,builtin.
AFAIK Wine does not provide msvcp120.dll: I had to copy/paste my Windows/VS2015 msvcp120.dll into Wine's c_drive/Windows/System32 for the app to run.
What do you mean by "set msvcp120.dll to native,builtin"?
Sorry if it sounds like a dumb question but I started using Wine yesterday.
Regards,
In your case 'winetricks vcrun2013' will do the job, so you don't have to copy/override anything manually.