DaF CSS v3 help!! -
serik_92 - Mar 25, 2010
Hello! Sry 4 my bad Eng!
I use OC Debian x64 and daf not work
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
[zBlock] Attempting to load plugin
[zBlock] Module Check Completed Successfully
[zBlock] Game: "Counter-Strike: Source"
[zBlock] Hooked Server ConCommand 'ent_fire'
[zBlock] Hooked Server ConCommand 'sv_pure'
[zBlock] Hooked Server ConCommand 'alias'
[zBlock] Creating script file-checking list
[zBlock] Protecting from DOS exploit
[zBlock] Movement Hook Enabled
[zBlock] Sound Hook Enabled
[zBlock] Hooked "tv_record"
[zBlock] Updater started
[zBlock] Checking for update...
[zBlock] Plugin successfully loaded
Unable to load plugin "..\cstrike\addons\daf\bin\dosattackfix"
Can you help me???
DaF CSS v3 help!! -
serik_92 - Mar 25, 2010
Heeelp
DaF CSS v3 help!! -
Drunken F00l - Mar 25, 2010
I don't know. Is there a dosattackfix_i486.so file in ctrike/addons/daf/bin? Have you tried switching the '\' characters in the vdf file to '/' characters? Is there any more information other than "Unable to load"? Perhaps try running srcds_i486 under strace?
DaF CSS v3 help!! -
serik_92 - Mar 25, 2010
I use daf on my ger host (oc x86) and all work normal! When I moved everything to the Russian host (oc x64) - nothing works! (google translate)
DaF CSS v3 help!! -
serik_92 - Mar 25, 2010
04:23:29 Failed to load plugin addons/daf/bin/dosattackfix_i486.so ([11]).
VDF FILE
"Plugin"
{
"file" "../cstrike/addons/daf/bin/dosattackfix"
}
"Have you tried switching the '\' characters in the vdf file to '/' characters?"
It did not help me. All files on the spot!
maybe it's bug?
"Perhaps try running srcds_i486 under strace?"
What is that?
DaF CSS v3 help!! -
Drunken F00l - Mar 26, 2010
You didn't answer my first question. Is there a dosattackfix_i486.so file in ctrike/addons/daf/bin?
DaF CSS v3 help!! -
serik_92 - Mar 26, 2010
Yes. In folder bin.
DaF CSS v3 help!! -
Drunken F00l - Mar 26, 2010
Go to bin folder and type (copy/paste):
export LD_LIBRARY_PATH="../../../../bin:."
ldd -r dosattackfix_i486.so
DaF CSS v3 help!! -
serik_92 - Mar 26, 2010
212:/home/funserver/cstrike/addons/daf/bin# ldd -r dosattackfix_i486.so
linux-gate.so.1 => (0xf7f7b000)
tier0_i486.so => not found
vstdlib_i486.so => not found
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7e66000)
libm.so.6 => /lib32/libm.so.6 (0xf7e41000)
libc.so.6 => /lib32/libc.so.6 (0xf7cef000)
/lib/ld-linux.so.2 (0xf7f7c000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7ce2000)
undefined symbol: _ZN17ConCommandBaseMgr11OneTimeInitEP23IConCommandBaseAccessor(./dosattackfix_i486.so)
undefined symbol: _ZN14ConCommandBase7SetNextEPS_ (./dosattackfix_i486.so)
undefined symbol: _ZN10ConCommandD1Ev (./dosattackfix_i486.so)
undefined symbol: _ZN6ConVarD1Ev (./dosattackfix_i486.so)
undefined symbol: g_pVCR (./dosattackfix_i486.so)
undefined symbol: g_pMemAlloc (./dosattackfix_i486.so)
undefined symbol: _ZN6ConVarC1EPKcS1_iS1_ (./dosattackfix_i486.so)
undefined symbol: _ZN12InterfaceRegC1EPFPvvEPKc (./dosattackfix_i486.so)
undefined symbol: _ZN10ConCommandC1EPKcPFvvES1_iPFiS1_PA64_cE (./dosattackfix_i486.so)
undefined symbol: Msg (./dosattackfix_i486.so)
undefined symbol: _Z10V_snprintfPciPKcz (./dosattackfix_i486.so)
undefined symbol: _Z12V_FixSlashesPcc (./dosattackfix_i486.so)
undefined symbol: Warning (./dosattackfix_i486.so)
undefined symbol: GetCPUInformation (./dosattackfix_i486.so)
DaF CSS v3 help!! -
Drunken F00l - Mar 26, 2010
The export command that I wanted you to do first didn't work. Or you didn't do it...
Make sure you're running bash and then try again.
export LD_LIBRARY_PATH="/home/funserver/bin:."
ldd -r dosattackfix_i486.so