Skip to main content
Participant
January 27, 2022
Question

How to install custom CEP Extension on M1 Mac OS12 ?

  • January 27, 2022
  • 1 reply
  • 373 views

Hello from Japan .
I wrote custom CEP extension .jsx and thats can works on After Effects2022 Windows10.
But trying to same extension on M1 Mac OS 12.1 can't work.
Setting CSXS's Player debug mode is 1,
and I have installed node.js.
Am I need CEP extension folder convert to .ZXP?
Does anyone know this solution?

This topic has been closed for replies.

1 reply

ryh_gpAuthor
Participant
January 28, 2022

I solved it for some reason!

1. Installing any official extension from creative cloud app.
(maybe then something needed program was installed with.)
2. Changing manifest's CSXS version 4 to 6.
3. Changing CEP pannel's CS Interface version -4.0.0 to newest.
(4. in .jsx script, Changing file outputpath to /users/public/documents/)

and my old extension working on M1 mac AEFT2022!

Thank you.