Re: Bots don't work, unable to load binaries -
09-03-2007
My metamod version :
12:50:06 Metamod version 1.19p28 2006/03/04
Copyright (c) 2001-2006 Will Day
my podbot dir :
GAME09:/home/base/cstrike/addons/podbot# ls -la
total 844
drwxr-xr-x 4 base base 4096 2007-03-08 17:14 .
drwxr-xr-x 5 base base 4096 2007-03-08 17:06 ..
drwxr-xr-x 2 base base 4096 2007-02-15 00:42 botchats
-rw-r--r-- 1 base base 10423 2007-02-15 00:47 botchat.txt
-rw-r--r-- 1 base base 532 2007-02-15 00:47 botlogos.cfg
-rw-r--r-- 1 base base 1790 2007-02-15 00:47 botnames.txt
-rw-r--r-- 1 base base 2406 2007-02-15 00:47 botskill.cfg
-rw-r--r-- 1 base base 2727 2007-02-15 00:47 botweapons.cfg
-rw-r--r-- 1 base base 11189 2007-02-15 00:47 podbot.cfg
-rw-r--r-- 1 base base 409792 2007-03-09 12:48 podbot_mm_amd64.so
-rw-r--r-- 1 base base 376800 2007-03-09 12:48 podbot_mm_i386.so
-rw-r--r-- 1 base base 1721 2007-02-15 00:47 readme.txt
drwxr-xr-x 2 base base 8192 2007-02-15 00:47 wptdefault
my addons dir :
GAME09:/home/base/cstrike/addons# ls -la
total 20
drwxr-xr-x 5 base base 4096 2007-03-08 17:06 .
drwxr-x--- 15 base base 4096 2007-03-09 12:00 ..
drwxr-xr-x 8 base base 4096 2007-03-09 12:00 amx
drwxr-xr-x 3 base base 4096 2007-03-09 12:00 metamod
drwxr-xr-x 4 base base 4096 2007-03-08 17:14 podbot
I try with metamod 1.19 (i386 and amd64 versions)
perhaps a missing debian module ... but which module
thks to help me !
Fab
EDIT : very strange
GAME09:/home/base/cstrike/addons/podbot# ldd podbot_mm_amd64.so
libdl.so.2 => /lib/libdl.so.2 (0x00002b8f85429000)
libstdc++.so.5 => /lib/libstdc++.so.5 (0x00002b8f8552d000)
libm.so.6 => /lib/libm.so.6 (0x00002b8f85709000)
libc.so.6 => /lib/libc.so.6 (0x00002b8f8588b000)
/lib64/ld-linux-x86-64.so.2 (0x0000555555554000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002b8f85ac8000)
no missing library
but
GAME09:/home/base/cstrike/addons/podbot# ldd podbot_mm_i386.so
linux-gate.so.1 => (0xffffe000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7f0c000)
libstdc++.so.5 => not found
libm.so.6 => /lib32/libm.so.6 (0xf7ee7000)
libc.so.6 => /lib32/libc.so.6 (0xf7dbc000)
/lib/ld-linux.so.2 (0x56555000)
i386 version doesn't find libstdc++.so.5 amd64 find it
amd64 version no missing library but doesnt work
If this can help
EDIT2:
PODbot 2.6 works fine
EDIT3:
PODbot 2.6 load fine but bots don't join teams....
Last edited by cyberfab; 09-03-2007 at 14:23..
|