chrxh / alien

ALIEN is a CUDA-powered artificial life simulation program.
https://alien-project.org
BSD 3-Clause "New" or "Revised" License
3.48k stars 106 forks source link

Can't start app, gives MSVCP140_.dll was not found error #35

Closed etapic closed 2 years ago

etapic commented 2 years ago

After installed from latest installer on window 10 app failing to start, getting error: The code execution cannot proceed because MSVCP140_.dll was not found.

chrxh commented 2 years ago

MSVCP140.dll is part of the "Microsoft Visual C++ Redistributable Packages" and will automatically be installed (since it is preselected in the installer). Did you deselect this item in the installer? If so, you can run the installer again or install it manually by running vcredist_x64.exe in the bin folder.

etapic commented 2 years ago

ok reinstall helped