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

Cannot load plugin CCU from examples to After Effects

New Here ,
Apr 07, 2020 Apr 07, 2020

Copy link to clipboard

Copied

Hi all.

 

I have compiled x64-release an example CCU from SDK and put it into Plugins folder in After Effects.

But in log file "Plugin Loading.log" I see:

Loading C:\Program Files\Adobe\Adobe After Effects 2020\Support Files\Plug-ins\CCU.aex 
The modification date has changed so the plugin will be loaded from disk. 
Loading from disk... 
PF_Cmd_GLOBAL_SETUP returned error -1610153865. 
No loaders recognized this plugin, so the plugin is set to Ignore.

I see in debugger call of function "PluginDataEntryFunction", but no calls to function "EffectMain" (there is processing of PF_Cmd_GLOBAL_SETUP).

 

Where is my problem?

Why After Effects can not load the plugin?

TOPICS
Error or problem , SDK

Views

470

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
Guest
Apr 09, 2020 Apr 09, 2020

Copy link to clipboard

Copied

LATEST

Compile plugin in debug mode, start AE from the debugger and set a breakpoint on your entrypoint, then step through it.

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