Skip to main content

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

Hey there,

Is “Dott” the executable? I think what’s going on is that you need to make the file executable for everyone.

I’m sure if that would solve it, but try running

chmod +x Dott

in the same directory, and then

./Dott

and see if that solves it.