Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits)

Hi! I got a different error when trying to run the .exe:

The procedure entry point _ZNKSt7__czz1112basic_stringlcSt11char_traitslcESalcEE5c_strEv could not be located in the dynamic link library C:\Users\[my user folder]\Downloads\Build\game.exe.

After a quick search, I'm guessing that this is also related to the DLL stuff.

Edit: I was able to get it running by compiling from source, though!

This is most likely also related to the compiler dlls. I am working on it

It might have to do with the fact that it was compiled with the -g option which makes the executable ready for the gdb debbuger.