Skip to content
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

Open
mtriff opened this issue Mar 8, 2020 · 6 comments
Open

VCRUNTIME140_1.dll was not found #64

mtriff opened this issue Mar 8, 2020 · 6 comments
Labels
bug Something isn't working platform:windows tauri

Comments

@mtriff
Copy link

mtriff commented Mar 8, 2020

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:

  1. Install the v0.1.19 Windows binary on a machine without Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 installed.
  2. Open the application.
  3. See error

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):

  • OS: Windows 10
  • Node version: 12.14.0
  • Are you using nvm? No

Additional context
I'd be happy to submit a PR to add the documentation, if that's your preferred resolution.

@mtriff mtriff added the bug Something isn't working label Mar 8, 2020
@tensor-programming
Copy link
Contributor

tensor-programming commented Mar 9, 2020

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

@Akryum
Copy link
Owner

Akryum commented Mar 9, 2020

@tensor-programming Could those prerequisites be included or linked in the installer?

@tensor-programming
Copy link
Contributor

There are a few things that are working towards making this happen. For now though you need to get the redistributable yourself.

@ManuSquall
Copy link

@mtriff the link provided by @tensor-programming resolve this error for me.
You can close the issue if it's the same with you :-).

@mtriff
Copy link
Author

mtriff commented Jul 4, 2021

@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).

@ManuSquall
Copy link

You 're right, sorry didn't pay attention to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform:windows tauri
Projects
None yet
Development

No branches or pull requests

4 participants