-
Notifications
You must be signed in to change notification settings - Fork 75
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
[TF2][SRCDS][LINUX] replay_srv.so not working on fresh install server #6927
Comments
Hello @blockplace1232, Team Fortress 2's dedicated server is generally expected to be run with the Steam Linux Runtime or an equivalent set of libraries provided by the host system. Since you're using Arch, you'd need to use and check for those libraries using Arch's package manager's tool (pacman), not Debian's (apt) or Red Hat's (yum). I'd guess the package manager command you're looking for is something like |
Since the dedicated server is asking for ncurses .so.5, |
thanks ill try that just none of the guides said use anything other than that |
Update: I tried it and was only able to install mailutils as the rest of the packages didn't exsist. Unfortunately the server refuses to start with the same error |
Still borked :( |
send output of |
BlocksLaptop% ldd /home/block/Servers/tf/bin/replay_srv.so |
Side note I have 2 servers so its in tf/bin |
Note for some reason it couldn't find libcurl gnutls when thats already installed the others print out errors trying to install them (the missing packages) |
copy |
Can I please get some help
Team Fortress 2 servers refuse to start.
I am running this on a local machine.
Here is the debug log:
`WARNING: No map specified! Server may not heartbeat.
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:33:51 minidumps folder is set to /tmp/dumps
01/03 18:33:51 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28065)
/home/block/Servers/tf/srcds_run: line 324: 28065 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:33:51 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:34:05 minidumps folder is set to /tmp/dumps
01/03 18:34:05 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28115)
/home/block/Servers/tf/srcds_run: line 324: 28115 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:34:06 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:34:20 minidumps folder is set to /tmp/dumps
01/03 18:34:20 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28149)
/home/block/Servers/tf/srcds_run: line 324: 28149 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:34:20 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:34:34 minidumps folder is set to /tmp/dumps
01/03 18:34:34 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28239)
/home/block/Servers/tf/srcds_run: line 324: 28239 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:34:35 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:34:48 minidumps folder is set to /tmp/dumps
01/03 18:34:48 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28300)
/home/block/Servers/tf/srcds_run: line 324: 28300 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:34:49 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:35:03 minidumps folder is set to /tmp/dumps
01/03 18:35:03 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28438)
/home/block/Servers/tf/srcds_run: line 324: 28438 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:35:04 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:35:18 minidumps folder is set to /tmp/dumps
01/03 18:35:18 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28480)
/home/block/Servers/tf/srcds_run: line 324: 28480 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:35:18 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:35:32 minidumps folder is set to /tmp/dumps
01/03 18:35:32 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28562)
/home/block/Servers/tf/srcds_run: line 324: 28562 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:35:33 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:35:47 minidumps folder is set to /tmp/dumps
01/03 18:35:47 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28612)
/home/block/Servers/tf/srcds_run: line 324: 28612 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:35:47 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:36:01 minidumps folder is set to /tmp/dumps
01/03 18:36:01 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28656)
/home/block/Servers/tf/srcds_run: line 324: 28656 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:36:02 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:36:15 minidumps folder is set to /tmp/dumps
01/03 18:36:15 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28702)
/home/block/Servers/tf/srcds_run: line 324: 28702 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:36:16 GMT 2025: Server restart in 10 seconds
WARNING: Failed to load 32-bit libtinfo.so.5 or libncurses.so.5.
Please install (lib32tinfo5 / ncurses-libs.i686 / equivalent) to enable readline.
Using shader api: shaderapiempty_srv.so
Using Breakpad minidump system. Version: 9433646 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
FATAL ERROR: Could not load: replay_srv.so
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
01/03 18:36:30 minidumps folder is set to /tmp/dumps
01/03 18:36:30 Init: Installing breakpad exception handler for appid(232250)/version(9433646)/tid(28742)
/home/block/Servers/tf/srcds_run: line 324: 28742 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the /home/block/Servers/tf/srcds_run command line to generate a debug.log to help with solving this problem
Fri 3 Jan 18:36:31 GMT 2025: Server restart in 10 seconds
^CFri 3 Jan 18:36:32 GMT 2025: Server Quit
/bin/sh failed with error: signal: interrupt
BlocksLaptop% sudo apt install mailutils lib32gcc1 libstdc++6 libstdc++6:i386 libcurl4-gnutls-dev:i386
[sudo] password for block:
Error: Unable to locate package mailutils
Error: Unable to locate package lib32gcc1
Error: Unable to locate package libstdc++6
Error: Unable to locate package libstdc++6:i386
Error: Unable to locate package libcurl4-gnutls-dev:i386
BlocksLaptop% yum install libcurl.i686
ln -s /usr/lib/libcurl.so.4 /usr/lib/libcurl-gnutls.so.4
zsh: command not found: yum
ln: failed to create symbolic link '/usr/lib/libcurl-gnutls.so.4': Permission denied
BlocksLaptop% sudo pacman -S yum
error: target not found: yum
BlocksLaptop% yay -S yum
yay: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory
BlocksLaptop% aptitude
zsh: command not found: aptitude
BlocksLaptop% sudo apt install mailutils
Error: Unable to locate package mailutils
BlocksLaptop% sudo apt upgrade
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
BlocksLaptop% sudo apt update
All packages are up to date.
BlocksLaptop% sudo apt upgrade
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
BlocksLaptop% sudo apt-get install libcurl3-gnutls:i386
Reading package lists... Done
Building dependency tree... Done
E: Unable to locate package libcurl3-gnutls:i386`
Throught this is multiple failed attempts to fix the issue.
I just gave up after a while.
Computer Information:
Manufacturer: HP
Model: 87FE
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
CPU Family: 0x6
CPU Model: 0x8c
CPU Stepping: 0x1
CPU Type: 0x0
Speed: 4200 MHz
8 logical processors
4 physical processors
Hyper-threading: Supported
FCMOV: Supported
SSE2: Supported
SSE3: Supported
SSSE3: Supported
SSE4a: Unsupported
SSE41: Supported
SSE42: Supported
AES: Supported
AVX: Supported
AVX2: Supported
AVX512F: Supported
AVX512PF: Unsupported
AVX512ER: Unsupported
AVX512CD: Supported
AVX512VNNI: Supported
SHA: Supported
CMPXCHG16B: Supported
LAHF/SAHF: Supported
PrefetchW: Unsupported
BMI1: Supported
BMI2: Supported
F16C: Supported
FMA: Supported
Operating System Version:
"Arch Linux" (64 bit)
Kernel Name: Linux
Kernel Version: 6.12.7-arch1-1
X Server Vendor: The X.Org Foundation
X Server Release: 12401004
X Window Manager: KWin
Steam Runtime Version: steam-runtime_0.20241024.105847
Client Information:
Version: 1733265492
Browser GPU Acceleration Status: Enabled
Browser Canvas: Enabled
Browser Canvas out-of-process rasterization: Enabled
Browser Direct Rendering Display Compositor: Disabled
Browser Compositing: Enabled
Browser Multiple Raster Threads: Enabled
Browser OpenGL: Enabled
Browser Rasterization: Enabled
Browser Raw Draw: Disabled
Browser Skia Graphite: Disabled
Browser Video Decode: Enabled
Browser Video Encode: Disabled
Browser Vulkan: Disabled
Browser WebGL: Enabled
Browser WebGL2: Enabled
Browser WebGPU: Disabled
Browser WebNN: Disabled
Video Card:
Driver: Intel Mesa Intel(R) Iris(R) Xe Graphics (TGL GT2)
Driver Version: 4.6 (Compatibility Profile) Mesa 24.3.2-arch1.1
Desktop Color Depth: 24 bits per pixel
Monitor Refresh Rate: 59 Hz
VendorID: 0x8086
DeviceID: 0x9a49
Number of Monitors: 2
Number of Logical Video Cards: 1
Primary Display Resolution: 1440 x 900
Desktop Resolution: 3360 x 1080
Primary Display Size: 16.14" x 10.12" (19.02" diag), 41.0cm x 25.7cm (48.3cm diag)
Primary VRAM Not Detected
Sound card:
Audio device: Realtek ALC236
RAM: 7584 Mb
Miscellaneous:
UI Language: English
LANG: en_GB.UTF-8
Total Hard Disk Space Available: 231110 MB
Largest Free Hard Disk Block: 31403 MB
Storage:
Number of SSDs: 1
SSD sizes: 256G
The text was updated successfully, but these errors were encountered: