I’ve been contacted by a potential customer of my CNC Plugin today that he is getting this error when trying to load KaroroCAM via the package manager:
Yes, KaroroCAM is built in Grasshopper and does make use of some 3rd party plugins - most of which are managed by the package manager.
As a possible solution I sent the client a version of the YAK without the included icon/manifest icon mention. This has installed OK for them - so I’ll keep this as a possible solution in the future.
I will send them a message now with you comments about file permissions/ anti-virus/older MacOS version. I did note that he is using a ten year old Intel Mac.
The “killer app” of KaroroCAM is it is cross platform - its currently the only CAM plugin for Rhino that runs on MacOS.
WELL - at least it USE TO BE!
I’ve just updated my Mac Mini test bed machine to 8.17 and BOTH the Package Manager and Drag and Drop of a YAK file fail to install. The package manager throws this warning:
Drag and Drop just fails in silence.
Ive checked the source code, and it runs on my Mac fine. There just seems to be something really broken in the R8 windows Script Complier or Mac Package Manager.
Every time you compile with script compiler it creates a .YAK file - which is a renamed .ZIP folder
Inside of the file is a basic manifest file and the .rhp Rhino plugin
I need to add to this file MANUALLY:
A full manifest file
A toolbar .rui file
An icon.png file
To speed this up I assign .YAK files to open with a zip utility, on my old machine this was winzip and on my NEW MACHINE I have been using 7-Zip. This way when I double click on the .YAK file it opens in the ZIP utility and I can drag/drop the 3 extra files.
The final YAK file has been working fine on Windows but looks like 7-Zip does not play nice with MacOS.
I just created a new YAK using the old rename to .ZIP, open in windows file explorer and then drop in the extra files, close, rename to .YAK.
This file installed FINE on MacOS.
Thanks Japhy for the heads up! Sorry not McNeels fault this time around.