jcsalterego / pngpaste

Paste PNG into files, much like pbpaste does for text.
Other
458 stars 32 forks source link

rosetta error: /var/db/oah..../pngpaste.aot: attachment of code signature supplement failed: 1 #22

Open PerryDesign opened 1 year ago

PerryDesign commented 1 year ago

I distribute pngpaste to users in my Adobe After Effects CEP extension as a means of pasting clipboard images into After Effects. I am getting some users reporting this error on M1 macs. However, I am on an M1 and I am not getting this error. Any suggestions?

jcsalterego commented 1 year ago

@PerryDesign Not sure, though Rosetta has to do with translating x86 (Intel) to aarch64 (M1), I think.

I don't know much about After Effects CEP extensions, but a quick glance makes me wonder if you can achieve the same thing with javascript and a <canvas> element?

PerryDesign commented 1 year ago

Adobe has restricted access to read/write functionality, as discussed here. The proposed solution in that issue is not working or viable for us.

Continuing to research this pesky issue..

ganicus commented 5 months ago

Any novel solutions?