SRCDS Steam group


interesting error message
#1
first: sorry my english isnt very good !!

BASIC INFO
Server OS: Debian Linux
Processor: Intel® Xeon™ CPU 2.40GHz
Ram: 1,5 GB
Game(s): TF2
Start Up Command: screen ./srcds_run -game tf -ip 82.211.47.13 -timeout 30 -autoupdate -debuglog tf2debug.log +map cp_dustbowl +port 27015 +maxplayer 24
Admin Mods: SourceMod whit metamod i think

CONFIG ISSUES
For issues with a server.cfg file, post the whole file using the code brackets.

ADMIN MOD ISSUES
Please direct server-side mod issues to the srcds modifications area. This includes Mani, SourceMod, MetaMod, and BeetlesMod.


ok i have searched the error messages in google ... anyone post them but noone asks why they shown and how can i solve them ...


this are the messages:

Particles: Missing 'particles/error.pcf'

Unknown command "r_decal_cullsize"
Unknown command "port"
Unknown command "startupmenu"

SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/grass_02_cluster01.mdl)

ConVarRef room_type doesn't point to an existing ConVar

[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.

Unknown command "mp_autoteambalance_delay"
Unknown command "mp_autoteambalance_warning_delay"
Unknown command "sv_maxspeed"

exec banned_user.cfg: file size larger than 1 MB!
exec banned_ip.cfg: file size larger than 1 MB!
exec: couldn't exec cp_dustbowl.cfg

Unknown command "sm_rtv_maps"
Unknown command "sm_rtv_nominate"
Unknown command "stm_adminflag_swapplayer"
Unknown command "stb_timeleft"

ok thats all ...

now i post my complet boot screen

Code:
Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Team Fortress 2 Content' version 96


Checking/Installing 'Team Fortress 2 Materials' version 31


Checking/Installing 'Base Source Shared Materials' version 8


Checking/Installing 'Base Source Shared Models' version 4


Checking/Installing 'Base Source Shared Sounds' version 4


Checking/Installing 'OB Linux Dedicated Server' version 7


HLDS installation up to date

Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 24
Unknown command "r_decal_cullsize"
Unknown command "port"
maxplayers set to 24
Unknown command "startupmenu"
Network: IP 82.211.47.13, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/grass_02_cluster01.mdl)
L 05/26/2009 - 06:43:18: -------- Mapchange to cp_dustbowl --------
L 05/26/2009 - 06:43:18: [GEOIP] GeoIP database info: GEO-106FREE 20080301 Build 1 Copyright (c) 2007 MaxMind LLC All Rights Reserved
[TS] Hooking round end events for game: tf
L 05/26/2009 - 06:43:18: [simpleteammanager.smx] [STM] Using Simple Team Balancer
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Spawnpoint at (2472.00 -1616.00 -124.00) is not clear.
Spawnpoint at (2400.42 -1622.53 -124.00) is not clear.
Spawnpoint at (2576.61 -1624.86 -124.00) is not clear.
Spawnpoint at (2425.47 -1506.63 -124.00) is not clear.
Spawnpoint at (2520.00 -1592.00 -124.00) is not clear.
Spawnpoint at (2576.61 -1547.52 -124.00) is not clear.
[TS] Team Names: Red Blue - OnRoundEnd available: yes
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
Unknown command "mp_autoteambalance_delay"
Unknown command "mp_autoteambalance_warning_delay"
Unknown command "sv_maxspeed"
--------------------------------------------------------
sv_pure set to 1.
Note: Changes to sv_pure take effect when the next map is loaded.
--------------------------------------------------------
exec banned_user.cfg: file size larger than 1 MB!
exec banned_ip.cfg: file size larger than 1 MB!
exec: couldn't exec cp_dustbowl.cfg
Unknown command "sm_rtv_maps"
Unknown command "sm_rtv_nominate"
Unknown command "stm_adminflag_swapplayer"
Unknown command "stb_timeleft"
Adding master server 69.28.140.246:27011
Adding master server 72.165.61.189:27011
[MAPRATE] Using table name "map_ratings"
L 05/26/2009 - 06:43:27: [simpleteammanager.smx] [STM] Simple Team Manager is loaded and enabled.
L 05/26/2009 - 06:43:27: [simpleteammanager.smx] [STM] Log Activity DISABLED.
L 05/26/2009 - 06:43:27: [simpleteambalancer.smx] [STB] Hooking round end events for game: tf
L 05/26/2009 - 06:43:27: [simpleteambalancer.smx] [STB] Simple Team Balancer is loaded and enabled.
L 05/26/2009 - 06:43:27: [simpleteambalancer.smx] [STB] Log Activity DISABLED.
L 05/26/2009 - 06:43:27: [simpleteambalancer.smx] [STB] Detailed Log Activity DISABLED.
Connection to Steam servers successful.
   VAC secure mode is activated.

