Skip to main content
Participating Frequently
July 30, 2021
Beantwortet

Missing com.adobe.CSXS.<version>.plist files

  • July 30, 2021
  • 1 Antwort
  • 8995 Ansichten

Hello, I am trying to work with an unsigned Premiere Pro panel. However there are no com.adobe.CSXS.10.plist files located under /Library/Preferences/.

I did try "sudo defaults write /Users/<user>/Library/Preferences/com.adobe.CSXS.10.plist", but it doesn't help. Also getting the plist files from a colleague (for whom the exact same panel shows up and works in debug mode) did not change anything.

I have tried it in Premiere 2020 and 2021, and tried writing creating CSXS.8.plist, CSXS.9.plist, CSXS.10.plist and CSXS.11.plist

I also completely removed Creative Cloud and all corresponding products and reinstalled them.

 

Any help would be greatly appreciated.

 

Kind regards

Hendrik

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von Bruce Bullis

Hello Bruce, thank you for your quick response. The reason I was unable to create the CSXS was, that I created them inside

/Library/Preferences/

which turns out to be a different path from

/Users/<username>/Library/Preferences/

 

Now I do have the CSXS.11.plist in /Users/<username>/Library/Preferences/, and I have restarted my finder. But in premiere I still can't open the panel?

 


I'm away from my computer, but I haven't heard of any problems from developers following the instructions in the PProPanel readme ( updated to 11):

 

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

 

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel

1 Antwort

Participating Frequently
July 30, 2021

The panel shows up in the extensions dialog, but it does not start/open.

Bruce Bullis
Legend
July 30, 2021

PPro has moved to CEP 11, so creating a CSXS.11.plist works. Don't forget to re-launch Finder, after creating the new file.

Bruce Bullis
Legend
July 30, 2021

Hello Bruce, thank you for your quick response. The reason I was unable to create the CSXS was, that I created them inside

/Library/Preferences/

which turns out to be a different path from

/Users/<username>/Library/Preferences/

 

Now I do have the CSXS.11.plist in /Users/<username>/Library/Preferences/, and I have restarted my finder. But in premiere I still can't open the panel?

 


I'm away from my computer, but I haven't heard of any problems from developers following the instructions in the PProPanel readme ( updated to 11):

 

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

 

https://github.com/Adobe-CEP/Samples/tree/master/PProPanel