在 Windows 上安装 GLKVM 应用程序失败:“代码执行无法继续”¶
在 Windows 上安装 GLKVM 应用程序时,可能会出现错误:“The code execution cannot proceed because VCRUNTIME140_1.dll was not found”(未找到代码执行无法继续)。
出现此错误的原因是缺少 Visual C++ 运行时依赖项。该应用程序需要 Visual C++ Redistributable 包提供的特定 DLL 文件。
请执行以下步骤:¶
1.从此处的 Microsoft 官方网站下载最新的 Visual C++ Redistributable for Visual Studio。
2.安装包并重新启动计算机。
暂时禁用防病毒软件,因为某些安全工具可能会错误地阻止安装文件。
如何验证 Visual C++ 依赖项是否已正确安装?
a.在 Windows 上,转到控制面板>程序>程序和功能。
b.查找类似“Microsoft Visual C++ 2015-2022 Redistributable” (x64/x86) 的条目。如果缺少,请通过上面的链接安装它们。
3.重新运行 GLKVM 应用程序安装程序。