Skip to main content
Inspiring
May 3, 2016
Answered

СС2015 - Modal dialog is waiting for response.

  • May 3, 2016
  • 2 replies
  • 3989 views

Hi All,

I've this script error on CC AE 2015 while it runs flawlessly on AE 2014.

Just a simple script that reads the blend mode, and it executed after AEGP_IsScriptingAvailable called.

Any ideas what may cause this one?

This topic has been closed for replies.
Correct answer kotuk81

Hi Zac,

Sorry for long response, was in vacation.

The issue is like that:

I run AE scripts and everything is fine up to the point when I open a QT

modal dialog. At this point something in AE changes and I can't run scripts

any more (got the error I presented in the last message).

Any ideas how QT dialog can influence AE?


Sorry, the issue was on my side.

The actual reason for this issue was starting the rendering queue while it was empty.

2 replies

November 16, 2017

I have same ploblem.

kotuk81Author
Inspiring
November 16, 2017

I skip the rendering in case the Render Queue is empty.

Inspiring
May 4, 2016

Hi Yuri,

On which selector is the script being called?  Is this during a UI event?

Zac

kotuk81Author
Inspiring
May 5, 2016

Hi Zac,

I believe so. It called during the IdleHook function.

The strange part is that the same script called before (during different instance of IdleHook and worked without any issues)

Inspiring
May 6, 2016

Hi Yuri,

Does this happen every time?

Can you confirm that you’re only getting information in the script, not setting anything?