Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

This looked promising to me but you get MSVCP140D.dll is missing.

MSVCP140D.dll is a dynamic link library file which belongs to a developer's application called Microsoft Visual Studio. Since all of my friends are software devs... I'm not surprised this was overlooked when I had them test it. 

Luckily, you don't need to be a programmer. It should be included in the 2015 C++ runtime! That comes straight from Microsoft.

Did that runtime fix the issue? If it didn't, I would like to know so I can investigate other potential causes.

(+1)

no, I couldn't install the 2015 c++ runtime link you have. It gives an error that i already have a newer version on my system.  I believe the D in the DLL name means you compiled it in debug mode. If you compile it as a release it should link to MSVCP140.dll which is distributed to end users.