Posted May 26, 2017
januschr: Hello,
I have a clean installation of GOG Galaxy on my Mac laptop. When I start Galaxy I get a window with the message 'The application "GalaxyClient.app" can't be opened.' See attachment
Even so, Galaxy starts and after a little while it crashes.
I have tried deleting GalaxyClient.app along with the /Users/Shared/GOG.com/Galaxy folder and reinstalling, but the result is the same.
Is there a fix for this?
macOS Sierra 10.12.5
GOG Galaxy 1.2.9
Thanks,
Janus
Could you verify that the main executable located under GalaxyClient.app/Contents/MacOS/GalaxyClient has an executable flag (+x)? You can check that by opening Terminal app and typing: I have a clean installation of GOG Galaxy on my Mac laptop. When I start Galaxy I get a window with the message 'The application "GalaxyClient.app" can't be opened.' See attachment
Even so, Galaxy starts and after a little while it crashes.
I have tried deleting GalaxyClient.app along with the /Users/Shared/GOG.com/Galaxy folder and reinstalling, but the result is the same.
Is there a fix for this?
macOS Sierra 10.12.5
GOG Galaxy 1.2.9
Thanks,
Janus
cd /Applications/GalaxyClient.app/Contents/MacOS/
ls -la
The second command should display something like this:
drwxrwxrwx 3 fallen admin 102 May 24 09:57 .
drwxrwxrwx 9 fallen admin 306 May 24 09:57 ..
-rwxrwxrwx 1 fallen admin 17063424 May 24 09:57 GalaxyClient
Could you print that output for me? Thank you!