Skip to main content

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

What error are you getting? Is it telling you that the application can’t be opened? If so, this is an Apple issue and not us. It can be rectified using the steps below.

You need to add execute rights to the start file INSIDE the app: 

1. open a terminal

2. type chmod +x and then DRAG the app from the Finder to the terminal, the path + app will be filled in automatically

3. continue with  typing /Contents/MacOS/TheSevenRealms 4. press enter

The full command will sort of look like this : 

chmod +x <path>/TheSevenRealms.app/Contents/MacOS/TheSevenRealms 

If there is no feedback , all is good.  Close the terminal. After that, right click once on the game and select OPEN. Close the error message and do the same thing again. You can now select OPEN in the message and the game will start. From now on, you no longer need to do the right-click.


Hopefully that helps. If it is another issue, please let us know!

Thank you