02-23-2010, 12:51 AM
(02-23-2010, 12:18 AM)fugitif Wrote:(02-20-2010, 04:05 PM)quetsch Wrote: Start Up Command:Your command ip line to start the game is bad.Code:
#!/bin/sh
./srcds_run -debug -ip 192.168.1.100 -port 27015 -game left4dead2 +map c1m1_hotel
Try this
Code:
./srcds_run -game left4dead2 +ip 192.168.1.100 -port 27015 +exec server.cfg +map c1m1_hotel +maxplayers 8 -debug -pidfile /home/your_user/left4dead2/srcds_run.pid
Hi!
Thank you for an answer.
As described above I changed my startup script:
Code:
./srcds_run -game left4dead2 +ip 192.168.1.100 -port 27015 +exec server.cfg +map c1m1_hotel +maxplayers 8 -debug -pidfile /home/steam/left4dead2/srcds_run.pid
Now I get the following error:
Code:
Attempting to precache model, but model name is NULL
Commentary: Loading commentary data from maps/c1m1_hotel_commentary.txt.
Initializing Director's script
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
Illegal instruction (core dumped)
Cannot access memory at address 0xb7f94658
Cannot access memory at address 0xbf95424c
/home/steam/left4dead2/debug.cmds:4: Error in sourced command file:
Cannot access memory at address 0xb7f94658
email debug.log to linux@valvesoftware.com
Mo 22. Feb 15:49:10 CET 2010: Server restart in 10 seconds
Does this help you in any way?