-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Metastream errors on launch when missing VC++ dependency #14
Comments
Should be fixed by 1d53c0a, I wasn't able to test though as I had issues trying to uninstall the dependencies. I'll re-open if someone reports this again after the release of v0.1.4. |
Oops, I forgot to update the download links on the website so people were still downloading 0.1.3 without the friendly error message. 😭 |
Bug still exists in 0.14, friend who lives in NZ running Windows 10 latest x64 had the startup error, was fixed by installing x64 C++ redistributable from Microsoft. |
Sorry for the delayed response, she's using English, I'm not sure if she's using a New Zealand / Australian / British variant though. |
Closing as the Electron app will soon be deprecated by #94. |
If you're coming from Google, please see the FAQ for general questions.
Steps to Reproduce:
To fix this, the user needs to install Visual C++ Redistributable for Visual Studio 2015
https://www.microsoft.com/en-us/download/details.aspx?id=48145
This error should be caught on startup and a dialog should instruct the user to download this.
The text was updated successfully, but these errors were encountered: