Geographical-Adventures icon indicating copy to clipboard operation
Geographical-Adventures copied to clipboard

M1 Mac: Hard crash on launch

Open SlipperyPete opened this issue 3 years ago • 1 comments

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.

SlipperyPete avatar Apr 22 '23 08:04 SlipperyPete

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.

Photon9 avatar Jun 28 '23 10:06 Photon9