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

InDesign 2020 crash when text frame recompose

Community Beginner ,
Nov 16, 2020 Nov 16, 2020

Copy link to clipboard

Copied

Hi,
I'm working with InDesign plugin development by C++ SDK. We have recomposed the text frame after auto-sizing by process command.

Ex:

InterfacePtr<ICommand> myCmd(myTextUtils->CreateRecomposeThruNthParcelCmd(theParcelList,
kInvalidParcelIndex/*recompose all*/));

ErrorCode theErrCode = CmdUtils::ProcessCommand(myCmd);

 

At that time InDesign 2020 got crashed with the "Access Violation Reading Location" exception. We build those ID2020 and ID2019 supported plugins by the same codebase. But when we process the recompose command with InDesign 2019 it isn't crash. Here I have attached a screenshot of the call stack. 

Crash.PNG

TOPICS
SDK

Views

191

Translate

Translate

Report

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
Explorer ,
Sep 09, 2021 Sep 09, 2021

Copy link to clipboard

Copied

LATEST

Hi,

 

InDesign 2020 recompose function is buggy.

We skipped this version.

 

Try it with InDesign 2021.

 

Best Regards

Karoly

Votes

Translate

Translate

Report

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