http://bugs.winehq.org/show_bug.cgi?id=36482 --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- Hello Mateusz, if you search the Internet there are various sites that offer "fix missing dll services" (providing missing Windows dlls downloads). I won't point you to one since those might not be legal and there is a risk of malware. Unfortunately there is no 'winetricks' recipe (yet) to work around bug 17273 more easily using "extract install" method. You can use the original Microsoft Visual C++ 2012 runtime installer and extract the missing libs without running the installer. Download: http://www.microsoft.com/download/details.aspx?id=30679 Direct download (32-bit x86 installer) : http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B796... Extract the both required libs: --- snip --- $ cabextract vcredist_x86.exe -F a2 && cabextract a2 -F "*msvc*110*x86" $ find . -iname "*msvc*110*x86*" | sed -e "p;s/F_CENTRAL_\(.*\)_.*/\1.dll/" | xargs -n2 mv --- snip --- Copy/overwrite both "msvc*110.dll" files in system32 and set native override (using 'winecfg') If you don't know what this means, please visit WineHQ user forums and get help there: http://forum.winehq.org/ Bugzilla is not meant for end user support. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.