Skip to content

Commit 20290da

Browse files
committed
Colony Survival: run with Xvfb to work around server bug
1 parent e09b079 commit 20290da

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

colony-survival.kvp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Meta.MinAMPVersion=2.5.0.14
1414
Meta.SpecificDockerImage=cubecoders/ampbase:debian
1515
Meta.DockerRequired=False
1616
Meta.DockerBaseReadOnly=False
17-
Meta.ContainerPolicy=Supported
18-
Meta.ContainerPolicyReason=
17+
Meta.ContainerPolicy=RecommendedOnLinux
18+
Meta.ContainerPolicyReason=The server currently requires Xvfb to run on Linux, due to a bug. Using a container avoids the need for you to install this dependency on the host.
1919
Meta.ExtraSetupStepsURI=
2020
Meta.Prerequisites=[]
2121
Meta.ExtraContainerPackages=[]
2222
Meta.ConfigReleaseState=NotSpecified
2323
Meta.NoCommercialUsage=False
24-
Meta.ConfigVersion=2
24+
Meta.ConfigVersion=3
2525
Meta.ReleaseNotes=
2626
Meta.BreakingReleaseNotes=
2727
Meta.AppConfigId=8c56d7d3-fb12-48ee-b124-7814df6a9b34
@@ -32,9 +32,9 @@ App.RootDir=./colonysurvival/
3232
App.BaseDirectory=./colonysurvival/748090/
3333
App.SteamWorkshopDownloadLocation=
3434
App.ExecutableWin=748090\colonyserver.exe
35-
App.ExecutableLinux=748090/colonyserver.x86_64
35+
App.ExecutableLinux=/usr/bin/xvfb-run
3636
App.WorkingDir=748090
37-
App.LinuxCommandLineArgs=
37+
App.LinuxCommandLineArgs=-a ./colonyserver.x86_64
3838
App.WindowsCommandLineArgs=
3939
App.CommandLineArgs={{$PlatformArgs}} -batchmode -nographics +server.gameport {{$ServerPort}} +server.steamport {{$SteamPort}} +server.ip {{$ApplicationIPBinding}} {{$FormattedArgs}}
4040
App.UseLinuxIOREDIR=False

0 commit comments

Comments
 (0)