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

Command interceptor causes InDesign CS5 debug to crash during app close

Guest
Sep 08, 2012 Sep 08, 2012

Hi All,

I have command interceptor implemented in my plugin. During closing of InDesign CS5 debug application, I get the following assert and then the application crashes:

Assert1: Re-instantiating ICommandProcessor after it's been shutdown

Assert2: About to use nil interface ptr! Queried IID was IID_ICURSORMGR, on Boss Unknown Adobe Prefix + 0 (0x0)

What could be the reason for the above asserts?

TOPICS
SDK
737
Translate
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
Community Expert ,
Sep 14, 2012 Sep 14, 2012
LATEST

Try to narrow down the cause of the crash, Try removing the command interceptor to see if the problem is resolved. If the crash is indeed because of the command interceptor code, then try commenting out its code to see exactly which line is causing the crash.

Also posting some code here will help us to better diagnose the problem and point you in the right direction.

Manan Joshi

- Efficient InDesign Solutions

- MetaDesign Solutions

http://metadesignsolutions.com/services/indesign-development.php

Translate
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