if i forgot something please ask *G*

hope anyone can give some answers

mfg manu
Reply
#2
z3Ro Wrote:Particles: Missing 'particles/error.pcf'
This is a standard error.

z3Ro Wrote:Unknown command "r_decal_cullsize"
This is a standard error.

z3Ro Wrote:Unknown command "port"
Use -(minus) instead of +(plus) to define the port.

z3Ro Wrote:Unknown command "startupmenu"

Looks like a bug from a mod.

z3Ro Wrote:SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/grass_02_cluster01.mdl)

Do you use custom models? Or try do a -verify_all.

z3Ro Wrote:ConVarRef room_type doesn't point to an existing ConVar
Standard error.

z3Ro Wrote:[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
Propably the lastes VALVe update.


z3Ro Wrote:Unknown command "mp_autoteambalance_delay"
Unknown command "mp_autoteambalance_warning_delay"
Unknown command "sv_maxspeed"
These aren't valid commands for Team Fortress 2.
Only for Counter-Strike: Source.


z3Ro Wrote:exec banned_user.cfg: file size larger than 1 MB!
exec banned_ip.cfg: file size larger than 1 MB!
Standard errors. There isn't really anything todo agianst it.

z3Ro Wrote:exec: couldn't exec cp_dustbowl.cfg
Create a cp_dustbowl.cfg file. This is used for making a specific change when it's a special map.

z3Ro Wrote:Unknown command "sm_rtv_maps"
Unknown command "sm_rtv_nominate"
Unknown command "stm_adminflag_swapplayer"
Unknown command "stb_timeleft"

Are you sure your plugin to these commands are installed correctly? And are loaded?
Reply
#3
realchamp Wrote:
z3Ro Wrote:Particles: Missing 'particles/error.pcf'
This is a standard error.

z3Ro Wrote:Unknown command "r_decal_cullsize"
This is a standard error.

z3Ro Wrote:Unknown command "port"
Use -(minus) instead of +(plus) to define the port.

z3Ro Wrote:ConVarRef room_type doesn't point to an existing ConVar
Standard error.

z3Ro Wrote:exec banned_user.cfg: file size larger than 1 MB!
exec banned_ip.cfg: file size larger than 1 MB!
Standard errors. There isn't really anything todo agianst it.

realchamp Wrote:
z3Ro Wrote:exec: couldn't exec cp_dustbowl.cfg
Create a cp_dustbowl.cfg file. This is used for making a specific change when it's a special map.

Thx for that !!!

realchamp Wrote:
z3Ro Wrote:Unknown command "startupmenu"

Looks like a bug from a mod.

have found a entry in cfg/valve.rc ... and no other file have "startupmenu" in it ... so i dont think its a mod Wink
have de commented it well i look after that later

realchamp Wrote:
z3Ro Wrote:SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/grass_02_cluster01.mdl)

Do you use custom models? Or try do a -verify_all.

hm dont know what you mean ... models ok ... i know what this is but i dont use custom models .... i think ?!?!?!? *G* <-- nooooobyyyy ... Wink

realchamp Wrote:
z3Ro Wrote:[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
Propably the lastes VALVe update.
i think its the latest valve update ... have done ./update today so this error is ok ? or "standart"



realchamp Wrote:
z3Ro Wrote:Unknown command "sm_rtv_maps"
Unknown command "sm_rtv_nominate"
Unknown command "stm_adminflag_swapplayer"
Unknown command "stb_timeleft"

Are you sure your plugin to these commands are installed correctly? And are loaded?

what can i do ?
Reply
#4
realchamp Wrote:
z3Ro Wrote:SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/grass_02_cluster01.mdl)

