gtoolkit icon indicating copy to clipboard operation
gtoolkit copied to clipboard

Application closes immediately on Macbook Pro M2

Open Lando-L opened this issue 2 years ago • 5 comments
trafficstars

The GT application closes immediately after opening.

Setup: Macbook Pro M2 (Ventura 13.6) and GT (v1.0.103)

However, opening GT via the command line works as expected.

Lando-L avatar Sep 25 '23 07:09 Lando-L

Thank you, Lando.

We will look at it.

girba avatar Sep 25 '23 07:09 girba

Did you happen to see a crash.dump or a PharoDebug.log file in the image directory after double clicking the .app?

girba avatar Sep 25 '23 07:09 girba

Also what does xattr GlamorousToolkit.app return? If you open it first from the command line does it work afterwards to open it by double clicking?

Maybe you can also open the Console app when the crash happens. No idea if it will help but maybe there is some system message there

chisandrei avatar Sep 25 '23 07:09 chisandrei

Hi @girba und @chisandrei,

  1. Opening the app does not create a crash.dump nor a PharoDebug.log
  2. xattr includes com.apple.quarantine which might be the cause of my problem
  3. I cannot open the app by clicking even after I opened it via the command line
  4. The console app doesn't show any

Lando-L avatar Sep 25 '23 08:09 Lando-L

Thanks for the info. Just to double check that the quarantine flag causes the issue, what happens if you remove the flag after downloading using xattr -d com.apple.quarantine GlamorousToolkit.app and try to open by clicking?

chisandrei avatar Sep 25 '23 09:09 chisandrei