Skip to main content
simoned70283466
Participant
January 13, 2026
Question

Premiere Pro SDK 2024 / The library could not be loaded. The error code: 2685337601

  • January 13, 2026
  • 1 reply
  • 287 views

Hello,

 

We implemented two third party plug-ings to import and export media from/to a proprietary codec.

We provide an installer that will copy the plug-ins to C:\Program Files\Adobe\Common\Plug-ins\7.0\MediaCore

 

Since the latest update of the installer of the plug-ins with Adobe Premiere Pro SDK 2024, on some machines the export plug-in only will fail to load, the importer will always load fine instead.

 

From the Affect Effect 25.6 logs:

 

Loading C:\Program Files\Adobe\Common\Plug-ins\7.0\MediaCore\Avolites AiM\ExporterAiM.prm
The modification date has changed so the plugin will be loaded from disk.
Loading from disk...
The library could not be loaded. The error code: 2685337601

 

Here links to the installers, as I can upload them direclty to this message

Previous version works fine (both import/export): AiM_CodecInstaller_Windows_2022.exe

while the updated version migth produce the error AiM_CodecInstaller_Windows_2026.exe

 

Does the error code suggest what sort of issue the plug-in could have?

thank you,

Simone.

 

1 reply

Bruce Bullis
Legend
January 13, 2026

Here's a thread that sounds like it might be related: 

https://community.adobe.com/t5/premiere-pro-bugs/non-notarized-plugins-not-loading/idi-p/15249538

This also sounds promising:

https://github.com/ntsc-rs/ntsc-rs/issues/308

How are you building those plugins? Anything different or interesting about the Exporter's build configuration?


simoned70283466
Participant
January 13, 2026

Thank for the quick reply.

I did check other threads with 2685337601, but i could not find any similarity yet.

 

The issue is currently with the windows version only.

 

Both import and export plug-ins were updated from SDK 2022  to SDK 2024.

While the export one has another change too from the 2022 version, as we added 
infoRecP->canConformToMatchParams = kPrTrue;
to show the Match Source button the video settings.

 

Both pluging are built with Visual Studio 2022, and windows SDK 10.0.22621.0.

 

Also, issue is probably in the ExporterAiM.prm file itself, as even copying it manually to the plug-ins folder will not make any difference.


The issue appears in some machines only. It is always reproducible in some machines, while never in others:

- it is failing on an amd9950x (tested one only)

- it is failing on a i5, but not on other ones with similar specs (tested on two of them).

- could not produce the issue on a i7 (tested one only)

 

Could the "match source" button update produce such issue?

simoned70283466
Participant
January 13, 2026

Just tried removing 

infoRecP->canConformToMatchParams = kPrTrue;

and the export plug in is actually loading now.

 

We tested with the SDK File export example, which has the Match Source flag set to true, and it is not loading with the same error as on those machines where our exporter was failing too.