Jump to content

Feuerforst

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Feuerforst's Achievements

Noob

Noob (1/14)

1

Reputation

  1. You are a Hero ❤️ I updated the container and cleaned the Temp File and now its working perfectly.
  2. Hey @ich777 I'm using your https://github.com/ich777/docker-steamcmd-server/tree/lastoasis to set up a Last Oasis Server. And it worked for the Newest Version of the game. Now i tryed to run an older Version the classic S4 branch. I now that this is an Unraid Forum but i never heard about unraid before so im using Portainer.io on my Synology NAS and hope you can maybe help me to fix that error the Container keeps restarting and its not working. "/opt/scripts/start-server.sh: line 68: ./MistServer: No such file or directory" Seems to be the error. And i've tryed to fix it the last hours also with ChatGPT -.- when i connect via SSH to my Synology NAS and use ./MistServer.sh -log -force_steamclient_link -messaging -NoLiveServer -EnableCheats -backendapiurloverride="classic-backend.last-oasis.com" -identifier=LastOasis_Classic_Docker1 -port=5555 -CustomerKey=CORRECTKEY -ProviderKey=CORRECTKEY -slots=10 -QueryPort=27015 -OverrideConnectionAddress=MYEXTERNALIP the Server is running so it seems that the files are fine. Me and a Friend could also join the S4 Classic Server. Here are my Docker Compose Template: version: '3' services: lastoasis: image: ghcr.io/ich777/steamcmd:lastoasis environment: - GAME_ID=920720 -beta classic - IDENTIFIER=LastOasis_Classic_Docker1 - SRV_PASSWORD=Docker - SLOTS=10 - CUSTOMER_KEY=CORRECTKEY - PROVIDER_KEY=CORRECTKEY - GAME_PARAMS=-log -force_steamclient_link -messaging -NoLiveServer -EnableCheats -backendapiurloverride="classic-backend.last-oasis.com" -identifier=LastOasis_Classic_Docker1 -port=5555 -CustomerKey=CORRECTKEY-ProviderKey=CORRECTKEY -slots=10 -QueryPort=27015 - UID=99 - GID=100 - USERNAME= - PASSWRD= - BACKENDAPIURLOVERRIDE=backend.last-oasis.com cap_add: - sys_nice volumes: - /volume1/docker/Steamcmd:/serverdata/steamcmd - /volume1/docker/LastOasis-Server:/serverdata/serverfiles ports: - "5555:5555/udp" command: sh -c "/volume1/docker/LastOasis-Server/MistServer.sh" restart: unless-stopped stop_grace_period: 2m Logs: Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK Success! App '920720' already up to date. ---Prepare Server--- ---Server ready--- ---Start Server--- /opt/scripts/start-server.sh: line 68: ./MistServer: No such file or directory ---Ensuring UID: 99 matches user--- usermod: no changes ---Ensuring GID: 100 matches user--- usermod: no changes ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- ---Update SteamCMD--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' Logging directory: '/serverdata/Steam/logs' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation - version 1702079268 -- type 'quit' to exit -- Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory OK Session terminated, killing shell...kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] Connecting anonymously to Steam Public...
×
×
  • Create New...