Why do I see PARM error in Illustrator?« Back to Questions List

Illustrator has a KNOWN BUG (since CS2...) with scripting where it will produce a ”PARM” error – once this happens, you MUST quit and restart Illustrator. This bug is known to happen RANDOMLY and WITHOUT CAUSE: https://www.google.ca/search?q=illustrator%20parm%20error.

Full Details

Illustrator recommends you execute a max of 500 actions before closing and restarting Illustrator. The issue with this is that a single export can easily use 500+ actions to complete. We are looking into ways to solve this issue.

Added October 15, 2015 4:04 am

This question has been resolved, view the correct answer now!

Correct Answer

Technical

The PARM error is not limited to Illustrator. What Tech has found is that sometimes (for unknown reasons) the CEP DOM will go out of sync and miss-reference elements. Tech found that on some occasions when using code to:

(a) open/close new documents frequently
(b) access many properties of elements

The DOM in some cases will miss-reference element properties. The reason why Illustrator in particular needs to close and re-open is because of the way the CEP JavaScript DOM works with Illustrator specifically.

The Adobe CEP JavaScript DOM

Each DOM in Photoshop, Illustrator and InDesign are very different in its core nature. Although the framework elements are similar, there are key differences in each which causes Illustrator to crash on PARM.

Environment States

Photoshop is non-persistent, and naturally will kill-recreate the DOM on load.
InDesign is sub-persistent, and will create-reload the DOM, unless the Extension is reloaded via the menu to kill-recreate the DOM and re-load.
Illustrator is persistent, and will create-reload the DOM only.

CEP Error Capture

Photoshop and InDesign on error, will stop the execution of the current code and send the error object to the responder.
Illustrator on error, will stop the execution of the current code and throw the error in the DOM.

Why does this Matter?

This is why Illustrator crashes, it is a persistent system and it throws a core error. This causes the DOM to ”crash” and without a kill-recreate, its impossible to re-load the DOM without restarting Illustrator.

Answer by admin
Answered On May 4, 2016 3:07 pm #
Looking for another answer? View other questions in Error Illustrator Bug or get premium support for guaranteed results.
65.4K views
1 answer
Last Answered 8 years ago by admin

Categories

Recent Answers

asked by admin
asked by anup-sarkar
asked by originalife07
asked by yudhis
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.