Illustrator (Desktop) Beta Bugs
208 results found
-
When I edit a PDF Illustrator Showing Lags & Bugs
Please Give Me and Updated link of this software.
Fix all bugs and improve performance.1 vote -
Inconsistent Anti-Aliasing When Combining Shapes with Outline in Adobe Illustrator
Description: There is a noticeable inconsistency in anti-aliasing when combining shapes with an outline in Adobe Illustrator.
Left Image (With Outline): Shapes with an outline are rasterized with a visible anti-aliasing effect.
Right Image (Combined Shape): After combining the shapes, the anti-aliasing effect appears smoother and more refined.
From my understanding, both images should exhibit similar anti-aliasing behavior when rasterized, as they are essentially the same shapes. However, the anti-aliasing in the first image (with outlines) is harsher compared to the combined result on the right.Expected Behavior: Both shapes should be rasterized with the same level of anti-aliasing, regardless…
2 votes -
Broken help link
Link from Illustrator manual to multiple art board video is broken.
https://www.adobe.com/404.html?gourl=lrvid5202_ai_en1 vote -
Beta AI exports pictures as skewed and grayscale, with visible parallel lines
When exporting JPG design Ai ruins the end-file. It is in grayscale and skewed as if would have been printed on bad printer.
3 votesThis is reported to be fixed in the latest Beta 28.7.0.65
Please check if it works for you and comment back.
-
Save as... SVG = Distortion Export as... SVG = No Distortion (Illustrator 29.0.1)
I have read a few other posts regarding SVG distortion when saving an illustrator file (.ai). When I choose, Save as... I get distorted objects when reopening the file. It varies from points, but typically will add an extra point in various locations of the path. Also, as a test, I tried to save the original and undistorted illustrator file (.ai) through the Export as... option and the file saved perfectly with no distortion. A simple workaround, however, the bug needs to be fixed.
1 vote -
Inside / Outside aligned strokes don’t trim sharp corners properly
The fact Inside / Outside aligned strokes are in fact dynamically generated compound shapes is a well obscured mystery, and it poses a ton of problems for experienced users.
However, this problem is blatantly obvious for all of us.
1. Make a path with a sharp angle, set sharp corners
2. Try to align stroke to Inside / Outside (open paths currently support this only in Beta)
3. Just look at the results.What are these protrusions?
Why don’t they get auto-trimmed?
Why expanding them gives a zero-width disjointed sliver and two unconnected shapes?7 votesThe team has encountered several issues with this feature. It requires them to change the basic algorithms and it is going to take them more time than anticipated.
While it still works in Beta 28.8.0.7, the next Beta build will have Inside/Outside aligned strokes for open paths disabled. The Beta is scheduled to be live on 7th of August.
Once this is ready to be enabled back, the team will update the status.
-
Illustrator hangs when copying and pasting text in CJK fonts
If I copy and attempt to paste any Japanese language text in Illustrator, the app hangs for an extended period (1 minute or so), and then finally pastes the text rendering it nearly unusable. Do not have the same issue for English text.
1 vote -
4 votes
-
PNG missing from Export As in beta 28.5
The PNG filetype is missing from the Export As file browser menu in AI Beta version 28.5.
12 votesPNG as an option is back in Beta 28.5.0.75, in both Export As and Export Assets’ Format Settings. Please check and comment back if it is resolved at your side.
-
Crash When Adjusting Neon Glow Effect
Debug Assert failed!
{
expression: "it == sStillConstructing.end()"
hash: "6413392b-dedb-9805-7a7b-b2cf0000004b"
message: "RefCountedObjectWithWeakPtr used prior to first SharedPtr"
sourceFile: "....\utility\src\SharedRefPtr.cpp"
sourceFunction: "dvacore::utility::RefCountedObjectWithWeakPtr::AssertIsNotBeingConstructed"
sourceLine: "150"
threadID: "14712"
threadName: "main"
timestamp: "2025-01-30T09:31:58.0Z"
type: "class dvacore::utility::RefCountedObjectWithWeakPtr * __ptr64"
}-------------- StackTrace --------------
dvacore::utility::RefCountedObjectWithWeakPtr::Lock ( @ 0) (dvacore.dll+0x00000000002A3F95)
dvaui::ui::UINodeTimerData::UINodeTimerData ( @ 0) (dvaui.dll+0x000000000065147F)
dvaui::ui::OSNodeManager::OSNodeManager ( @ 0) (dvaui.dll+0x00000000006E86D3)
dvaui::ui::OSNodeManager::CreateInstance ( @ 0) (dvaui.dll+0x00000000006E9DB3)
dvaui::ui::UINodeTimerManager::CreateTimer ( @ 0) (dvaui.dll+0x0000000000651D06)
dvaui::ui::UINode::UIInstallTimer ( @ 0) (dvaui.dll+0x0000000000648422)
dvaui::ui::UINode::UIInstallTimer ( @ 0) (PaintStyle.aip+0x0000000000039258)
dvaui::ui::UINode::UIInstallTimer ( @ 0) (PaintStyle.aip+0x00000000000465C0)
dvaui::ui::UINode::UIInstallTimer ( @ 0) (PaintStyle.aip+0x0000000000067E6F)
PluginMain ( @…1 vote -
Star (triangle) rounded edges Bug in v 28.7
Every time I try to round the edges of a 3 points star (triangle) the notification bellow shows up on my Adobe Illustrator (Beta) 28.7 version and as a consequence I can't round it. By the way, I'm using it on Windows 10 Pro 64 bits and I had this same problem in diffente files.
"Debug Assert failed!
{
expression: "false"
hash: "1d994fd0-34d9-6b24-7dfc-05670000003a"
lastError: "1814"
message: "Finish not working"
sourceFile: "C:\J\ws\ilstmainbeta\PlugInDev\ShapeCoreUI\Source\LiveCornerWidget.cpp"
sourceFunction: "LiveCornerWidget::EndChange"
sourceLine: "460"
threadID: "12948"
threadName: "main"
timestamp: "2024-07-11T15:25:51.0Z"
}-------------- StackTrace --------------
dvaui::ui::UINode::UIDispatchCapturedMouseEvent ( @ 0) (ShapeCoreUI.aip+0x0000000000038717)
dvaui::controls::UIInteractiveControlView::FinishInteractiveChange ( @ 0) (dvaui.dll+0x00000000000E9207)…1 vote -
Issue with Selection Tool
Unable to work on the image/text scaling with the selection tool. Problem persisted even after restarting pc or app.
1 vote -
BUG: Scripting from C#, arm64, Windows 11
Unable to cast COM object of type 'System.__ComObject' to interface type 'Illustrator.Application'.
This operation failed because the QueryInterface call on the COM component for the interface with IID '{95CD20AA-AD72-11D3-B086-0010A4F5C335}' failed due to the following error:No such interface supported (0x80004002 (E_NOINTERFACE)).
The code
Illustrator.Application appInstance = (Illustrator.Application)Activator.CreateInstance(Type.GetTypeFromProgID("Illustrator.Application"));
Note: Code moved from Windows 10 Intel machine where it works fine.
Thanks for looking into this ... and for a great beta product!
1 vote -
I cannot scale objects on any file.
I cannot scale objects. I can only move them with selection tool.
1 voteYou have accidentally disabled the bounding box, most probably with the Ctrl+Shift+B hotkey.
You can toggle it back using the same keyboard shortcut, or with the View > Show Bounding Box command.
-
An action to open an existing document fails to run with a hotkey assigned if no documents are opened
An action to open a specific local document with F3 shortcut or any other F-key assigned fails to run it does not work when no files are open.
Runs fine when run with the Play Current Selection button, only the key is ignored. Also works if there is a new file or an existing document present.
This problem has been going on since AI 21.
4 votes -
Sudden stopping
My app keeps on stopping and I cannot get what the problem is and its really sickening. Advice accordingly
1 vote -
Effect dialogs from Photoshop Effects section in the Effects menu display as blank, with only buttons visible
The screen turns to a blocked out white, whenever I open the effect gallery. This problem only occurred in Illustrator Beta, and not PSD beta.
See screenshot for visual6 votes -
I can't turn on toolbar in AI beta 28 version, hotkeys don't work
Error description below
15 votesWhich version gives this error?
What is the locale are you using?
-
1 vote
-
Issue with Chinese Input Method in Adobe Illustrator
The issue manifests when I attempt to type Chinese characters after switching the input method. No characters appear, and it seems as though the input is not being recognized or rendered in the document. I have tried several input methods and checked for any updates or settings that might resolve the problem, but the issue persists.
1 vote
- Don't see your idea?