May 15, 2010, 10:21 PM
This seems like it's probably a ZombieMod bug since what DAF does is pretty simple. ZombieMod seems to be doing a lot of sigscanning and function hooking, so it doesn't surprise me that it breaks easily. I can't be much more help without a core dump or something.
Try this with DAF and Zombiemod installed:
First change to your srcds directory (where srcds_run is) and type at your shell:
export LD_LIBRARY_PATH=".:bin"
gdb ./srcds_i486
run -game cstrike +map de_dust
Wait for it to crash and return to the gdb prompt. When it does, type "bt" and then copy and paste.
Try this with DAF and Zombiemod installed:
First change to your srcds directory (where srcds_run is) and type at your shell:
export LD_LIBRARY_PATH=".:bin"
gdb ./srcds_i486
run -game cstrike +map de_dust
Wait for it to crash and return to the gdb prompt. When it does, type "bt" and then copy and paste.