Skip to main content
Inspiring
November 24, 2023
Question

[SDK] GLator crash when switching to a new project

  • November 24, 2023
  • 1 reply
  • 162 views

Hi all,

I've developped a plugin that uses OpenGL, and as a starting point, I used the GLator sample plugin, which works great in all cases except one:

Say I open a project that uses my plugin, and is currently processing a frame to preview it in the viewer. If I immediatly do File > New project, it will make After Effects crash with the following error : "Crash in progress. i_context.unique check failed".

 

 

Does anyone have an idea of how to fix this ?

 

Thanks a lot

This topic has been closed for replies.

1 reply

James Whiffin
Legend
November 27, 2023

Hi Alex

 

Whilst debugging in visual studio, does it let you know which line it crashes on?

 

Another thing to try would be to attempt to cause the same crash with MFR disabled, so you can know if it's a threading issue or not.