• Server not starting, no output
    0 replies, posted
Hello, I want to set up a TTT server with docker, in the past my image/container worked and was in use for some time. I wanted to create the image that everyone can use it, but now the server just doesn't start and I can't resolve it right now. Steamcmd is downloaded gmod server downloaded and verified srcds_run -game garrysmod +maxplayers 12 +map gm_flatgrass -debug [yes its not TTT, but tried to minimize dependencies] 2 log entrys: [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. and nothing after this line [maybe server is crashing?] no server.cfg defined (so empty) I would really appreciate to get help! Thank you for reading this. Kabanda Details: Here is my log, don't know how to hide it here: docker[3] Hardware: 5+ CPUs free i7 4xxx RAM 6GB+ free (not even virtual used) Disk 1TB+ free on mount point Software: Ubuntu 16.04 / 18.04, 64bit Dependencies: dpkg --add-architecture i386: needed because 32bit libs wget tar gzip ca-certificates: tools Iam using lib32stdc++6: needed on 64bit ubuntu [1] Dependencies, tried with/without these in various combinations: lib32ncurses5 lib32z1: ia32-libs [1] lib32gcc1: ia32-libs[2] locales: needed for locale-gen, fixing Steam en_US.UTF-8 error lib32tinfo5: Iam sure I needed it for the last time, but don't know why gdb: for srcds -debug argument libtcmalloc-minimal4:i386: needed for gdb in the past Installation: ulimit -n 2048: [1] locale-gen en_US.UTF-8 wget -q -O - "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar -zxvf - [[1] with wget instead of curl] ./steamcmd.sh +login anonymous +force_install_dir "/home/steam/server/" +app_update 4020 validate +quit cd "/home/steam/server" ./steamcmd.sh -noasync +login anonymous +quit [check if steamcmd working] ./srcds_run -game garrysmod +maxplayers 12 +map gm_flatgrass -debug [yes thats not TTT but I tried [1]] Sources: [1]https://wiki.garrysmod.com/page/Linux_Dedicated_Server_Hosting [2]SteamCMD [3]GitHub
Sorry, you need to Log In to post a reply to this thread.