Search Unity

Bug Unity2018.2.2f1 - Failed setting thread niceness (priority) to 0 due to EACCES (errno 13)

Discussion in 'Linux' started by mosaic_school, Aug 13, 2018.

  1. mosaic_school

    mosaic_school

    Joined:
    Dec 12, 2012
    Posts:
    74
    It's only a warning in the editor log but it keeps coming up so probably something worth looking into:

    Failed setting thread niceness (priority) to 0 due to EACCES (errno 13) violation. Lowering niceness (raising priority) requires CAP_SYS_NICE or superuser.

    I installed Unity in my home folder ( ~/Unity2018.2.2f1 ) and run it without super user permissions.
     
  2. Tbond

    Tbond

    Joined:
    Oct 7, 2017
    Posts:
    2
    The same happens.
    Unity 2018.2.6f1
    Installation is (via Unity Hub): /opt/Unity
    Debian Buster
     
  3. hunabku94

    hunabku94

    Joined:
    Jun 12, 2017
    Posts:
    50
    this occurs since 2018 linux versions
     
  4. Ankean

    Ankean

    Joined:
    Mar 20, 2020
    Posts:
    7
    Still a problem in March 2020. How do I fix?
     
  5. Ankean

    Ankean

    Joined:
    Mar 20, 2020
    Posts:
    7
    Can Ubuntu even do C# scripts?
     
  6. Deleted User

    Deleted User

    Guest

    ?

    It's not Ubuntu, or Windows, or Mac, that "do" C# scripts. Install Unity and then install VS Code and you'll be able to use C# scripts.

    I personally use MonoDevelop but it's really a matter of preferences; I don't like VS Code.
     
  7. Ankean

    Ankean

    Joined:
    Mar 20, 2020
    Posts:
    7
    Cool. C# I understand to be a M$ product, so I wasn't sure. Turns out it's unrelated to my specific issues. I'll keep Mono and VS in mind for when I "do" need to run C# scripts.