08-22-2008, 05:34 PM
(This post was last modified: 08-28-2008, 05:11 AM by grindcorex23.)
What is this its in my consol, because i think it is the reason why people can't join my server.(people & Me)
Please note error:
appdatacache.cpp (311) : Assertion Failed: !"Implement me"
SOLVED!!!!
Code:
[root@cypher-tech ~]# cd srcds
[root@cypher-tech srcds]# ./srcds_run -game cstrike +maxplayers 20 +map de_dust +ip XXX.XXX.XXX.XXX +port 27015
Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
maxplayers set to 20
Unknown command "port"
Network: IP XXX.XXX.XXX.XXX, mode MP, dedicated Yes, ports 27016 SV / 27006 CL
Executing dedicated server config file
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
appdatacache.cpp (311) : Assertion Failed: !"Implement me"
Adding master server 72.165.61.189:27011
Adding master server 68.142.72.250:27011
Connection to Steam servers successful.
VAC secure mode is activated.
Please note error:
appdatacache.cpp (311) : Assertion Failed: !"Implement me"
SOLVED!!!!
Code:
It's a marker in the source code so that the developer will
remember to write a piece of code in that location.
assert( !"Implement me" );
You can ignore that message, the dedicated server doesn't need that
functionality.