Thread: badf error
View Single Post
badf error
Old
  (#1)
Whitey
Member
 
Status: Offline
Posts: 19
Join Date: May 2006
Warning badf error - 16-05-2006

After quite a few hours of errors now, I thought it best to sign up and post on the forums.


I've been surfing around the forums and seen the error a few times - the only solution I can see is compiling it on a win32 system. Well, I've tried compiling the source on my linux (FreeBSD) system...


Code:
[whitey@buck:~/podbot] make
"makefile", line 9: Unassociated shell command "bot_chat.o \
"makefile", line 10: Unassociated shell command "bot_client.o \
"makefile", line 11: Unassociated shell command "bot_combat.o \
"makefile", line 12: Unassociated shell command "bot_globals.o \
"makefile", line 13: Unassociated shell command "bot_sounds.o \
"makefile", line 14: Unassociated shell command "compress.o \
"makefile", line 15: Unassociated shell command "dll.o \
"makefile", line 16: Unassociated shell command "engine.o \
"makefile", line 17: Unassociated shell command "util.o \
"makefile", line 18: Unassociated shell command "waypoint.o
"makefile", line 38: warning: duplicate script for target "%.o" ignored
make: fatal errors encountered -- cannot continue

I've got the file path correct, I've upgraded metamod to version 1.9, I've setup the plugins.ini and the liblist.gam, my other loaded module (amx) works fine.

I've also put the amx_podbotmenu on there, the menu works fine, but obviously, it doesn't load the bots...


Code:
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX              RUN   -    amx_mm_i586.so    v0.9.9    ini  ANY   ANY
 [ 2] CSStats          RUN   -    csstats_mm_i586.  v0.9.9    ini  ANY   ANY
 [ 3] Fun              RUN   -    fun_mm_i586.so    v0.9.9    ini  ANY   ANY
 [ 4] <podbot_mm_i386  badf load  podbot_mm_i386.s  v -       ini   -     -
Code:
         name: (nil)
         desc: <podbot_mm_i386.so>
       status: badfile
       action: load
     filename: addons/podbot/podbot_mm_i386.so
         file: podbot_mm_i386.so
     pathname: /usr/home/whitey/backup/hlds/cstrike/addons/podbot/podbot_mm_i386.so
        index: 4
       source: ini file
     loadable:  -
   unloadable:  -
      version: (nil)
         date: (nil)
       author: (nil)
          url: (nil)
       logtag: (nil)
       ifvers: (nil)
  last loaded: Thu Jan  1 10:00:00 1970
No DLLAPI functions.
No DLLAPI-Post functions.
No NEWAPI functions.
No NEWAPI-Post functions.
No Engine functions.
No Engine-Post functions.
Registered commands:
0 commands
Registered cvars:                      float value  string value
0 cvars
No child plugins.

Thanks for your help,



/Whitey
  
Reply With Quote