-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
MSVCP140.dll or VCRUNTIME130.dll missing #682
Comments
What version do you use? |
I tried v1.11.1 and v1.11.0, both of which have this issue |
You probably use an old version of Windows with missing updates. Please install all the "Visual C++ Redistributable": https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/ I think 2013-2019 is needed |
This issue was just discovered after I just reinstalled the latest version of Windows 11 (version 22H2 updated Aug 2023), not the old version😂 |
Alright, then did it help to install the C++ redistributables? |
This problem can be solved after the installation of "Visual C++ redistributables", but can't it be solved during the development of the program? |
Usually there is an installer that comes with the required dependencies but as you use a ZIP, there is no installation process. I think that the "Redistributables" are commonly used by many programs so most users won't notice this issue. I will try to build a traditional exe installer in the next release |
Okay, thank you very much for your help |
Addendum: This issue can be solved by installing "Microsoft Visual C++2015-2022" |
I get this error when installing via exe downloaded from https://localsend.org/#/download (v1.14.0). MSIX Installer works. |
Describe the bug
Startup program system error
To reproduce
Expected behavior
No additional requirements, normal startup
Screenshots
No response
Desktop (please complete the following information)
Smartphone (please complete the following information)
No response
Additional context
For me, I realize that this may require installing "Visual C++" related files, but maybe there should be a better solution?
The text was updated successfully, but these errors were encountered: