Error when generating screensaver on macOS Sequoia

Built a screensaver, got this error:

Error saving Icon file. Err=104 IOException
Elapsed time = 2.4 seconds
Some warnings were encountered during the build. 

Error: Error saving Icon file. Err=104 IOException

The build failed due to an error

Please advise!

I changed the permissions to the path: /Users/Shared/iScreensavers/Projects/Installers/Mac/ to 777 and it still doesn’t work.

I also tried with 775 and same issue.

Sorry you are having issues. This error usually means something is blocking the file writing operation, and can come down to a few common problems:

  • Permissions
  • File Synchronization tools
  • Antivirus

As a test, can you try building to the default location (which would be ~/Documents/iScreensaver projects)? I have a feeling that trying to build to another user’s folder (or to the Shared users folder) may be trouble.

If you can’t build inside your own user’s folder, then it’s probably antivirus.

Hi, I appreciate you trying to help! =)

I have done extensive testing, on this matter. I can reproduce this error as far back as Ventura.

  • Permissions - I tried setting my path to 777 and 775, neither works.

  • File Synchronization tools - I have tested this path on both /Users/Shared and /opt/folder/iscreensaver and we get the same error.

  • Antivirus - I checked with our security team and we don’t monitor those paths above. I also asked if they could exclude iScreensaver and they are already excluding it.

Reading online, I saw that a lot of screensaver applications have been having problems with macOS Sonoma and macOS Sequoia, and most are picking their files from /Users/Shared

Is there a way I can tell iScreensaver to load save to a different path? or do I have to move the whole project out of the way?

Please try this:

  • from the File menu, choose “Download Sample Project”. This will load a project into the default location ~/Documents/iScreensaver Projects
  • once the project opens, try to build it. This will build in the default location: ~/Documents/iScreensaver Projects/SpaceDemo/Installers/Mac

If that doesn’t work then something is quite unusual about your OS configuration.

Got the same error as above.

Error saving Icon file. Err=104 IOException
Elapsed time = 8.6 seconds
Some warnings were encountered during the build. 

Error: Error saving Icon file. Err=104 IOException

The build failed due to an error0

I tried this on a brand new system out of the box, Macbook Pro with 14.6.1 and got the same error. I replicated on systems as far as Big Sur. On a system with Catalina it worked. I feel there is something on your end because those are the results I have on my end.

First, we notice that you posted a very similar thread earlier back in February: When generating screen saver, getting error Error saving Icon file. Err=104 IOException

Did you ever solve that issue? You mention using CrowdStrike in that thread, and in this thread you say

This is most likely the problem still.

Please note: iScreensaver always builds to a temporary folder, and it sounds like your security team is blocking that build location.

For the solution, see here: