Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+5)

If you guys try to open Awaria on MacOS and get "You don't have permission for open this app", try this:

Open terminal, 

cd /Applications/Awaria_for_Mac/Awaria.app/Contents/MacOS
(location of the executable)

chmod +x Awaria
(Turning file to a executable)

ls -l Awaria
after that command you should get a message like this:

"-rwxrwxr-x  1 <User>  staff  115645 <Date> Awaria"

Have Fun!

it always says permission denied