If you are trying to launch an older game or application and encountered a crash or an error mentioning , you are dealing with a missing or corrupted Microsoft Visual C++ 2013 Runtime component.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
Follow these steps to safely resolve runtime errors and install the correct package: 1. Download Only from Official Sources
The build number indicates that this is the Visual Studio 2013 Update 5 runtime package. vc2013redistx86 visual c 2013 x86 120 40664
The software itself might be looking for the DLL in its own local folder rather than the System32 folder.
如果已通过控制面板确认 VC++ 2013 Redistributable 正常安装,但仍收到“找不到 MSVCR120.dll”等类似提示,可能存在以下情况:
: This signifies the 32-bit architecture . Even if you use a 64-bit Windows operating system, you still need this x86 package to run 32-bit applications. If you are trying to launch an older
Modern Windows applications, video games, and productivity tools are often built using Microsoft's programming languages. When a developer writes an application in C++, the program links to code inside specific runtime files (like MSVCR120.dll ). Instead of bundling these large files with every single application (which would be wasteful), the application calls upon a centralized system library installed by the vcredist package.
Silent installation with logging:
If the files became corrupted due to a hard drive issue or improper shutdown, you can repair them. Open the and click on Programs and Features . If you share with third parties, their policies apply
: If you have 64-bit Windows, install both vcredist_x86.exe and vcredist_x64.exe .
If you prefer using the command line interface on Windows 10 or 11, you can install the runtime using the Windows Package Manager. Open or PowerShell as an Administrator. Enter the following command: winget install Microsoft.VCRedist.2013.x86 Use code with caution. 🔄 Updating or Repairing an Existing Installation