Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It's a great tool for our beloved 8-bit computers, but I've encountered some issues. I'm writing this to improve the tool, not to criticize it: on a Windows 10 PC, a message appears indicating that some DLLs are missing (vcruntime140d.dll and ucrtbased.dll). These DLLs are required for compiling in debug mode; it's recommended to compile in release mode, as DLLs with a "d" at the end of their names are only present if Visual Studio is installed, not in the standard C runtime 2015. On another Windows 11 PC, with Visual Studio and all runtimes installed, the program starts, but I can't load a PNG image, even if it's generated by the program itself, and it quits unexpectedly. Best regards!