Copy link to clipboard
Copied
when ever i made some shape and fill color in it and try to move it show me the error
The operation cannot be complete beacuse of an unknown error. [STEX]
It happens every time from when i installed latest version of illustrator (v 23.0.1)
Copy link to clipboard
Copied
I also get this error whenever I try to use the new gradient tool in either points or lines mode. Just updated Illustrator to latest version 5min ago.
Copy link to clipboard
Copied
Yeah i also get this error in the same condition
Copy link to clipboard
Copied
Hi all,
Sorry about the delay. I am hopeful that the issue was fixed. If not, I would request if you can share a few more details like:
Feel free to let us know if you still need assistance.
Regards,
Srishti
Copy link to clipboard
Copied
Still having this problem on Macbook Pro 15 inch Mid-2015
⢠Mac OS Mojave 10.14.2
⢠Saved on System Hard Drive (not external, not server or shared)
⢠Illustrator version 23.0.1
Copy link to clipboard
Copied
This just started for me today and I updated awhile ago. I am running Windows 10 and saving on an external hard drive.
Copy link to clipboard
Copied
Hi,
Sorry about this issue. I would request both of you please share the reproducible steps or a small video of the issue. This will help us investigate this issue and find out the root cause of it.
Kate, I would request if you can try saving on Desktop (system drive) and let us know if that helps or not.
Regards,
Srishti
Copy link to clipboard
Copied
I click on the object. I go to change the color of one point on the new freeform gradient tool. It lets me select it. I click on the new color I want it to be, and Illustrator gives me the warning that it can't do it because of an unknown error [STEX] and then Illustrator crashes and closes. It also does this when I try to MOVE a color point on the new gradient tool.
It does NOT matter where I save it to.
I created a new document and made a square to color it with the new tool just to test. It didn't do it. So it's something to do with the specific doc I'm working with....
I'm three days behind on a job. I'm pulling my hair out.
Copy link to clipboard
Copied
Closed the test file, opened it again, and changed the color. Still no problem...just the file I actually NEED TO GET DONE ASAP. Help!
Copy link to clipboard
Copied
Hi Kate,
Will it be possible for you to share the file? If yes, please upload it to Creative Cloud/ Google Drive/ Dropbox and share the direct download link.
Regards,
Srishti
Copy link to clipboard
Copied
I messaged you with the link.
Copy link to clipboard
Copied
Thanks for sharing the file. We are looking into it.
Regards,
Srishti
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hi,
Is this issue resolved? I am having the same problems
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hey all,
I had this error too, I just copy and pasted my file onto a new document and it worked fine.
Copy link to clipboard
Copied
Had this Error today and I lost 2 days of work. I thought I had saved between changes, but I see that nothing was saved since I first opened the file. After the error, I could not save the file in .AI or any other format, or as a new file. I was able to save as an .svg but cannot open the .svg in Illustrator and when I view the svg in a browser it looks odd.. This just sucked the soul out of me. I have a Windows 10 computer, I keep all software up to date. The file was saved on my computer's HDD.
Copy link to clipboard
Copied
Hi there,
Sorry to hear about your experience. I'd recommend following the troubleshooting steps suggested on this community post & let us know if they help.
Let us know how it goes.
Regards,
Ashutosh
Copy link to clipboard
Copied
Well, it's 2022 and I'm having this issue. It's only on the files where I have multiple gradient tools going on. I've reset preferences, checked for updates, and I'm on a new Mac with the latest OS. I need this to work. It's what I'm paying for.
Copy link to clipboard
Copied
We are sorry for the trouble. Would you mind checking if expanding or expanding the object's appearance helps?
Also, is this happening while moving a freeform gradient applied object? Does its color shift after moving it to another location? Would it be possible for you to share the file with us?
We are here to help. We just need more info.
Thanks & Regards,
Anshul Saini
Copy link to clipboard
Copied
Muy buenas noches, tengo una posible solución a un problema similar que me pasó. Tenia un archivo en formato SVG el cuÔl edité, luego de la edición no pude abrirlo. Logré recuperarlo.
Si alguien interasado le comparto el enlace
Si tienen alguna duda pueden escribirme .
Copy link to clipboard
Copied
Es Ćŗtil publicar su respuesta en el mismo idioma que la persona que hizo la pregunta.
Copy link to clipboard
Copied
This comes up when someone searches for an answer to this problem in Google. I figured this out myself and thought I would share what worked for me. Using a text editor, I opened up one of the SVGs that Illustrator couldn't open and noticed that the opening tag was missing some parameters. Line 1 of my SVG looked like this:
<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 32 32">
Once I added the following parameters to the opening tag, Illustrator was then able to open the SVG file:
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" xml:space="preserve">
Important: Note that you don't just want to copy-and-paste this line - you will want to make sure the viewBox dimensions match. Hopefully this helps!