Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Bug Install failed in MacOS Catalina : undefinedInitializing storage directory

Discussion in 'Unity Accelerator' started by CloudAktsk, Jun 23, 2021.

  1. CloudAktsk

    CloudAktsk

    Joined:
    Dec 17, 2019
    Posts:
    4
    I can't install Unity Accelerator by dmg file.

    It will show error as below:

    Code (CSharp):
    1. Fetching logs...
    2. Beginning installation.
    3. Usage statistics are disabled.
    4. Removing any previous MacOS accelerator service.
    5. Output from "/bin/launchctl unload /Users/mikotomacmini3/Library/LaunchAgents/com.unity3d.accelerator.plist": "/Users/mikotomacmini3/Library/LaunchAgents/com.unity3d.accelerator.plist: No such file or directory\n"
    6. Error: undefinedInitializing storage directory at: /Users/mikotomacmini3/Library/Unity/accelerator
    7. Enabling ADBV2 caching.
    8. Setting up dashboard account for login "mikoto".
    9. Creating MacOS service.
    10. Unable to create service setting file at: /Users/mikotomacmini3/Library/LaunchAgents/com.unity3d.accelerator.plist error: open /Users/mikotomacmini3/Library/LaunchAgents/com.unity3d.accelerator.plist: no such file or directory
    11. Error: createService error: invalid argument
    upload_2021-6-23_15-47-11.png
     
  2. gregoryh_unity

    gregoryh_unity

    Unity Technologies

    Joined:
    Oct 1, 2018
    Posts:
    50
    Are there any permissions problems with /Users/mikotomacmini3/Library/LaunchAgents? Hmm, actually, "no such file or directory" is probably not permissions. Maybe attempt to `mkdir /Users/mikotomacmini3/Library/LaunchAgents` and then run the installer? I'm just trying to guess why it may have failed and perhaps the installer expects that directory to already exist.
     
  3. CloudAktsk

    CloudAktsk

    Joined:
    Dec 17, 2019
    Posts:
    4
    Yes...the installer could work normally after
    mkdir ~/Library/LaunchAgents
    .
    I also found similar issue in this post. Looks like this bug has existed for five months.
     
    OwlBoy- likes this.
  4. OwlBoy-

    OwlBoy-

    Joined:
    Dec 11, 2015
    Posts:
    24
    This bug has existed for multiple years now.