An Illustrator error occurred: 1346458189 ('PARM')
I get this error too often on an irregular basis.
Do something.
At the very least, please return the correct cause of the error as to what caused the error.
createOutline (),
Move () for each object
Etc., this error of the title is occurring too much during loop processing with for or while.
I've come to hate Illustrator anymore.
Please give the correct information to this error.
I want to deal with it.
This error has been the same since at least Illustrator CC 2014.
I thought that the frequency of errors occurred in Illustrator CC 2017 was considerably lower, but after updating to Illustrator 2021, the probability of this error increasing again has increased.
-
Ace commented
I am not seeing the button to upvote this 'PARM' error which has occurred when I was writing a script and I had many things wrong and fixed many things and eventually forgot about 'PARM' error for a while. I also noticed the error to be more intermittent than logical. There is little documentation which we have cope with for now. I am wondering if in my example JavaScript Extension for Illustrator do we need to be doing anything like unallocating variable memory or something? Maybe the solution is once a script is working and you have all the typos and bugs out of it, possibly reboot after doing your development work (after all the script crashing is over with). Then on a clean boot with working scripts see if there is still an intermittent problem and then maybe my general abstract ideas of what is going wrong is correct and maybe a non-issue so long as we don't keep trying to run a script that frequently crashes.
-
Mark Nicoll commented
Yep, also loads of MRAP errors for no obvious reason in ExtendScript in 2023
-
Raymond commented
Same issue trying to run 'tell application "Adobe Illustrator" to execute menu command menu command string "Live PSAdapter_plugin_GblR"'
"An Illustrator error occurred: 1346458189 ('MRAP')" every time it's run.
"Live PSAdapter_plugin_RdlB" works fine. Seems to be random commands.
-
Anonymous commented
Happens with ExtendScript as well.
-
Tim Baldwin commented
Adobe Illustrator CC2017
AppleMac 10.10.5
Applescript 2.7
When running Applescript that interact with Illustrator CC2017 I get this error at random intervals and the applescript does not run.
I then restart Illustrator then the script will work fine about 3-4 times running the same script. Then I get the error again.
Restart Illustrator (rinse and repeat).
This is quite severe here as we rely heavy on applescripts.
All worked fine on previous CC2015
I have attached an example of one of the applescripts we run that has experienced this error, but it is happening to ALL of our scripts.