View Single Post
Bots don't work, unable to load binaries
Old
  (#1)
cyberfab
Member
 
Status: Offline
Posts: 5
Join Date: Mar 2007
Default Bots don't work, unable to load binaries - 08-03-2007

hi !

I have some pbs.

L 03/08/2007 - 17:24:02: [META] Refreshing the plugins on demand...
L 03/08/2007 - 17:24:02: [META] ini: Begin re-reading plugins list: /home/base/cstrike/addons/metamod/plugins.ini
L 03/08/2007 - 17:24:02: [META] ini: Read plugin config for: AMX
L 03/08/2007 - 17:24:02: [META] WARNING: ini: Plugin '<podbot_mm_amd64.so>' has newer file, but unexpected status (badfile)
L 03/08/2007 - 17:24:02: [META] ini: Read plugin config for: <podbot_mm_amd64.so>
L 03/08/2007 - 17:24:02: [META] ini: Finished reading plugins list: /home/base/cstrike/addons/metamod/plugins.ini; Found 2 plugins
L 03/08/2007 - 17:24:02: [META] dll: Updating plugins...
L 03/08/2007 - 17:24:02: [META] WARNING: dll: Failed query plugin '<podbot_mm_amd64.so>'; Couldn't open file '/home/base/cstrike/addons/podbot/podbot_mm_amd64.so': /home/base/cstrike/addons/podbot/podbot_mm_amd64.so: cannot open shared object file: No such file or directory
L 03/08/2007 - 17:24:02: [META] WARNING: dll: Skipping plugin '<podbot_mm_amd64.so>'; couldn't query
L 03/08/2007 - 17:24:02: [META] dll: Finished updating 5 plugins; kept 1, loaded 0, unloaded 0, reloaded 0, delayed 0

if i try with _i386.so i have this :

L 03/08/2007 - 17:42:02: [META] Refreshing the plugins on demand...
L 03/08/2007 - 17:42:02: [META] ini: Begin re-reading plugins list: /home/base/cstrike/addons/metamod/plugins.ini
L 03/08/2007 - 17:42:02: [META] ini: Read plugin config for: AMX
L 03/08/2007 - 17:42:02: [META] WARNING: ini: Plugin '<podbot_mm_i386.so>' has newer file, but unexpected status (badfile)
L 03/08/2007 - 17:42:02: [META] ini: Read plugin config for: <podbot_mm_i386.so>
L 03/08/2007 - 17:42:02: [META] ini: Finished reading plugins list: /home/base/cstrike/addons/metamod/plugins.ini; Found 2 plugins
L 03/08/2007 - 17:42:02: [META] dll: Updating plugins...
L 03/08/2007 - 17:42:02: [META] WARNING: dll: Failed query plugin '<podbot_mm_i386.so>'; Couldn't open file '/home/base/cstrike/addons/podbot/podbot_mm_i386.so': libstdc++.so.5: cannot open shared object file: No such file or directory
L 03/08/2007 - 17:42:02: [META] WARNING: dll: Skipping plugin '<podbot_mm_i386.so>'; couldn't query
L 03/08/2007 - 17:42:02: [META] dll: Finished updating 5 plugins; kept 1, loaded 0, unloaded 0, reloaded 0, delayed 0


i see a pb with libstdc++.so.5 but

locate libstdc++.so.5 (i'm on debian)
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5.0.7

uname -a
Linux GAME09 2.6.17-2-amd64 #1 SMP Wed Sep 13 17:49:33 CEST 2006 x86_64 GNU/Linux

cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 33
model name : Dual Core AMD Opteron(tm) Processor 270
stepping : 2
cpu MHz : 1995.096
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni lahf_lm cmp_legacy
bogomips : 3993.01
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp
processor : 1
vendor_id : AuthenticAMD
cpu family : 15
model : 33
model name : Dual Core AMD Opteron(tm) Processor 270
stepping : 2
cpu MHz : 1995.096
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni lahf_lm cmp_legacy
bogomips : 3992.86
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp


cat cstrike/addons/metamod/plugins.ini
; AMX Mod (2006.3)
linux addons/amx/dlls/amx_mm_i386.so
;podbot
linux addons/podbot/podbot_mm_i386.so
;linux addons/podbot/podbot_mm_amd64.so

Any ideas for help me ?

Thanks

Fab
  
Reply With Quote