Skip to main content

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

My mac is probably the problem. Yes I download it to play and it happened to all Ren'py game

I think I know the problem. It a software to play Ren'py. I have some game with Ren'py  before, so I can play it. Maybe install this 1st.

Idk what you talking about.
the problem is:
Info.plist=not bound
which make mac think I open the application for the first time. So here I fix it:

this one make it force sign a bundle identifier into the app
codesign --force --deep --sign - --identifier (com.appname.app) /Users/username/Downloads/Aplication.app 
this one for check bundle identifier if the first command work or not
codesign -dv --verbose=4 /Users/username/Downloads/application.app | grep Identifier