TF2 server won't boot
I just installed tf2 on my dedicate box
I use ubuntu 16.04.2 LTS
all package updated

My csgo server run fine and minecraft also
just trying to run a tf2 server and it an error , i tryed to do a second fresh install and same problem

console
steam@server:~/steam/tf2$ ./srcds_run -debug
WARNING: No map specified! Server may not heartbeat.
Auto detecting CPU
Using default binary: ./srcds_linux
Enabling debug mode
Server will auto-restart if there is a crash.
Using Breakpad minidump system. Version: 4016097 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
Loaded 7673 VPK file hashes from /home/steam/steam/tf2/tf/tf2_textures.vpk for pure server operation.
Loaded 7673 VPK file hashes from /home/steam/steam/tf2/tf/tf2_textures.vpk for pure server operation.
Loaded 465 VPK file hashes from /home/steam/steam/tf2/tf/tf2_sound_vo_english.vpk for pure server operation.
Loaded 465 VPK file hashes from /home/steam/steam/tf2/tf/tf2_sound_vo_english.vpk for pure server operation.
Loaded 1095 VPK file hashes from /home/steam/steam/tf2/tf/tf2_sound_misc.vpk for pure server operation.
Loaded 1095 VPK file hashes from /home/steam/steam/tf2/tf/tf2_sound_misc.vpk for pure server operation.
Loaded 1829 VPK file hashes from /home/steam/steam/tf2/tf/tf2_misc.vpk for pure server operation.
Loaded 1829 VPK file hashes from /home/steam/steam/tf2/tf/tf2_misc.vpk for pure server operation.
Loaded 1829 VPK file hashes from /home/steam/steam/tf2/tf/tf2_misc.vpk for pure server operation.
Loaded 1217 VPK file hashes from /home/steam/steam/tf2/hl2/hl2_textures.vpk for pure server operation.
Loaded 574 VPK file hashes from /home/steam/steam/tf2/hl2/hl2_sound_vo_english.vpk for pure server operation.
Loaded 383 VPK file hashes from /home/steam/steam/tf2/hl2/hl2_sound_misc.vpk for pure server operation.
Loaded 449 VPK file hashes from /home/steam/steam/tf2/hl2/hl2_misc.vpk for pure server operation.
Loaded 449 VPK file hashes from /home/steam/steam/tf2/hl2/hl2_misc.vpk for pure server operation.
Loaded 5 VPK file hashes from /home/steam/steam/tf2/platform/platform_misc.vpk for pure server operation.
Loaded 5 VPK file hashes from /home/steam/steam/tf2/platform/platform_misc.vpk for pure server operation.
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
Could not load: replay_srv.so

Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
./srcds_run: line 324: 2314 Segmentation fault (core dumped) $HL_CMD
BFD: Warning: /home/steam/steam/tf2/core is truncated: expected core file size >= 193236992, found: 1024000.
Cannot access memory at address 0xef30a908
Cannot access memory at address 0xef30a904
Failed to read a valid object file image from memory.
Cannot access memory at address 0xef30a908
Cannot access memory at address 0xef30a904
debug.cmds:5: Error in sourced command file:
No function contains program counter for selected frame.
email debug.log to linux@valvesoftware.com
Sat Jul 1 23:25:39 EDT 2017: Server restart in 10 seconds
Sat Jul 1 23:25:42 EDT 2017: Server Quit

debug.log
CRASH: Sat Jul 1 23:25:39 EDT 2017
Start Line: ./srcds_linux -debug -game tf
[New LWP 2314]
[New LWP 2318]
[New LWP 2315]
[New LWP 2322]
[New LWP 2321]
[New LWP 2316]
[New LWP 2320]
[New LWP 2319]
[New LWP 2317]
Core was generated by `./srcds_linux -debug -game tf'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0xedbf3ac1 in ?? ()
[Current thread is 1 (LWP 2314)]
#0 0xedbf3ac1 in ?? ()
Backtrace stopped: Cannot access memory at address 0xff38d240
No symbol table info available.
eax 0x0 0
ecx 0xad866e2 181954274
edx 0x73 115
ebx 0xff38d25c -13053348
esp 0xff38d240 0xff38d240
ebp 0xff38d668 0xff38d668
esi 0x1 1
edi 0x0 0
eip 0xedbf3ac1 0xedbf3ac1
eflags 0x210246 [ PF ZF IF RF ID ]
cs 0x23 35
ss 0x2b 43
ds 0x2b 43
es 0x2b 43
fs 0x0 0
gs 0x63 99
No shared libraries loaded at this time.
End of Source crash report
----------------------------------------------

ldd server_i486.so
linux-gate.so.1 => (0xe2ca4000)
libtier0_srv.so => not found
libvstdlib_srv.so => not found
libsteam_api.so => not found
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xe142a000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xe1425000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xe12ae000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xe1291000)
/lib/ld-linux.so.2 (0xe2ca5000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xe10da000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xe10bd000)

Also i rebooted the dedicate and launch after that the server and still crash
I looked over hours on internet and still not be able to fix it
thanks for your help

< >
Viser 1-8 af 8 kommentarer
TheSweeTiger Chun 2. juli 2017 kl. 12:40 
finally found it

need to install a 32 bits library who is missing

For ubuntu user i tryed and it work

sudo apt-get install libcurl3-gnutls:i386
mlevesque95 10. nov. 2017 kl. 8:30 
Thanks! My server used to work for me but broke out of the blue. Installing that fixed mine also!
:steamhappy:
Sidst redigeret af mlevesque95; 10. nov. 2017 kl. 8:31
SS 26. nov. 2017 kl. 2:39 
a
yuusi 29. dec. 2017 kl. 11:39 
'
Teleputer 17. juli 2018 kl. 1:02 
Thanks you so much =)
kgr 18. jan. 2019 kl. 3:49 
nice
climatro 10. juni 2019 kl. 17:34 
nice
Tedder 26. nov. 2019 kl. 18:47 
This fixed my problem too. Why was this so hard to find?
< >
Viser 1-8 af 8 kommentarer
Per side: 1530 50