-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing runtime in v2.1.2 #235
Comments
This is odd, it should auto bundle with the correct version. Note for later: |
From what I can see - it will work in debug mode, but there seems to be similar challenges with other applications out there, based on what I could find on the web. One solution was to embed it in the application, but that would probably make it significantly larger. That is where my knowledge runs thin! |
msvcp140_1.dll is required for Windows applications and DLLs built with MSVC 2019 since around Jan/Feb 2020. The Windows 32bit installer does contain the correct version of the 32bit redist, signed by Microsoft in Nov 2020. It would appear that the redist failed to install on your particular machine. Can you take a look in (Right-click, choose Properties, look in the Details tab) Note: You may also have msvcp140d.dll and msvcp140_1d.dll. Ignore those! |
msvcp140_1.dll was not present until I installed the previous version, which provided it. This was on a fresh-out of the box PC. I tried on another machine and had the similar issues (see below). Incidentally, on yet another machine that already had other applications installed (i.e. net3 Concert, Paradigm LD), it worked fine. On the second PC, the following files were reported missing:
|
Hey there, I'm having the same missing msvcp140_1.dll issue on Windows 10 Pro 1809. I have checked the SysWOW64 folder and it does not exist. Edit: I can install 2.1.1 no problem. If I try 2.1.2 after installing 2.1.1 the same missing dll error pops up. |
The 'Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019' be directly downloaded from Microsoft here: https://aka.ms/vs/16/release/vc_redist.x86.exe This should install the missing runtime. Source article for the link: https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0 |
The problem turned out to be that the exact filename of the redistributable changed - fixed and tested on a clean virtual machine. v2.1.3 beta 1 is now released and on the website, and includes this fix. |
I've tried installing v2.1.2 on Windows 10 Pro 1909 but get an error that mvcp140_1.dll is missing on startup. Uninstalled/reinstalled without any change in behavior. A cursory internet search indicates a problem with certain versions of MVC++ not including this file.
Issue repeats after updating to v2.1.2.
The text was updated successfully, but these errors were encountered: