-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
VCRUNTIME140_1.dll was not found #64
Comments
This error is a result of the WebView needing Msvc to work. The webview uses Edge and the winrt API to connect to it. You can get one of the redistributables from here and that should be enough: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads |
@tensor-programming Could those prerequisites be included or linked in the installer? |
There are a few things that are working towards making this happen. For now though you need to get the redistributable yourself. |
@mtriff the link provided by @tensor-programming resolve this error for me. |
@ManuSquall That's the same link I provided when I created the issue. The problem is that this should either be documented or included in the Windows installer (preferably the latter). |
You 're right, sorry didn't pay attention to it. |
Describe the bug
After installation on Windows, opening the app results in a pop up stating that "VCRUNTIME140_1.dll was not found".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The required .dll is either included in the installation, or the README provides documentation for Windows users that the .dll (available from Microsoft here) is a prerequisite.
Desktop (please complete the following information):
Additional context
I'd be happy to submit a PR to add the documentation, if that's your preferred resolution.
The text was updated successfully, but these errors were encountered: