Skip to main content
Participating Frequently
November 16, 2020
Question

InDesign 2020 crash when text frame recompose

  • November 16, 2020
  • 1 reply
  • 246 views

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. 

This topic has been closed for replies.

1 reply

Known Participant
September 9, 2021

Hi,

 

InDesign 2020 recompose function is buggy.

We skipped this version.

 

Try it with InDesign 2021.

 

Best Regards

Karoly