• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server SteamStats Security Check Failed [after latest HLDS update]

AdairTheBear

FNG / Fresh Meat
Jun 17, 2009
4
0
I get this error whenever starting my KFDS. I have tried updating with my server off, restarting, and so on and now my servers perks are disabled. Is there a fix for this?



Log: STEAMSTATS: SECURITY CHECK FAILED - /CORE.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/Core.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /OLD2K4.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/Old2k4.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /UNREALGAME.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/UnrealGame.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /GAMEPLAY.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/Gameplay.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /IPDRV.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/IpDrv.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /EDITOR.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/Editor.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /XGAME.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/XGame.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /ROEFFECTS.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/ROEffects.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /XINTERFACE.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/XInterface.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /GUI2K4.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/GUI2K4.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /UWEB.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/UWeb.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /XVOTING.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/xVoting.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /ROINTERFACE.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/ROInterface.u
Log: STEAMSTATS: SECURITY CHECK FAILED - /XWEBADMIN.U
Log: STEAMSTATS: SECURITY CHECK FAILED - ../System/xWebAdmin.u
 
Last edited:
This happened to me once as well:

I was updating my local test server when my connection timedout
for a second and corrupted the update, after that a new update
didn't do anything as the updatetool "thought" that I already have
the latest files.

You can an update with the switch "-verify_all", if that doesn't help
backupup your killingfloor.ini and completely re-install the gameserver.
 
Upvote 0
What is the max players for server?

---Stixsmaster

only the default 6

This happened to me once as well:

I was updating my local test server when my connection timedout
for a second and corrupted the update, after that a new update
didn't do anything as the updatetool "thought" that I already have
the latest files.

You can an update with the switch "-verify_all", if that doesn't help
backupup your killingfloor.ini and completely re-install the gameserver.

where do i place -verify_all? also i have already reinstalled 3 times
 
Upvote 0
add it to the end of your hldsupdatetool command line

for example

on windows:
hldsupdatetool -command update -game killingfloor -dir c:\KFServer -retry -verify_all

on linux:
./steam -command update -game killingfloor -dir /home/user/KFServer -retry -verify_all

I already deleted my KFserver folder and copy'd my backup KFgame and renamed it to KFserver. I do not know if that fixed it but I ran the hldsupdate with your code and that *fixed the problem.

"hldsupdatetool -command update -game killingfloor -dir c:\KFServer -retry -verify_all"
should be the standard coding for all the server providers. I lost almost 3 days worth of server running time because of this.

Thank you very much.
 
Upvote 0