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.

Question [FATAL tini (6)] exec /game/ProjectName.exe failed: Permission denied.

Discussion in 'Game Server Hosting' started by NexaDataDeveloper, Sep 1, 2023.

  1. NexaDataDeveloper

    NexaDataDeveloper

    Joined:
    Dec 13, 2021
    Posts:
    2
    Hi all, I'm trying to test my dedicated server build and I'm following the approach of the documentation:
    1. I build with platform dedicated server
    2. I load the build and create a build configuration (-nographics -port $$port$$ -queryport $$query_port$$ -logFile $$log_dir$$/Engine.log) and select the exe to start.
    3. I create the fleet.
    Every time I try a testAllocation however I get the same error. The test remains pending for more than 20 minutes and in the server I get this error:
    [FATAL tini (6)] exec /game/ProjectName.exe failed: Permission denied.

    What am I doing wrong?

    Thanks for the support.
     
  2. ajdaniel_unity

    ajdaniel_unity

    Unity Technologies

    Joined:
    Jul 19, 2019
    Posts:
    21
    Can you try building a Linux based executable and using that instead?
     
  3. NexaDataDeveloper

    NexaDataDeveloper

    Joined:
    Dec 13, 2021
    Posts:
    2
    Works! Thanks a lot for your support. I thought the Windows build was already available.
     

    Attached Files: