Posts: 3
	Threads: 1
	Joined: Mar 08, 2009
	
		
	
 
	
	
		How to load  DoS Attack Fixer for CSS v2 
I get seg fault anytime I try to load it 
 
	 
 
	
	
	
		
	Posts: 5,877
	Threads: 182
	Joined: Dec 11, 2004
	
		
	
 
	
	
		Maybe an update broke it. I will check later and make sure it is still working.
Make sure you are not trying to load it with meta mod or anything like that. It is a standard Valve server plugin.
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 3
	Threads: 1
	Joined: Mar 08, 2009
	
		
	
 
	
	
		explane pls how it should be done ...
vdf ?
If yes ,it fails to load  :wink:
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,877
	Threads: 182
	Joined: Dec 11, 2004
	
		
	
 
	
	
		vdf in your cstrike\addons folder.
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 3
	Threads: 1
	Joined: Mar 08, 2009
	
		
	
 
	
	
		aha ,exactly 
 
and inside the vdf :
"Plugin"
{
        "file"  "../cstrike/addons/daf/bin/dosattackfix_i486.so"
}
and seg fault ,just keep restarting the server
	
 
 
	
	
	
		
	Posts: 4
	Threads: 0
	Joined: Nov 28, 2009
	
		
	
 
	
	
		Hi, this plugin don't work for me :/
If im type this is server consloe:
plugin_load "..\cstrike\addons\daf\bin\dosattackfix_i486.so"
The server is time out.
If i'm write in .vdf 
"Plugin"
{
        "file"  "..\cstrike\addons\daf\bin\dosattackfix_i485.so"
}
and restert the server, the server time out.
i'm using sourcemod
18:02:44 Loaded plugins:
         ---------------------
         0:<TAB>"Metamod:Source 1.7.1"
         1:<TAB>"Mattie's EventScripts, 
http://mattie.info/cs, Version:2.0.0.248"
         2:<TAB>"Nico's CSSMatch, version 1.3.5 (Dec 16 2008), 
http://code.google.com/p/cssmatch-plugin-en/"
	
 
 
	
	
	
		
	Posts: 4
	Threads: 0
	Joined: Nov 28, 2009
	
		
	
 
	
	
		any idea?
I realy need protect !!
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,877
	Threads: 182
	Joined: Dec 11, 2004
	
		
	
 
	
	
		Do not try installing it as a Sourcemod or Metamod plugin. It is a VSP plugin and does not require Sourcemod or Metamod. Make sure you do not put the VDF in the Metamod addons folder and that you put it in the [gamedir]\addons folder
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 0
	Joined: Nov 28, 2009
	
		
	
 
	
	
		i already put the vdf file to the addons folder
	
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,877
	Threads: 182
	Joined: Dec 11, 2004
	
		
	
 
	
	
		Well I don't know what's wrong. You can use gdb on the core dump to check the stack trace.
gdb ./srcds_i486 core.whatever
(gdb) bt