Startup Issue with Satisfactory - Access denied when starting Satisfactory

System Information

Field Value
Operating System Linux - Debian GNU/Linux 12 on x86_64
Product AMP ‘Decadeus’ v2.4.7.0 (Mainline)
Virtualization None
Application Satisfactory
Module GenericModule
Running in Container No
Current State Failed

Problem Description

Issue

Trying to start an existing Satisfactory server but get the following error:
[05:15:39] [Core Error] : PlatformException
[05:15:39] [Core Error] : [0] (PlatformException) : ApplicationName=‘/home/amp/.ampdata/instances/SatisfactoryServer01/satisfactory/1690800/Engine/Binaries/Linux/UnrealServer-Linux-Shipping’, CommandLine=‘FactoryGame -log -unattended -MultiHome=0.0.0.0 ?listen -Port=7777 -BeaconPort=15000 -ServerQueryPort=15777 ‘, CurrentDirectory=’/home/amp/.ampdata/instances/SatisfactoryServer01/satisfactory/1690800’, Native error= Access denied
[05:15:39] [Core Error] : at Diagnostics.Process.StartWithCreateProcess (Diagnostics.ProcessStartInfo startInfo)
at Diagnostics.Process.Start ()
at ModuleShared.AMPProcess.Start ()
at (wrapper remoting-invoke-with-check) ModuleShared.AMPProcess.Start()
at GenericModule.GenericApp.DoAppStartup (Boolean IsUpdating)
at GenericModule.GenericApp.Start ()

Reproduction Steps

  • Start Satisfactory Instance
  • Go to Status page
  • Click Start under Actions
  • Immediately get access denied error

Run ampinstmgr fixperms as root.

That appears to have fixed the folder permissions but still getting the same error message. Tried restarting the instance as well as AMP too.

Check that the executable file it’s trying to start is flagged as executable using chmod +x

Perfect! That fixed it up and it is working now. Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.