Meshroom: [2020.1.0] VCRUNTIME140_1.dll not found

Created on 11 Oct 2020  路  5Comments  路  Source: alicevision/meshroom

Hi,
I'm working on Windows 10 with the new 2020.1.0 version.

Drag&dropping pics, it returns an error with CameraInit saying that it "cannot find VCRUNTIME140_1.dll, try to reinstall".

dll_not_found
Closing the first warning, it throws a second one: "Probably you have corrupted image".

The same set of images works in 2019.2.0 with no issues at all. I checked in the folders and I found many "VCRUNTIME140.dll" but not the "_1". Is it a typo? or maybe the dll hasn't been shipped with the original package..?

bug windows

Most helpful comment

@fabiencastan Maybe we can have a look at this
https://devblogs.microsoft.com/cppblog/how-to-redistribute-the-visual-c-libraries-with-your-application/
to see if we can embed it in the application

All 5 comments

If you don鈥檛 have it installed already, you need to install the Microsoft Visual C++ Redistributable Package 2015, 2017 and 2019 available on Microsoft鈥檚 Support portal: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads.

@fabiencastan Maybe we can have a look at this
https://devblogs.microsoft.com/cppblog/how-to-redistribute-the-visual-c-libraries-with-your-application/
to see if we can embed it in the application

now it works, but in the meantime, as suggested by Natowi, I installed Microsoft Visual C++ Redistributable Package 2015, 2017 and 2019....so I don't really know if it's thanks to the installation or the new addition.
BTW thank you very much for the quick fix!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

flolu picture flolu  路  3Comments

zhangalex picture zhangalex  路  5Comments

NorthernXY picture NorthernXY  路  3Comments

ethansu1992 picture ethansu1992  路  3Comments

pr0eXeler0 picture pr0eXeler0  路  5Comments