• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Why my premiere pro extension is showing black screen

Community Beginner ,
Mar 21, 2024 Mar 21, 2024

Copy link to clipboard

Copied

Hi we have  build a extension and we are ching it in development mode but in one the the machine screen is showing as black as shown below

Extension showing as blank.jpeg

 

Even i have enabled debugged mode 

$cd /Users/<username>/Library/Preferences/
$ls
//Found com.adobe.CSXS.<number>.plist 
$ defaults write com.adobe.CSXS.<number>.plist PlayerDebugMode 1





TOPICS
How to , SDK

Views

183

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 21, 2024 Mar 21, 2024

That behavior is completely consistent with PlayerDebugMode not being enabled. 🙂

defaults write com.adobe.CSXS.<number>.plist PlayerDebugMode 1

What value did you use, for <number>? 

 

[Since we haven't heard back, I'll assume that using "11" instead of "<number>" solved the problem...]

Votes

Translate

Translate
Adobe Employee ,
Mar 21, 2024 Mar 21, 2024

Copy link to clipboard

Copied

LATEST

That behavior is completely consistent with PlayerDebugMode not being enabled. 🙂

defaults write com.adobe.CSXS.<number>.plist PlayerDebugMode 1

What value did you use, for <number>? 

 

[Since we haven't heard back, I'll assume that using "11" instead of "<number>" solved the problem...]

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines