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)
69 results found
-
Running an Action from script
Hello,
In Illustrator CC latest update, my following script does not work:
1- Select a couple paths (in script) (all of them close paths in different groups)
2- execute my action which offset paths with certain amountThe problem is in this new version after the action dis-select all of them except one, but before this version it worked and keep all of my selection paths still as selected ( by path I mean the new offset paths, but for all of them)
It really made trouble for my script in the company, because some computer still does not have…
72 votesI am happy to share that we have fixed this bug in our latest release – 26.0.0 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!
-
AIPaintStyleSuite not found
Trying to update a plugin to use the Illustrator 2020 SDK on Mac. Previously using the 2017 SDK. The SPBasicSuite AcquireSuite function fails to find the AIPaintStyleSuite when building with the 2020 SDK.
4 votes -
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 -
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 -
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 -
`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 -
Applescript "open without dialogs" no longer works
I have an Applescript that has the statement
open (thePDFName as alias) without dialogs
In Adobe Illustrator 2019, it works. In Adobe Illustrator 2020, it gives me an "unable to open file" error. When I comment out "without dialogs", it opens the file, but then naturally pops open a dialog (not helpful when you are opening dozens of files!)
MacOS 10.13.6, not sure what other information would be needed.
2 votesThis issue is reproducible with HFS paths.
Workaround: Use the POSIX path for opening files
Example:
set myFilePath to POSIX path of theAIFile
open file myFilePath without dialogs -
Fix Adobe Illustrator CC 2019 Type Library Reference - VB scripts return error
Illustrator CC 2019 Type Library is broken when attempting to Reference from Visual Studio.
VB.Net or C# projects attempt to add the reference from: C:\Program Files\Adobe\Adobe Illustrator CC 2019\Plug-ins\Extensions\Scripting Support.aip, and give the attached error.
My idea, is for Adobe to fix it!
Older versions work fine.
37 votesWe have the fix available in the latest release. Please update Illustrator using Adobe Creative Cloud application to the latest build for version Illustrator CC 23.0.2
Please refer to our knowledge base FAQ – https://illustrator.uservoice.com/knowledgebase/articles/1844590 if you face difficulty in update.
Or get in touch with us at any of the other support channels – https://helpx.adobe.com/support.htmlWarm Regards,
Ashutosh Chaturvedi | Sr. Quality Engineering Manager – Illustrator
Adobe. Make It an Experience. -
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 -
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 -
scriptui
Hello.
On windows 7 and 10 (reproduced on my machine and a colleagues), when OS text scaling is higher than 100%, the dropdownLists in scriptUI don't work correctly.
See attached, the horizontal and vertical scaling of the dropdown is smaller than the text it's meant to display, leading to options not being shown.
It looks like the UI is being scaled after the dimensions are calculated, and the dropdown is just not updated at all (vertically or horizontally).
This is a bit of an issue because our design team recently got high DPI monitors and they're having to disable UI…
2 votes -
ExtendscriptToolkit is 32bit-only, OSX Catalina is 64bit-only
I use a script I wrote for an important business function. For the last couple OSX upgrades, it has been warning me that ExtendscriptToolkit is not compatible with future versions of the OS. Specifically, OSX Catalina, which has been seeded to developers, will only support 64bit applications, and ExtendscriptToolkit is a 32bit application. Is that going to be addressed before the OS is released?
3 votes -
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 -
extension do not work
Illustrator 23.0.2 does not show extensions content even Adobe sample extensions like UI.
I do not have any problem with other CC apps like Photoshop. Photoshop loads a shows the same UI extension.
2 votes -
Illustrator CC 2018 - CEP 8 HTML Extension Resize Issue
We are experiencing resizing issue in the latest CEP version. Our extension allows user to resize extension's window, however whenever any navigation occur, window size resets. Problem exists in Illustrator CC 2018 (22.0.1), everything is working fine in previous version (CC 2017).
We already tried different geometry settings and extension UI types, but problem persists and seems to be related to engine itself.We successfully reproduced this issue with official git hub sample extension. Steps to reproduce:
1. Open sample extension with debug mode enabled
2. Resize window
3. Change window location in console to any other page
4. After…11 votesWe have the fix available in the latest release. Please update Illustrator using Adobe Creative Cloud application to the latest build for version Illustrator CC 23.0.
Please refer to our knowledge base FAQ – https://illustrator.uservoice.com/knowledgebase/articles/1844590 if you face difficulty in update.
Or get in touch with us at any of the other support channels – https://helpx.adobe.com/support.htmlWarm Regards,
Ashutosh Chaturvedi | Sr. Quality Engineering Manager – Illustrator
Adobe. Make It an Experience. -
Actions based on Scripts not saving after restart?
From: https://forums.adobe.com/thread/2191151
I located another thread from December where the consensus seems to be that this is a long standing and known bug with Illustrator.
Permanently saving scripts in Action Set doesn't work / Scripts werden nicht dauerhaft in den Aktionseinstellungen gespeichert.I have spent a good deal of time working with people here on the Adobe forums to develop a script to automate a very large function of my job, and now that it is completed it should be ready to pass on to members of my team so they can utilize it as well. The problem is that…
13 votesCompleted (Comments Open) ·AdminIllustrator Engineering (Software Engineer, Adobe Illustrator) responded
I am happy to share that we have fixed this bug in our latest release – 26.4.1 which is available worldwide now.
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!
Regards,
Rohit Jain
Illustrator Team
-
Flaws in AI CC Actions
Hi,
I'm recording Actions to in Illustrator CC 2018 ( 22.1) and I've found a few things lacking:
1) When I group objects, and name the group, while recording an action the name does not get recorded.
The group just bears the name "group".
2) If you choose "Expand" while recording an action and choose from the available options (Fill, Stroke, etc), you are asked to make that choice again when the action runs- not much of an Action! .
Aside from the above I find the lack of Conditional Action, as per Photoshop, features disappointing.
Are there any fixes…
2 votes -
Playing scripts via action with no open documents
Running scripts via an action only appears to work if there is at least one open document.
Steps:
1. Create a simple script (such as app.documents.add)
2. Save to Illustrator scripts folder.
3. Record to action via 'Insert Menu Item'
4. Make sure no documents are open
5. Play action. Illustrator displays the message 'The object <ScriptName> is not currently available.'If you run the script via File > Scripts, it runs normally. I don't think this should be expected behaviour; if the menu command runs the script, the action should too, regardless of whether or not there is an…
7 votes -
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 -
IllustratorSaveOptions in C# .NET is not working anymore as expected
For more than a decade the following Illustrator script has been applied via C# .NET in combination with all existing Illustrator versions (sourcecode):
typelib.IllustratorSaveOptions saveOptions = new typelib.IllustratorSaveOptions();
saveOptions.Compatibility = typelib.AiCompatibility.aiIllustrator8;
saveOptions.FlattenOutput = typelib.AiOutputFlattening.aiPreserveAppearance;
DestDoc.SaveAs(sPath, saveOptions);All over the internet we see a lot of people using the same code above (applying the exact same idea) also in other programming languages.
Following test has been done with Illustrator versions CS, CS2, CS3, CS5, CS6, etc. on the latest Windows 10 operating system and VS2012: draw 2 intersecting rectangles: above yellow, the other red. A transparency Difference has been set on…
3 votes
- Don't see your idea?