GraXpert 3.0.2 and Pixinsight Script on Mac Intel, macOS Sonoma 14.5

2 replies250 views
SouthWestAstro avatar
When I run the GraXpert script from within Pixinsight I get:

Processing script file: /Applications/PixInsight/src/scripts/Toolbox/Graxpert.js*** Error: Signature verification failed for 'GraXpert': Invalid code signature: /Applications/PixInsight/src/scripts/Toolbox/Graxpert.js

The app itself runs fine outside Pixinsight.

I am using

Graxpert 3.0.2

Pixinsight 1.8.9-3 Ripley

 macOS Sonoma 14.5
David Fercho avatar
There was an earlier topic about scripts that were disrupted by the Pixinsight update.  From there I learned that you can fix the Graxpert code signature issue by deleting the signature file.  The file path to find it is shown right in that error message.  It's in the src/scripts folder.  The file to delete is Graxpert.xgsn.

After deleting that file, run the script again and a new signature file will be created automatically.  This solved it for me.

CS,
Dave
Well Written Helpful Concise
SouthWestAstro avatar
Bingo !

Thanks very much !