bow-simulation / virtualbow

Software for designing and simulating bows
http://www.virtualbow.org/
GNU General Public License v3.0
23 stars 3 forks source link

VCRUNTIME140_1.dll was not found #155

Closed sbrcher closed 4 years ago

sbrcher commented 5 years ago

I just installed version 0.6.1 x64 on Windows 10 and got the attached error message when running the program.

Capture

stfnp commented 5 years ago

Thank you for reporting this. You could try the following things:

Let me know if any of that helped.

sbrcher commented 5 years ago

Thanks. I installed vc_redist.x64.exe per your link and now it works. Does the installer currently check for this being installed?

stfnp commented 5 years ago

The installer previously did that. But I somehow got the impression that this C++ runtime stuff is now part of Windows and doesn't have to be installed separately anymore (Universal C Runtime). Seems like I was wrong, even though it seemed to work on my machine.

stfnp commented 4 years ago

The next version of VirtualBow is built with MinGW instead of Microsoft's Visual C++ compiler. So we don't need the Microsoft C++ runtime anymore, which also solves this issue.