View Single Post
IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#1)
Mugwump
Guest
 
Status:
Posts: n/a
Default IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 26-04-2004

My liblist.gam file looks like this:

game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.5"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1110"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "ivpbot\ivpbot.dll"
gamedll_linux "ivpbot/ivpbot_i486.so"
trainmap "tr_1"

---

When starting the server this happens:

LoadLibrary failed on ./cstrike/ivpbot/ivpbot_i386.so: ./cstrike/ivpbot/ivpbot_i386.so: cannot open shared object file: No such file or directory
Host_Error: Couldn't get DLL API from ./cstrike/ivpbot/ivpbot_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from ./cstrike/ivpbot/ivpbot_i386.so!

The only lib file I see is ivpbot_i486.so so I am not sure why it is internally trying to reference the _i386 file.

Anyone have any suggestions, would love to get this working!

Thanks,
Mugwump

Last edited by Mugwump; 26-04-2004 at 17:14..
  
Reply With Quote