Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server didn't start caused by Thread failed to initialize #94

Open
Hator21 opened this issue Apr 24, 2023 · 0 comments
Open

Server didn't start caused by Thread failed to initialize #94

Hator21 opened this issue Apr 24, 2023 · 0 comments

Comments

@Hator21
Copy link

Hator21 commented Apr 24, 2023

Hi,
ich habe versucht den Server wie in der Readme über docker-compse zu starte allerdings bekomme ich beim hochfahren folgenden Fehler:

Starting ark_server ... done
Attaching to ark_server
ark_server | Starting periodic command scheduler: cron.
ark_server | _______________________________________
ark_server |
ark_server | # Ark Server - Mon Apr 24 06:40:07 UTC 2023
ark_server | # IMAGE_VERSION: '1681794104'
ark_server | # RUNNING AS USER 'steam' - '1000'
ark_server | # ARGS:
ark_server | _______________________________________
ark_server | Setting up folder and file structure...
ark_server | No game files found. Installing...
ark_server | Running command 'install' for instance 'main'
ark_server | Installing ARK serverExecuting /home/steam/steamcmd/steamcmd.sh +@NoPromptForPassword 1 +force_install_dir /app/server +login anonymous +app_update 376030 validate +quit
ark_server | Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
ark_server | Looks like steam didn't shutdown cleanly, scheduling immediate update check
ark_server | src/tier0/threadtools.cpp (4139) : Probably deadlock or failure waiting for thread to initialize.
ark_server | [  0%] Checking for available updates...
ark_server | Thread failed to initialize
ark_server | src/tier0/threadtools.cpp (4139) : Probably deadlock or failure waiting for thread to initialize.
ark_server | Thread failed to initialize

docker-compose.yml

version: '3'

services:
  server:
    restart: always
    container_name: ark_server
    image: hermsi/ark-server:latest
    volumes:
      - /home/arkServer/ark-server:/app
      - /home/arkServer/ark-server-backups:/home/steam/ARK-Backups
    environment:
      - SESSION_NAME=test
      - SERVER_MAP=TheIsland
      - SERVER_PASSWORD=xxxxxx
      - ADMIN_PASSWORD=xxxxxx
      - MAX_PLAYERS=20
      - UPDATE_ON_START=true
      - BACKUP_ON_STOP=true
      - PRE_UPDATE_BACKUP=true
      - WARN_ON_STOP=true
    ports:
      # Port for connections from ARK game client
      - "7777:7777/udp"
      # Raw UDP socket port (always Game client port +1)
      - "7778:7778/udp"
      # RCON management port
      - "27020:27020/tcp"
      # Steam's server-list port
      - "27015:27015/udp"
    networks:
      - default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant