Illustrator (Desktop) Bugs
When reporting a bug, please provide a detailed description with the following:
- Details of your operating system
- The version of Adobe Illustrator (desktop)
- The steps you were taking when you experienced the issues
- Your expected result and the actual result
- Upload your Illustrator file or a video (screen recording or gif, this helps us most to reproduce the issue and resolve it)
78 results found
-
folderAlias.resolve() is broken
can't resolve folder alias in mac os
Environment
macOS 10.13.6
Illustrator CC ver 24.0.1try:
var folderName="untitled folder"
var folderAliasName="untitled folder alias"
var folderAlias=new Folder(Folder.desktop+"/"+folderAliasName)//calling resolve on alias returns file
var resolvedFolder=Folder(folderAlias.resolve())//no..
alert(resolvedFolder.getFiles)//undefined
//test actual folder
alert(Folder(folderName).getFiles)//function...
//seems it points to file
alert(resolvedFolder.constructor)//File (?!)
//just to check
alert(folderAlias.constructor)//Folder1 vote -
Bug: Newlines become Carriage Returns on Mac
On Mac this outputs a file with "test1^Mtest2^M"
f = new File([path]);
f.open("a");
f.writeln("test1");
f.writeln("test2");
f.close();it uses carriage returns which means things like tail -f [path] won't work. Workaround is to use the "BINARY" file encoding
1 vote -
25.1 Type Library is invalid
Can not create Illustrator.Application.
The CLSID value stored in the Windows registry and ScriptingSupport.aip is different.
It seems that you need to create an Application object with a new CLSID, but the 25.0 version ID is stored in the registry.
1 vote -
Applescript commands error on Ai v25.1.
Applescript: Execute Menu Command & select all on active artboard (the only ones I documented) Fail on Ai v25.1 (MacOS Catalina).
Seems certain AS commands have broke with the newest update.
Multiple AS errors occurred on two Macs, both were fixed by downgrading to v25.01.
Thanks.
1 vote -
VBScript Internal Script Execution Error in version 25.1
Running VBScripts from File > Other Scripts is not currently functional in the latest update- however the very same scripts work fine if the scripts are opened manually (and worked as expected from 'Other Scripts' in the previous version).
Please fix!
1 voteI am happy to share that we have fixed this bug in our latest release – 25.2 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
You can update to the latest release using Creative Cloud desktop App: https://helpx.adobe.com/in/creative-cloud/help/creative-cloud-updates.html
Thank you for all the feedback. Keep it coming!
-
Applescript justification text bug
"set the alignment of text of text frame 1 of layer 1 of document 1 to center" doesn't work anymore. Adobe Illustrator 24.3
1 vote -
Script Running Actions Skips Alignment
Version 24.2.1
When using a script to initiate an action, the action is skipping the alignment to artboard steps.
This worked perfect in earlier versions
1 vote -
alert() function is slicing the last word in the output window.
Somehow the last word of an alert message to Illustrator keeps getting sliced. Notice in my attached example how the last word of my alert string "messages." gets cut off.
1 vote -
Scripting: move selection to layer doesn't work if layer is not visible
When moving selected elements to a layer, if that layer's visibility is set to false, it reports that it cannot move elements to a locked layer. However, it's not locked, it's just not visible. I do this all the time by physically dragging to a layer that is not currently visible. I was able to work around it by setting visibility to true, moving the elements, then making it false again, but it seems like a bug.
1 vote -
`let` declarations not supported in .jsx files
Running this script:
let foo = "Foo";
const bar = "Bar";
alert(foo + bar);produces the following error:
Error 25: Expected: ;.
Line: 1
-> let foo = "Foo";However, replacing
let
withconst
works fine. According to this page (https://helpx.adobe.com/after-effects/using/legacy-and-extend-script-engine.html), ES6 language features are ostensibly supported, but onlyvar
andconst
bindings seem to work.1 vote -
textFonts not refreshed after add/remove fonts. textFonts.getByName(fontName) doesn't throw error if font is not installed on user system.
textFonts not refreshed after add/remove fonts. textFonts.getByName(fontName) doesn't throw error if font is not installed on user system.
Code:
for (var i = 0; i < usedFonts.length; i++) {
try {
var textFont= app.textFonts.getByName(usedFonts[i]);
} catch (error) {
missingFonts.push(usedFonts[i]);
}
}1 vote -
ActiveX component can't create object: 'Illustrator.Application'
We recently upgraded to CC 2019. version 23.0.6.
Vbscripts are now unable to execute. They fail on:
Set appRef = CreateObject('Illustrator.Application')
with the error: ActiveX component can't create object: 'Illustrator.Application'
This functionality is important to our workflow.
1 vote -
Javascript textFonts.getByName() throws Illustrator error 1430996551
Trying to use Javascript textFonts.getByName() throws Illustrator error 1430996551. Stopped working on some machines out of the blue, without any Illustrator update. Still works on at least one mac in the studio (same Illustrator version as on other computers).
1 vote -
Properties of Placed Illustrator file
I have a illustrator design file, I could able to place the file in another Illustrator design document, but when I read the properties of the placed object the "name" value shows empty.
Consider this as a bug and fix in future release
1 vote -
kAIXMLNameChangedNotifier behaviour change
The following code worked perfectly in 2015, 2015.1, 2017 but in 2018 it broke.
My notifier is created like so :
error = sAINotifier->AddNotifier(fPluginRef, kCinewarePluginName, kAIXMLNameChangedNotifier, &fUIDChangeNotifier);It is correctly triggered on the renaming of an art element. This then calls the following code :
ASErr ArtSelectionRenamedNotifier(AINotifierMessage message)
{
ASErr error = kNoErr;
fprintf(stderr,"ArtSelectionRenamedNotifier\n");
//First get the AiArtHandle
AIPluginGroupMessage myMessage = (AIPluginGroupMessage*)message;
fprintf(stderr,"ArtSelectionRenamedNotifier msg type[%s]\n",message->type);
//The relabelled art
AIArtHandle relabelledArt = myMessage->preEditArt;
fprintf(stderr,"ArtSelectionRenamedNotifier msg preEditArt[%p] is valid Art?[%s]\n",relabelledArt,sAIArt->ValidArt(relabelledArt, true)?"YES":"NO");
//Verify it has a UID
ai::UnicodeString relabelledArtUUID;
//The artUIDName will be empty if not yet made
if (relabelledArt)
{
error =…1 vote -
Illustrator quits unexpectedly when my script run for long
When I open Illustrator in my MacOS Sierra 10.12.5 and run my script, after 10-20 min Illustrator quits unexpectedly and this log shows up.
Process: Adobe Illustrator [668]
Path: /Applications/Adobe Illustrator CC 2018/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
Identifier: com.adobe.illustrator
Version: 22.0.1 (22.0.1)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Adobe Illustrator [668]
User ID: 501Date/Time: 2018-03-22 11:55:00.252 +0400
OS Version: Mac OS X 10.12.5 (16F2073)
Report Version: 12
Anonymous UUID: 275016EB-9652-BDEE-B228-38BD1F63F6C7Time Awake Since Boot: 5800 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXCCRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC…1 vote -
update link to illustrator 2017 sdk on https://www.adobe.com/devnet/illustrator/sdk.html
The move from https://www.adobe.com/devnet/illustrator/sdk.html
to https://console.adobe.io/downloads/ai left behind a broken link to the 2017 sdk.
Easiest thing to do would be to update the 2017 sdk link on the old devnet page.1 voteWe are moving away from devnet to the Adobe io site. Moving forward that will the place to get all of Adobe SDK.
We also have an early access program for our plugin partners. You may join our prerelease site you will get SDK builds way before we release it on public facing pages.
Here is the link to join Illustrator prerelease http://adobe.ly/1Q3rCPI -
Applescript convert to paths deletes image used as transparency mask
Since Illustrator 21.1.0 (okay before) there is an problem with Applescript command "convert to paths (every text frame of current document)"
If the text has an image as a transparency mask the script will delete the image. This does not happen if I do this manually within Illustrator. The problem still exists with the latest version of Illustrator.
1 vote
- Don't see your idea?