SebLague / Geographical-Adventures

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

M1 Mac: Hard crash on launch #118

Open SlipperyPete opened 1 year ago

SlipperyPete commented 1 year ago

On launch main menu appears, but is frozen (including cursor) for a few seconds then entire screen flashes black, then purple, then system reboots.

Unsure if this is related to #42.

Not sure where I can find any relevant logs.

Photon9 commented 1 year ago

This is because the file in there is not an executable.

  1. Open it up in finder
  2. Right click on the app
  3. Click Show Package Contents
  4. Navigate to Contents
  5. Right click on the Contents directory in the filepath at the bottom of the window
  6. Select Open in Terminal
  7. type in chmod u+x "Geographical Adventures"
  8. hit enter to run the command

You can now run the file and the app ^_^

Obviously this isn't a patch but it means you can play.