Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I think your build is missing the .dll files. Trying to run the game prompted the following errors:

The code execution cannot proceed because libstdc++-6.dll was not found. Reinstalling the program may fix this problem.
The code execution cannot proceed because libgcc_s_seh-1.dll was not found. Reinstalling the program may fix this problem.

Thanks for saying this I didn't know that. Did adding this dlls to game folder worked or something else is also needed?

Just that worked. Though clicking the game didn't do anything, and then I executed it via Windows Powershell (`cd` into the directory and `./MazeLoop`), and it worked.