Do you use custom models? Or try do a -verify_all.
z3Ro Wrote:hm dont know what you mean ... models ok ... i know what this is but i dont use custom models .... i think ?!?!?!? *G* <-- nooooobyyyy ... Wink

Or it could be a standard error too. There is a hand full of those. Usually they aren't critical so they won't need your attention.


realchamp Wrote:
z3Ro Wrote:
z3Ro Wrote:[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
Propably the lastes VALVe update.
i think its the latest valve update ... have done ./update today so this error is ok ? or "standart"

Done the ./update?

How did you update?

realchamp Wrote:
z3Ro Wrote:Unknown command "sm_rtv_maps"
Unknown command "sm_rtv_nominate"
Unknown command "stm_adminflag_swapplayer"
Unknown command "stb_timeleft"

Are you sure your plugin to these commands are installed correctly? And are loaded?

what can i do ?

Type in
Code:
sm plugin list
And check if the rtv maps is active and the other ones.

I believe the sm_abc... is SourceMod. Wink
Reply
#5
jep i have done ./update in my console ...

i think its not activ how can i activate it ???

sm plugins list
[SM] Listing 36 plugins:
01 "Fun Commands" (1.2.0) by AlliedModders LLC
02 "Nextmap" (1.2.0) by AlliedModders LLC
03 "Advertisements" (0.5.5) by Tsunami
04 "Map Rate" (0.10) by Ryan "FLOOR_MASTER" Mannion
05 "HP Left" (1.2.1) by InterWave Studios team
06 "Admin File Reader" (1.2.0) by AlliedModders LLC
07 "SourceMod Radio" (1.0.0.12.1) by dubbeh/viper
08 "Basic Comm Control" (1.2.0) by AlliedModders LLC
09 "HLstatsX Plugin" (2.8) by TTS Oetzel & Goerz GmbH
10 "Basic Info Triggers" (1.2.0) by AlliedModders LLC
11 "Anti-Flood" (1.2.0) by AlliedModders LLC
12 "Advanced Client Redirect" (1.0) by Olly/Tobi
13 "MapChooser" (1.2.0) by AlliedModders LLC
14 "Teamspeak join command" (1.2) by Berni
15 "Rock The Vote" (1.2.0) by AlliedModders LLC
16 "Spray Tracer" (5.7) by Nican132, CptMoore, Lebson506th
17 "Fun Votes" (1.2.0) by AlliedModders LLC
18 "Players Votes" (1.3.2) by pZv!, The Resident
19 "Simple Team Manager" (1.0.1) by Antithasys
20 "TeamSwitch" (1.3) by MistaGee
21 "Basic Ban Commands" (1.2.0) by AlliedModders LLC
22 "Weapon Logging" (2.8) by TTS Oetzel & Goerz GmbH
23 "Basic Commands" (1.2.0) by AlliedModders LLC
24 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
25 "Admin Help" (1.2.0) by AlliedModders LLC
26 "Admin Menu" (1.2.0) by AlliedModders LLC
27 "RateChecker" (0.3be) by pRED*, mod. by BehaartesEtwas
28 "Player Commands" (1.2.0) by AlliedModders LLC
29 "Sound Commands" (1.2.0) by AlliedModders LLC
30 "Basic Votes" (1.2.0) by AlliedModders LLC
31 "Map Nominations" (1.2.0) by AlliedModders LLC
32 "Client Preferences" (1.2.0) by AlliedModders LLC
33 "Basic Chat" (1.2.0) by AlliedModders LLC
34 "Reserved Slots" (1.2.0) by AlliedModders LLC
35 "SM Super Commands" (0.51) by pRED*
36 "Simple Team Balancer" (1.4.6) by Antithasys
Reply
#6
You must do -verify_all

Also check up on it on their forums, homepage or whatever they might use Smile
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)