11-13-2008, 11:51 PM
Hello!
I've a fresh install of srcds on my Ubuntu 8.10 Desktop, srcds folder is in my personal folder...
Left 4 dead demo
I've made config in the server.cfg :
When launching
~/srcds_l/l4d_demo$ ./srcds_run -console -game left4dead +ip "192.168.1.77" -maxplayers 4 +map l4d_dem_hospital01_apartment
With the -debug at the end of command line, debug.log :
Thx for your answers :)
I've a fresh install of srcds on my Ubuntu 8.10 Desktop, srcds folder is in my personal folder...
Left 4 dead demo
I've made config in the server.cfg :
Quote:hostname "test server home" // Server Name
rcon_password "*****" //Set remote control password
sv_lan 0 // Disable LAN
mp_disable_autokick 1 // Disable Autokick
sv_cheats 0 // Disallow Cheats
sv_clearhinthistory 0 //Clear Server Side Hint History
sv_consistency 1 //Enforce file consistency
sv_pausable 0 //Server not pausable
sv_allow_lobby_connect_only 0 // Disable Lobby Connections
When launching
~/srcds_l/l4d_demo$ ./srcds_run -console -game left4dead +ip "192.168.1.77" -maxplayers 4 +map l4d_dem_hospital01_apartment
Quote:Auto detecting CPU
Using AMD Optimised binary.
Server will auto-restart if there is a crash.
Console initialized.
Game.dll loaded for "L4D - Normal"
Server is hibernating
ConVarRef test_progression_loop doesn't point to an existing ConVar
Game supporting (2) split screen players
maxplayers set to 14
Unknown command "r_decal_cullsize"
Unknown command "mat_bloom_scalefactor_scalar"
Network: IP 192.168.1.77, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
---- Host_NewGame ----
Host_NewGame on map l4d_dem_hospital01_apartment
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Commentary: Could not find commentary data file 'maps/l4d_dem_hospital01_apartment_commentary.txt'.
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
Illegal instruction
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
jeudi 13 novembre 2008, 14:34:19 (UTC+0100): Server restart in 10 seconds
With the -debug at the end of command line, debug.log :
Quote:----------------------------------------------
CRASH: jeudi 13 novembre 2008, 14:38:28 (UTC+0100)
Start Line: ./srcds_i486 -console -game left4dead +ip 192.168.1.77 -maxplayers 4 +map l4d_dem_hospital01_apartment -debug -fork +map l4d_dem_hospital01_apartment
#0 0xb063e0af in ?? ()
No symbol table info available.
End of Source crash report
----------------------------------------------
Quote:uname -r
2.6.27-7-generic
Quote:gcc --version
gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2
Quote:cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 10
model name : AMD Athlon XP 3000+
stepping : 0
cpu MHz : 2171.582
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up
bogomips : 4343.16
clflush size : 32
power management: ts
Thx for your answers :)