Skip to main content
Inspiring
June 22, 2022
Answered

CEP extensions no longer working in 2022

  • June 22, 2022
  • 1 reply
  • 2725 views

Since upgrading to 2022, any new custom extentions I add to /Library/Application Support/Adobe/CEP/extensions/ don't work.

 

The ones already installed work, but if you edit them in any way (say, just adding a newline or a space character to the code) it fails. 

 

Is this something to do with signatures / security?

 

thanks, using 2022 on a mac

 

 

This topic has been closed for replies.
Correct answer Dan McSweeney

Hi ReginaldUser555

I think your problem has a simple solution; 2022 integrates CEP11, you need to update enable loading of unsigned panels.

The documentation is here:

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel#2-enable-loading-of-unsigned-panels

It sounds like you're on MacOS, so I'll save you a click:

On Mac, type the following into Terminal, then relaunch Finder (either via rebooting, or from the Force Quit dialog):

defaults write /Users/<username>/Library/Preferences/com.adobe.CSXS.11.plist PlayerDebugMode 1

Good luck with your projects, and thanks for joining the forums,

-Dan

1 reply

Dan McSweeneyCorrect answer
Adobe Employee
June 22, 2022

Hi ReginaldUser555

I think your problem has a simple solution; 2022 integrates CEP11, you need to update enable loading of unsigned panels.

The documentation is here:

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel#2-enable-loading-of-unsigned-panels

It sounds like you're on MacOS, so I'll save you a click:

On Mac, type the following into Terminal, then relaunch Finder (either via rebooting, or from the Force Quit dialog):

defaults write /Users/<username>/Library/Preferences/com.adobe.CSXS.11.plist PlayerDebugMode 1

Good luck with your projects, and thanks for joining the forums,

-Dan

Inspiring
June 22, 2022

Hero. Thanks Dan