Skip to main content
Participant
December 10, 2021
Answered

iterate_generic in Premiere ?

  • December 10, 2021
  • 2 replies
  • 410 views

Hi !

 

I get a read access violation when trying to use the Iterate8Suite1()->iterate_generic() function in Premiere.

 

- The same code works in AE

- the read access violation is on the iterate_generic() function itself, not in my code passed to the iteration function.

 

It happens in Premiere, but not in AE. Same code. 

Any idea why ?

 

Thanks !

Gab

 

This topic has been closed for replies.
Correct answer gabgren1

Hi ! 

 

Ok, I won't upload my plugin but I'll try to shrink it down to an example. Thanks for the link

2 replies

Bruce Bullis
Community Manager
Community Manager
December 10, 2021

Could you provide your plug-in, a project/sequence/clip containing an application of your effect, and steps to reproduce the issue?

 

[I sent you a link to upload space]

gabgren1AuthorCorrect answer
Participant
December 10, 2021

Hi ! 

 

Ok, I won't upload my plugin but I'll try to shrink it down to an example. Thanks for the link

Joost van der Hoeven
Community Expert
Community Expert
December 10, 2021

Can you please share your system info? Like OS and version, CPU, RAM, GPU vRAM, Pr version? Thanks. Also a screen grab of your issue will be helpful.

Having said that, I asume you are programming an extentsion. @Bruce Bullis can you help out?

gabgren1Author
Participant
December 10, 2021

Hi, 

 

I am building a plugin, using the C++ SDK.

 

Windows, x64, Premiere Pro 22.0 build 169

lastest SDK 

 

Gab