10-25-2007, 03:19 AM
Hey guys,
Wondering if you could point me in the right direction here.
Redhat Enterprise
New dedicated server so everything should be up to date
This is where it stops.
The only thing I see that is telling me something is wrong are the two lines:
net.cpp (960) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cSendBufSize <= iVal
net.cpp (968) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cRecvBufSize <= iVal
I've seen these errors in the forums elsewhere but nobody has posted what they mean or how they fixed them.
I've tried multiple server configs since this happens right after the server config is executed.
I've turned off the firewall so it's not anything to do with the game not being able to reach outside...
Here is the startup script i use...
./srcds_run -console -game tf +ip 75.126.81.144 +maxplayers 24 +map ctf_2fort
I've tried multiple startup options to no avail and was hoping someone had this same issue and could shed some light on it for me.
Thanks a million for any help you could provide.
Wondering if you could point me in the right direction here.
Redhat Enterprise
New dedicated server so everything should be up to date
tf2 startup Wrote:Auto detecting CPU
Using SSE2 Optimised binary.
Enabling debug mode
Server will auto-restart if there is a crash.
Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 24
maxplayers set to 24
Unknown command "startupmenu"
Network: IP 75.126.81.144, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
ConVarRef room_type doesn't point to an existing ConVar
exec: couldn't exec skill1.cfg
Executing dedicated server config file
net.cpp (960) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cSendBufSize <= iVal
net.cpp (968) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cRecvBufSize <= iVal
Unknown command "mp_friendlyfire"
Unknown command "sv_maxspeed"
Server logging enabled.
Server logging data to file logs/L1024002.log
L 10/24/2007 - 12:02:00: Log file started (file "logs/L1024002.log") (game "/home/tf2/srcds_l/orangebox/tf") (version "3258")
Unknown command "middle"
--------------------------------------------------------
sv_pure set to 1.
Note: Changes to sv_pure take effect when the next map is loaded.
--------------------------------------------------------
exec: couldn't exec banned_user.cfg
exec: couldn't exec banned_ip.cfg
Adding master server 68.142.72.250:27011
Adding master server 69.28.151.162:27011
Using 'steambeta1:27013' CSER server!
Connection to Steam servers successful.
VAC secure mode is activated.
This is where it stops.
The only thing I see that is telling me something is wrong are the two lines:
net.cpp (960) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cSendBufSize <= iVal
net.cpp (968) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cRecvBufSize <= iVal
I've seen these errors in the forums elsewhere but nobody has posted what they mean or how they fixed them.
I've tried multiple server configs since this happens right after the server config is executed.
I've turned off the firewall so it's not anything to do with the game not being able to reach outside...
Here is the startup script i use...
./srcds_run -console -game tf +ip 75.126.81.144 +maxplayers 24 +map ctf_2fort
I've tried multiple startup options to no avail and was hoping someone had this same issue and could shed some light on it for me.
Thanks a million for any help you could provide.