08-11-2008, 06:37 AM
Hello.
I'm running a FreeBSD 6.3 with linux libs installed.
First problem is, when I try to start up CSS server with following command:
./srcds_run -console -game cstrike +map de_dust -maxplayers 16 -autoupdate
I get this response:
And it just keeps repeating that. I tried to remove the /bin folder, and it just comes up with the same problem.
And now to my CS problems:
I start the server with the comman:
./hlds_run -game cstrike -autoupdate -tickrate 100 +ip 192.168.2.10 +map de_dust2 +maxplayers 16 -debug
And it starts up just fine, and I can play on it just fine. However it's not like it's using the .cfg files in the /cstrike/ folder. (server.cfg, mapcycle.cfg etc.) Because it just keeps on using the standard Counterstrike 1.6 server name. I also tried to install Adminmod, but as it won't load the server.cfg file Adminmod won't load either.
This is my server.cfg file:
Besides that, players randomly drop from my server, leaving me with nothing else but:
I don't expect an answer to all my questions, but any help would be greatly appreciated.
I'm running a FreeBSD 6.3 with linux libs installed.
First problem is, when I try to start up CSS server with following command:
./srcds_run -console -game cstrike +map de_dust -maxplayers 16 -autoupdate
I get this response:
Quote:Auto detecting CPU
Using default binary.
Server will auto-restart if there is a crash.
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Source Shared Content' version 68
Checking/Installing 'Base Source Shared Models' version 4
Checking/Installing 'Base Source Shared Sounds' version 4
Checking/Installing 'Base Source Shared Materials' version 8
Checking/Installing 'Source Dedicated Server Linux' version 93
HLDS installation up to date
AppFramework : Unable to load module bin/engine_i486.so!
Unable to load interface VEngineCvar003 from bin/engine_i486.soMon Aug 11 00:27:03 CEST 2008: Server restart in 10 seconds
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Source Shared Content' version 68
And it just keeps repeating that. I tried to remove the /bin folder, and it just comes up with the same problem.
And now to my CS problems:
I start the server with the comman:
./hlds_run -game cstrike -autoupdate -tickrate 100 +ip 192.168.2.10 +map de_dust2 +maxplayers 16 -debug
And it starts up just fine, and I can play on it just fine. However it's not like it's using the .cfg files in the /cstrike/ folder. (server.cfg, mapcycle.cfg etc.) Because it just keeps on using the standard Counterstrike 1.6 server name. I also tried to install Adminmod, but as it won't load the server.cfg file Adminmod won't load either.
This is my server.cfg file:
Quote:// Use this file to configure your DEDICATED server.
// This config file is executed on server start.
// disable autoaim
sv_aim 0
// disable clients' ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
hostname "Servername here"
// maximum client movement speed
sv_maxspeed 320
// 20 minute timelimit
mp_timelimit 20
sv_cheats 0
// load ban files
// exec listip.cfg
// exec banned.cfg
// Execute Admin Mod configuration file
exec addons/adminmod/config/adminmod.cfg
Besides that, players randomly drop from my server, leaving me with nothing else but:
Quote:Dropped player from server
Reason: Client sent 'drop'
I don't expect an answer to all my questions, but any help would be greatly appreciated.