Skip to main content
Inspiring
October 6, 2022
Question

Indesign crash when duplicating or copying the frame after remove the plugin

  • October 6, 2022
  • 4 replies
  • 1131 views

I remove my plugin from indesign folder and open the Indesign document (I used plugin into the same document) and perform copy operation using "Command + C" then InDesign crash.

This topic has been closed for replies.

4 replies

Legend
October 24, 2022

From HidTxt.fr:

// Custom story thread (ITextStoryThread) and owned item (IOwnedItem) implementations are 
// not supported by missing plug-in workflows. If a document with hidden text is passed to a 
// user that does not have the HiddenText plug-in the application may become unstable and 
// document corruption may happen. Therefore we mark this plug-in's data as critical so the
// user will receive a string warning not to open documents with hidden text data when the
// plug-in is missing.

When you remove your critical plug-in required by a document, that should cause the "missing plug-in" dialogs rather than crash the application. Have you eventually modified the example project by removing these other objects, or the CriticalTags resources ?

Inspiring
November 3, 2022

Hi @Dirk Becker !
I didn't modified the sample projects.

Peter Spier
Community Expert
Community Expert
October 8, 2022

Export the documents that used the plugin to .idml to strip ouot the plugin information.

Willi Adelberger
Community Expert
Community Expert
October 7, 2022

What plugin in are you talking about?

What happens if you export the file as IDML and use that now? 

Maybe you should export to IDML before removing the plugin.

Inspiring
October 11, 2022

Thank You @Willi Adelberger, InDesign not crashing after exporting to IDML but my requirement is that I want to copy the data from the document(INDD file) without exporting INDD to IDML, and without crashing the InDesign.

Willi Adelberger
Community Expert
Community Expert
October 11, 2022

You have to contact the plugin developer as the underlaying problem is not InDesign but the plugin.

Community Expert
October 7, 2022

Does this happen with every document or some document that you created with the plugin? Trash InDesign preferences, it might help

-Manan

-Manan
Inspiring
October 7, 2022

This is not happen with every document, it happen with those document, In which I apply some fucntionality of the plugin on the same document

Community Expert
October 7, 2022

Then probably its your code that corrupted the document. Export the document to IDML and it should be fine. Look at your code on what you add to the document and how you handle missing plugin scenario

-Manan

-Manan