0xbb / gpu-switch

gpu-switch is an application that allows to switch between the graphic cards of dual-GPU Macbook Pro models
MIT License
537 stars 57 forks source link

MSVCR120.dll is missing on Windows 10 #22

Open 8a5 opened 8 years ago

8a5 commented 8 years ago

When I use the bat or exe I get the following message: The program can't start because MSVCR120.dll is missing from your computer. Try reinstalling the program to fix this problem.

I have Visual C++ Redistributable Packages for Visual Studio 2013 installed, msvcr120.dll is inside system32 folder.

Macbook Pro 11.3 Windows 10 UEFI.

Domini commented 8 years ago

@8a5 have you installed Visual C++ Redistributable Packages for Visual Studio 2013 x64 or x86? I had the same error after installing x64 version only. Installing x86 version helped - it seems the app is x86 itself.

Also try installing Visual C++ Redistributable Packages for Visual Studio 2012 update 4 and Visual C++ Redistributable Packages for Visual Studio 2015 - I don't know which one helped me since I've installed all 3 of them.

siberian1967 commented 6 years ago

Link that worked for me: https://www.microsoft.com/en-US/download/details.aspx?id=40784

x86 version

Tested all from 2005 ad up and this is where it landed. Sorry to reopen an old conversation, just logging it for future generations.