As the title says, I'm setting up a small server in Xubuntu 12.04. I've used srcds before to set up a TF2 server, but this one is giving me troubles.
This is what the terminal window says when I start it up:
Auto detecting CPU
Using default binary: ./srcds_linux
Enabling debug mode
Server will auto-restart if there is a crash.
Using breakpad minidump system
Using breakpad crash handler
Console initialized.
Segmentation fault (core dumped)
warning: Can't read pathname for load map: Input/output error.
warning: Could not load shared library symbols for s => %s (0x%0*Zx, 0x%0*Zx).
Do you need "set solib-search-path" or "set sysroot"?
debug.cmds:5: Error in sourced command file:
No function contains program counter for selected frame.
email debug.log to linux@valvesoftware.com
Wed Sep 19 18:37:18 EDT 2012: Server restart in 10 seconds
When I check the logs I get:
----------------------------------------------
CRASH: Sun Sep 16 19:42:49 EDT 2012
Start Line: ./srcds_linux -debug -game gesource +map ge_runway +maxplayers 16
[New LWP 3603]
[New LWP 3604]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./srcds_linux -debug -game gesource +map ge_runway +maxplayers 16'.
Program terminated with signal 11, Segmentation fault.
#0 0x00000000 in ?? ()
#0 0x00000000 in ?? ()
#1 0xf6c893bd in CModAppSystemGroup::Create() () from /home/tf2/tf2/server/orangebox/bin/engine.so
#2 0xf6ca306c in CAppSystemGroup::OnStartup() () from /home/tf2/tf2/server/orangebox/bin/engine.so
#3 0xf6ca34e9 in CAppSystemGroup::Run() () from /home/tf2/tf2/server/orangebox/bin/engine.so
#4 0xf6c88b9a in CDedicatedServerAPI::ModInit(ModInfo_t&) () from /home/tf2/tf2/server/orangebox/bin/engine.so
#5 0xf70322f6 in CDedicatedAppSystemGroup::Main() () from bin/dedicated.so
#6 0xf7035e08 in CAppSystemGroup::Run() () from bin/dedicated.so
#7 0xf7037adc in CSteamApplication::Main() () from bin/dedicated.so
#8 0xf7035e08 in CAppSystemGroup::Run() () from bin/dedicated.so
#9 0xf703275d in main () from bin/dedicated.so
#10 0xf7033c35 in DedicatedMain () from bin/dedicated.so
#11 0x080488ad in main ()
No symbol table info available.
eax 0xf6deeed4 -153162028
ecx 0x9873bfb 159857659
edx 0x0 0
ebx 0xf6d7c400 -153631744
esp 0xffb465bc 0xffb465bc
ebp 0xffb46638 0xffb46638
esi 0x0 0
edi 0xffb46718 -4954344
eip 0x0 0
eflags 0x10202 [ IF RF ]
cs 0x23 35
ss 0x2b 43
ds 0x2b 43
es 0x2b 43
fs 0x0 0
gs 0x63 99
From To Syms Read Shared Object Library
0xf77619e0 0xf77805c8 Yes (*) bin/libtier0.so
0xf76a1b10 0xf76cb0d4 Yes (*) bin/libvstdlib.so
0xf7663430 0xf767dc48 Yes (*) /lib32/libm.so.6
0xf765aa60 0xf765ba38 Yes (*) /lib32/libdl.so.2
0xf7643650 0xf764f9f8 Yes /lib32/libpthread.so.0
0xf74b2f10 0xf75e242c Yes (*) /lib32/libc.so.6
0xf77a8820 0xf77c104f Yes (*) /lib/ld-linux.so.2
0xf6fe4990 0xf706f0a8 Yes (*) bin/dedicated.so
0xf768c600 0xf7696f04 Yes (*) bin/libsteam_api.so
0xf6f5ea00 0xf6fa5ed4 Yes bin/libstdc++.so.6
0xf6f06e04 0xf6f16490 Yes bin/libgcc_s.so.1
0xf6ac04f0 0xf6d0a7f8 Yes (*) /home/tf2/tf2/server/orangebox/bin/engine.so
0xf660a310 0xf663432c Yes (*) /home/tf2/tf2/server/orangebox/bin/soundemittersystem.so
0xf64af340 0xf65af79c Yes (*) /home/tf2/tf2/server/orangebox/bin/materialsystem.so
0xf500e3e0 0xf50d0a18 Yes (*) /home/tf2/tf2/server/orangebox/bin/studiorender.so
0xf4e1cbc0 0xf4fa8108 Yes (*) /home/tf2/tf2/server/orangebox/bin/vphysics.so
0xf4d9f8b0 0xf4df5fa8 Yes (*) /home/tf2/tf2/server/orangebox/bin/datacache.so
0xf4d85b30 0xf4d9275c Yes (*) /home/tf2/tf2/server/orangebox/bin/shaderapiempty.so
(*): Shared library is missing debugging information.
End of Source crash report
I have a feeling it might be a library issue because I don't have a few files referenced in some of the other threads I've read (such as WebRequest.so). I've already installed the ia32_lib package to my server but it didn't seem to do much. Any help or guidance would be greatly appreciated. Thanks!