Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+1)

For people that cant open the game its probably because you are in a pure instance of windows 11 (not updated from w10 but a directly installed w11). To fix this you have to download THE 32 BITS VERSION OF: 

vcruntime140.dll, 

msvcr120.dll, 

msvcr110.dll, 

msvcr100.dll, 

msvcp140.dll, 

msvcp120.dll.

After downloading it, just put it right in the game's main folder, Make sure you are downloading the 32 Bits Version of the DLLs or it wont work. 

Note that This is a problem that appears in EVERY Pixel Game Maker game due to windows 11 having all its DLLs updated to 64 bits and pixel game maker is not compatible with those 64 bits variant. this problem is not present in windows 10 or instances of w11 that have been previously in windows 10 so if you updated your windows 10 to windows 11 you wont have this problem

I have done everything you suggested, nothing has worked

(+1)

Specifically, follow links to download vcredist_x86.exe (the 32 bit one) on the microsoft download site for Visual C++ Redistributable for Visual Studio YYYY.
Running the vcredist_x86.exe after downloading will install the missing DLLs; you don't have to find and paste the specific DLL into the game folder

all or just the msvcp120.dll?