24.3 causes my extension to crash illustrator
Hi,
I've noticed that my extension Khronos Maker have started to crash Illustrator after updating to 24.3. I'm not sure what's causing it and hope to get some help to identify where the problem is.
In terms of code, what's causing the crash is the sequence of following:
myDocument.textFrames.add();
myLayer.position = [coordinates.x, coordinates.y];
myLayer.contents = graphic;
app.undo()
//and then running the code above again after the undo causes a crash
myDocument.textFrames.add();
myLayer.position = [coordinates.x, coordinates.y];
myLayer.contents = graphic;
This is strange since hitting cntrl + Z (windows) instead of the script, no crash. And in version 24.2.3 everything works fine. Any ideas? Did something change scripting CEP for 24.3?
I've attached the crash report I get (is user guid safe to share? I left it out just in case)
-
Mike Lundahl commented
Is this forum active? I rarely see any activity besides people posting their problems? Is it possible to get in touch with someone? Having commercial plugins all of a sudden start to crash after an update is quite serious and would love to get some help solving what's causing it. Can't find any information in what's causing this. An introduced bug in illustrator? Or is it something on my end? (even though I'm following the documents).