sillsdev / aeneas-installer

70 stars 12 forks source link

Fresh Windows11 Install: Espeak.exe missing MSVCP140.dll #60

Open NworbLegin opened 7 months ago

NworbLegin commented 7 months ago

On a fresh installation of window 11 the installer shows an error message because espeak is expecting MSVCP140.dll.

To solve this the installer should include the Visual C++ redist for Visual Studio 2015 found here: https://www.microsoft.com/en-gb/download/details.aspx?id=48145

This was found when running the windows installer aeneas-win64-setup-1.7.3.0_4.exe

After installing the redist vc_redist.x64 and re-running the aeneas installer all checkes were passed without errors.