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

Missing MSVCR100.dll #8162

Closed
cyberduck opened this issue Aug 11, 2014 · 7 comments
Closed

Missing MSVCR100.dll #8162

cyberduck opened this issue Aug 11, 2014 · 7 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

52801ea created the issue

I updated to the latest version as recommended when I tried to open the program. Once upgraded the following error came up:
"The program can't start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fix this problem."
I then removed cyberduck and reinstalled it twice but the same error comes up when I try to run the program.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

I currently do not see any reason why one would need the C++ runtime to start Cyberduck. You can try to install the VC++ runtime.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#8217 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

5cf6928 commented

I've been able to reproduce this issue. Installing the ​VC++ runtime as linked to by yla didn't work. Seems that the culprit was the fact that I'm on Windows 7 x64 and Cyberduck is compiled for x86.

Installing the 32-bit VC++ runtime solved this problem for me.

@cyberduck
Copy link
Collaborator Author

f082d5e commented

Confirmed feulix's results. This will affect anyone running 64-bit Windows who doesn't coincidentally already have a 32-bit VisualC++ application installed.

To reproduce:

  1. Use a clean Windows 7+ system (e.g. any of the VMs from https://www.modern.ie/en-us/virtualization-tools#downloads)
  2. Install Cyberduck
  3. Cyberduck will not work
  4. Install the 32-bit runtime from http://www.microsoft.com/en-us/download/details.aspx?id=8328
  5. Cyberduck works

At the very least, changing the error message to point to the download page would be useful

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#8778 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reopen for #8897.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Fixed in 0b6a424.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants