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

MSVCP140.dll or VCRUNTIME130.dll missing #682

Closed
Temacc0531 opened this issue Sep 13, 2023 · 10 comments
Closed

MSVCP140.dll or VCRUNTIME130.dll missing #682

Temacc0531 opened this issue Sep 13, 2023 · 10 comments
Labels
question Further information is requested windows Relevant for the Windows Operating System

Comments

@Temacc0531
Copy link

Describe the bug

Startup program system error

2023-09-13 180311

2023-09-13 180437

To reproduce

  1. Startup program
  2. See error

Expected behavior

No additional requirements, normal startup

Screenshots

No response

Desktop (please complete the following information)

  • Windows 11

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?

@Tienisto
Copy link
Member

What version do you use?

@Temacc0531
Copy link
Author

I tried v1.11.1 and v1.11.0, both of which have this issue

@Tienisto
Copy link
Member

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

@Temacc0531
Copy link
Author

Temacc0531 commented Sep 15, 2023

This issue was just discovered after I just reinstalled the latest version of Windows 11 (version 22H2 updated Aug 2023), not the old version😂

@Tienisto
Copy link
Member

Alright, then did it help to install the C++ redistributables?

@Temacc0531
Copy link
Author

This problem can be solved after the installation of "Visual C++ redistributables", but can't it be solved during the development of the program?

@Tienisto
Copy link
Member

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

@Temacc0531
Copy link
Author

Okay, thank you very much for your help

@Temacc0531
Copy link
Author

Addendum: This issue can be solved by installing "Microsoft Visual C++2015-2022"

@Tienisto Tienisto added bug Something isn't working windows Relevant for the Windows Operating System labels Nov 1, 2023
@Tienisto Tienisto added question Further information is requested and removed bug Something isn't working labels Nov 11, 2023
@Tienisto Tienisto changed the title Portable version startup error MSVCP140.dll or VCRUNTIME130.dll missing Nov 11, 2023
@ddogfoodd
Copy link

I get this error when installing via exe downloaded from https://localsend.org/#/download (v1.14.0).

MSIX Installer works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested windows Relevant for the Windows Operating System
Projects
None yet
Development

No branches or pull requests

3 participants