Search Unity

2020.1.0ax - Failed to create GICache directory at the custom location:

Discussion in 'Linux' started by Deleted User, Feb 22, 2020.

  1. Deleted User

    Deleted User

    Guest

    I'm under Linux Mint 19.3 Xfce and I get this message when I load a project. I had created a special folder to use as the GI Cache. The full message is:

    Code (CSharp):
    1. Failed to create GICache directory at the custom location: /media/anne/Données/Anne/Unity GI Cache Linux, resetting to default. Please check if you have write permissions to the folder.
    The problem is that I created this folder when I was logged in my Linux session and it does have tull permissions. The media where the folder is installed is an internal hard drive that also has the same permissions.

    Screenshot_2020-02-22_09-18-15.jpg
     
    Last edited by a moderator: Feb 22, 2020
  2. unit_dev123

    unit_dev123

    Joined:
    Feb 10, 2020
    Posts:
    989
    bonjour monsieur, assurez-vous de définir des autorisations de fichier récursif

    par example sudo chmod

    avec -R flag
     
  3. unit_dev123

    unit_dev123

    Joined:
    Feb 10, 2020
    Posts:
    989
    aussi

    cd /Volumes/your-drive/

    sudo chown -R $(whoami)

    sudo chown -R MyUser .

    sudo chmod -R u+w .
     
  4. unit_dev123

    unit_dev123

    Joined:
    Feb 10, 2020
    Posts:
    989
    The folder in question is parent
     
    Last edited: Feb 22, 2020
  5. Deleted User

    Deleted User

    Guest

    Thank you for your input.

    The problem seems to be fixed. I moved the default GICache directory from its default place (/tmp) to the new location and this time I'm no longer getting the message, whether in 2019.3.2f1 or 2020.1.0a24. I suspect that the previous one was rejected because it was not named "GiCache" but "Unity GI Cache Linux".
     
  6. unit_dev123

    unit_dev123

    Joined:
    Feb 10, 2020
    Posts:
    989
    c'est tres estrange mais je suis content c'est resolve