Espanso: Add check to Windows CI pipeline to make sure VCRUNTIME140_1.dll is included correctly

Created on 18 Jun 2020  路  3Comments  路  Source: federico-terzi/espanso

I have just installed without error but when espanso starts I see a popup saying that VCRUNTIME140_1.dll is miss.
I have tried to reinstall without success.
image
Could you help me?
How can I install a portable version?

RFNR Windows bug

Most helpful comment

Hey @xaquica,

Thank you for reporting this problem, this is most definitely a bug! I'll make sure to add a check for the next release. In the meanwhile, you can install the Microsoft Visual C++ redistributable. After that espanso should work correctly

Cheers :)

All 3 comments

Hey @xaquica,

Thank you for reporting this problem, this is most definitely a bug! I'll make sure to add a check for the next release. In the meanwhile, you can install the Microsoft Visual C++ redistributable. After that espanso should work correctly

Cheers :)

As a note for myself, these are the DLLs that should be included:

Including: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.25.28508\x64\Microsoft.VC142.CRT\concrt140.dll
Including: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.25.28508\x64\Microsoft.VC142.CRT\msvcp140.dll
Including: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.25.28508\x64\Microsoft.VC142.CRT\msvcp140_1.dll
Including: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.25.28508\x64\Microsoft.VC142.CRT\msvcp140_2.dll
Including: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.25.28508\x64\Microsoft.VC142.CRT\msvcp140_codecvt_ids.dll
Including: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.25.28508\x64\Microsoft.VC142.CRT\vccorlib140.dll
Including: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.25.28508\x64\Microsoft.VC142.CRT\vcruntime140.dll
Including: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.25.28508\x64\Microsoft.VC142.CRT\vcruntime140_1.dll

Thanks.
I have reinstalled and it works fine

Was this page helpful?
0 / 5 - 0 ratings