Copy link to clipboard
Copied
Hi,
I was combing through the Library files of my Mac to fully dis install a few apps I had previously downloaded. I found a file called com.adobe.dunamis in the Application Support file.
Does anyone know what the file is? I assume it's something to do with the broader creative cloud manager but I am not sure.
Thanks!
We are sorry for the trouble. I checked with the product team, and as per them, it is expected behaviour if the file does not exceed 100MB and the whole folder does not exceed 1GB.
For further concerns, I would recommend you to Upvote this UserVoice and add your comments there.
However, if you don't see the expected behaviour as I mentioned above, then please share the screenshot of the size of the folders and upload them to Creative Cloud/ DropBox/ Google Drive or
...Copy link to clipboard
Copied
So a month later, is your Adobe installs still doing fine? No repeat of the Millions of folders issue?
We need to update our versions due to vulnerabilities, and wondering if it will bring back the Millions of Folders attack.
Copy link to clipboard
Copied
All still good. Just confirmed there are a total of 24 folder across the 5 directories (one GUID based directory for each application that use what I assume is a com object by this name).
I will also note that this has survied updates to Illustrator and AfterEffects since (and maybe others as well).
Copy link to clipboard
Copied
I also noticed FWIW, the reason I did not have this issue on my laptop is that it did not have this User group, probably becuase it is running "Home" vs. "Pro for Workstations".
Copy link to clipboard
Copied
Anyone know what the fastest way is to delete all this stuff? I'm at 28,800,000 folders and it's crashing all my backup software.
robocopy empty_dir v1 /mir /r:0 /w:0 /e starts, but it takes several hours to get rid of even 100,000 files.
Copy link to clipboard
Copied
Hi @Nick Ha @K. Flory @itsmarkk @morganm92087138,
We are sorry for the trouble caused by this issue. This issue has been fixed in v26.1. Also, recently we released v26.2.1. Please update Illustrator if not done already and let us know how it goes.
If you are still facing this issue on v26.2.1 as well, I will request you to share a few details:
A small video recording of logs getting generated would be really helpful.
I will be looking forward to your responses.
Regards,
Anshul Saini
Copy link to clipboard
Copied
@Anshul_Saini, here's something interesting in the log files in %temp%\Adobe\com.adobe.dunamis named dunamis-*.log:
2022-08-22T06:27:06.202770Z: t=6644: error: fs: Deleting C:\Users\kkm\AppData\Roaming\com.adobe.dunamis\aad48341-26c0-47e0-b842-ed371541ac18\v1\0\anon_events recursively failed with error: boost::filesystem::remove: The process cannot access the file because it is being used by another process: "C:\Users\kkm\AppData\Roaming\com.adobe.dunamis\aad48341-26c0-47e0-b842-ed371541ac18\v1\0\anon_events\manifest" (dunamis::Filesystem::removeAll.filesystem.cpp.101)
2022-08-22T06:27:06.219190Z: t=6644: error: fs: Deleting C:\Users\kkm\AppData\Roaming\com.adobe.dunamis\aad48341-26c0-47e0-b842-ed371541ac18\v1\0\anon_invalid_events recursively failed with error: boost::filesystem::remove: The process cannot access the file because it is being used by another process: "C:\Users\kkm\AppData\Roaming\com.adobe.dunamis\aad48341-26c0-47e0-b842-ed371541ac18\v1\0\anon_invalid_events\manifest" (dunamis::Filesystem::removeAll.filesystem.cpp.101)
2022-08-22T06:27:06.235870Z: t=6644: error: fs: Deleting C:\Users\kkm\AppData\Roaming\com.adobe.dunamis\aad48341-26c0-47e0-b842-ed371541ac18\v1\0\auth_events recursively failed with error: boost::filesystem::remove: The process cannot access the file because it is being used by another process: "C:\Users\kkm\AppData\Roaming\com.adobe.dunamis\aad48341-26c0-47e0-b842-ed371541ac18\v1\0\auth_events\manifest" (dunamis::Filesystem::removeAll.filesystem.cpp.101)
2022-08-22T06:27:06.251233Z: t=6644: error: fs: Deleting C:\Users\kkm\AppData\Roaming\com.adobe.dunamis\aad48341-26c0-47e0-b842-ed371541ac18\v1\0\auth_invalid_events recursively failed with error: boost::filesystem::remove: The process cannot access the file because it is being used by another process: "C:\Users\kkm\AppData\Roaming\com.adobe.dunamis\aad48341-26c0-47e0-b842-ed371541ac18\v1\0\auth_invalid_events\manifest" (dunamis::Filesystem::removeAll.filesystem.cpp.101)
I hear the official response "this directory grows large by design," but I don't buy it, sorry. Every time the error is logged, the UUID-named directory remains undeleted forever.
We're sorry for the trouble caused by this finding.
Hi @Nick Ha @K. Flory @itsmarkk @morganm92087138,
We are sorry for the trouble caused by this issue. This issue has been fixed in v26.1. Also, recently we released v26.2.1. Please update Illustrator if not done already and let us know how it goes.
If you are still facing this issue on v26.2.1 as well, I will request you to share a few details:
A small video recording of logs getting generated would be really helpful.
- Operating system and its build no.
- Share the generated logs files. You may compress the logs in a zip file and upload it to Google Drive, Onedrive, or any similar service and share the download link here.
I will be looking forward to your responses.
Regards,
Anshul Saini
By @Anshul_Saini
Copy link to clipboard
Copied
Why is this flagged as the "right answer" when you didn't answer the question "What is dunamis?" All you did was give work arounds when it misbehaves but you didn't explain why it is "correct behavior". Every hour my computer backs up 50-100 MB of changes to this 'dunamis' folder but you can't tell us why it is wasting our disk space? If it were logs it should be in the /private/var logs location, not under ~/Library/Application Support.
I'm still waiting for an answer to the question of what 'dunamis' is.
Copy link to clipboard
Copied
Technically, del /q/s/f *.* > NUL should the fastest. It needs to enumerate all files before deleting them, because any program may only delete a file by its name. Another option is rmdir /s /q com.adobe.dunamis from one level above. It will delete the com.adobe.dunamis directory itself, but I'm sure the darn thing will create it in no time. But there is no way to avoid enumerating files.
Currently, I have a task in Task Scheduler to clean the folder every 30 minutes at most, or as soon as the computer is idle. Open Task Scheduler, right-click the list of tasks, select "Create New Task...". A multi-tab dialog appears.
5. Settings: everything good by default. Make sure "Don't start a new instance" is selected at the bottom.
Click OK and start the task from its right click menu (otherwise it will start only on the next logon). Status should be Running. Manual start does not wait for idle, it should begin cleanup immediately. Hit F5 to refresh task view, to make sure it hasn't failed. It will be either Running, or Ready and completed with status 0: depending of how much crap has accumulated, this run can last for a while. Check that it in fact emptied the directory.
On regular repeated runs, if 10 minutes (after unsuccessfully waiting 20 minutes for computer idle) is not enough to clean stuff, it will miss the next 30 minute start mark, but that's fine, you don't want it to keep your disk busy for too long too often.
I'm going to try a couple other things:
Copy link to clipboard
Copied
UPDATE: As I suspected, if Photoshop is unable to create the file in that directory, it hangs on start. So the access denial does not work, and an attempt to mount a limited size volume at this directory will probably crash or freeze it if the volume overflows. The scheduled task deleting the files every 30 minutes is the only sensible remedy before this is really fixed.
Copy link to clipboard
Copied
FWIW: I had this folder and I do not have Illustrator. I don't know how many empty folders there were, but there were over 33 million when I went to sleep while changing the permissions to Full Control. The Adobe applications on this Windows 10 system are as follows: Connect, Creative Cloud, Genuine Service, Lightroom, Lightroom Classic, Photoshop 2022.
Copy link to clipboard
Copied
We have now also encountered the issue on Windows 10 and Illustrator 26.3.1 and Business Support has told us:
"This bug was already addressed in version 26.0.1 and fixed in pre-release 26.0.2 (Official Release 26.0.3)."
But we still observe at Illustrator startup that new folders with data are created. 😞
Copy link to clipboard
Copied
We are sorry for the trouble. I checked with the product team, and as per them, it is expected behaviour if the file does not exceed 100MB and the whole folder does not exceed 1GB.
For further concerns, I would recommend you to Upvote this UserVoice and add your comments there.
However, if you don't see the expected behaviour as I mentioned above, then please share the screenshot of the size of the folders and upload them to Creative Cloud/ DropBox/ Google Drive or any other similar service. I will share it with the product team for further investigation.
I will be looking forward to your response.
Thanks & Regards,
Anshul Saini
Copy link to clipboard
Copied
We have discussed the issue with Business Support.
(Bug reference: ECOINT-6363. The original bug for Illustrator is linked to it, AI-4263218.)
We are now hoping for a speedy fix from the devs.
That such a folder is in appdata/roaming instead of local is another point that is a nogo in the business environment.
Copy link to clipboard
Copied
We have received a response from support: Bug AI-4263218 should be fixed with Illustrator 27.1.1.
Copy link to clipboard
Copied
I'm getting this crap from Photoshop. I strongly suspect the data in the directory is simple telemetry, what features are used and how do they perform, and is gathered from all CC programs. And they can't get their act together for a year.
Copy link to clipboard
Copied
Why would this folder be in the roaming profile. It is a nightmare for those who use "true" roaming profiles that are cached to the server. Especially if it is logging information, it should be in the local profile. You should know the difference and the proper use of each!!
Copy link to clipboard
Copied