View Single Post
Re: HPB_BOT badf load, (not loading)
Old
  (#11)
Weasel
Member
 
Status: Offline
Posts: 44
Join Date: Mar 2008
Default Re: HPB_BOT badf load, (not loading) - 05-03-2011

! RESOLVED !

Based on what Whistler posted, I tried the LD_PRELOAD environment variable again, but this time "exported" it. I put that option in my script that launches HLServer, right before the "hlds_run" command, like this:

Quote:
cd /data/games/hlserver
export LD_PRELOAD=/usr/lib/libm.so
./hlds_run -secure -game dmc +port 28019 -sport 28119
Now HPB_Bot loads-up fine on my DMC server , and peacefully coexists with my other mods (AMX-Mod-X, etc.).

Code:
meta list
Currently loaded plugins:
      description      stat pend  file              vers      src   load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm_i386.  v1.8.1.3  ini   Start ANY
 [ 2] HLGuard          RUN   -    hlguard_mm_optim  v1.8      ini   Chlvl Chlvl
 [ 3] HPB_Bot          RUN   -    HPB_bot_i386.so   v4.0.4    ini   Start ANY
 [ 4] Fun              RUN   -    fun_amxx_i386.so  v1.8.1.3  pl1   ANY   ANY
 [ 5] Engine           RUN   -    engine_amxx_i386  v1.8.1.3  pl1   ANY   ANY
 [ 6] FakeMeta         RUN   -    fakemeta_amxx_i3  v1.8.1.3  pl1   ANY   ANY
6 plugins, 6 running
Thanks Whistler!

  
Reply With Quote