mschnitzer / ark-survival-ascended-linux-container-image

A docker/podman container that is able to run an ARK: Survival Ascended on a Linux host.
70 stars 13 forks source link

Can't start server #74

Closed Niwo04 closed 2 weeks ago

Niwo04 commented 2 weeks ago

Hello, I have a fresh installation of Ubuntu 22.04.4 and I used following commands:

apt-get update apt-get install -y docker docker-compose systemctl start docker systemctl enable docker mkdir asa-server cd asa-server wget https://raw.githubusercontent.com/mschnitzer/ark-survival-ascended-linux-container-image/main/docker-compose.yml docker-compose up -d

and then it shows: exec /usr/bin/start_server: exec format error

Starting the ARK: Survival Ascended dedicated server... will not show up

What do I need to do to make the server running?

Niwo04 commented 2 weeks ago

I guess the problem was, that I tried runing it on an ARM server. The problem does not happen when on an Intel CPU