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

VCOMP120.DLL not found - 64bit versions of 0.2.12 and 0.2.13 #109

Open
lucabalsanelli opened this issue Feb 16, 2022 · 10 comments
Open

VCOMP120.DLL not found - 64bit versions of 0.2.12 and 0.2.13 #109

lucabalsanelli opened this issue Feb 16, 2022 · 10 comments

Comments

@lucabalsanelli
Copy link

When trying to execute give the error:

The code execution cannot proceed because VCOMP120.DLL was not found. Reinstalling the program may fix this problem.

Platform:

  • System: Windows 10 64 bit
  • Scantailor: 0.2.12 64bit, 0.2.13 64bit
@trufanov-nok
Copy link
Owner

Try to install "Visual C++ Redistributable Packages for Visual Studio 2013" : https://www.microsoft.com/en-us/download/details.aspx?id=40784

@trufanov-nok
Copy link
Owner

@lucabalsanelli
Copy link
Author

This in fact solved the problem, thanks.

@vivadavid
Copy link

Hi,

Installing Visual C++ Redistributable Packages for Visual Studio 2013 worked for me in the past, but it didn't with 0.2.14. I installed C++ 2023 x64, but also the x86 version just in case.

Does 0.2.14 require a different package?

To be more precise, these are the files missing:

VCOMP120D.DLL
MSVCP120D.DLL
MSVCR120D.DLL

Thanks!

@trufanov-nok
Copy link
Owner

Hi,
In VCOMP120D.DLL, D stands for debug which means I build it with Debug info instead of Release mode. My fault, I'll need to rebuild them. Will do it soon and let you know.

@trufanov-nok trufanov-nok reopened this Aug 20, 2023
@vivadavid
Copy link

Hi, In VCOMP120D.DLL, D stands for debug which means I build it with Debug info instead of Release mode. My fault, I'll need to rebuild them. Will do it soon and let you know.

Thank you!

@trufanov-nok
Copy link
Owner

Just updated the 64bit version. It should work now

@vivadavid
Copy link

It does work: thank you! I've noticed that you haven't changed the 32-bit version. Did the bug only affect the 64-bit version?

@trufanov-nok
Copy link
Owner

It does work: thank you! I've noticed that you haven't changed the 32-bit version. Did the bug only affect the 64-bit version?

Didn't really doublecheck that, but it looks so. Distributive size is small enough, also I have a 32bit user who tried it and had no problems with installation.
In fact this release is made only to get 32bit binary with a new threshold methods. And I've got a report about a bug with these new methods in some cases... So if I'll be able to fix it I'll need to make a new release or update both distributives one more time anyway.

@vivadavid
Copy link

In that case, great! Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants