adamyg / mcwin32

Midnight Commander for Windows
https://sourceforge.net/projects/mcwin32/
204 stars 13 forks source link

MC fails to start (VCRUNTIME140.dll is missing) #64

Closed winspool closed 9 months ago

winspool commented 10 months ago

After the Installation of the current release ( mcwin32-build228-setup.exe ) on a fresh Win11 system, running fails, because VCRUNTIME140.dll is missing.

windows\system32 has: vcruntime140_1_clr0400.dll and vcruntime140_clr0400.dll windows\syswow64 has: vcruntime140_clr0400.dll

Why are the linked dll names still in the 16bit win3.x style (uppercase)?

Workaround: I found the missing runtime here: https://www.microsoft.com/en-us/download/details.aspx?id=53587

After Installing the mentioned runtime, mc.exe starts

adamyg commented 10 months ago

Seems the release was mistakenly based on a MSVC2015 build; build-229 wont be the same, reviewing release checks.

adamyg commented 9 months ago

build-229 released