SebLague / Geographical-Adventures

https://sebastian.itch.io/geographical-adventures
MIT License
3.37k stars 486 forks source link

Mac: Unable to launch the game #97

Open felixfrey opened 2 years ago

felixfrey commented 2 years ago

On Mac, the App cannot be launched. (v1.0.6) The permissions set for the executable inside the app are not correctly set.

I found this workaround: https://itch.io/post/5924204

The workaround, here as a snippet to copy - you can execute this inside the extracted archive in your terminal to make the game start.

$ chmod +x Geographical\ Adventures.app/Contents/MacOS/Geographical\ Adventures
3bars commented 2 years ago

this fixed my issue

ghost commented 2 years ago

Yeah I know it happens a lot with Unity games.

ghost commented 2 years ago

Where I have to manually fix them

ghost commented 2 years ago

Like I think superlininal just wouldn’t work but then I gave x attributes to it. And it worked!