.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > IvPBot
IvPBot Another PODBot's evil descendance by KaCaT Counter-Strike

Reply
 
Thread Tools
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
Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#2)
MarD
Waypointer/Moderator
 
MarD's Avatar
 
Status: Offline
Posts: 1,184
Join Date: Jan 2004
Location: Canada.. EH!?
Default Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 26-04-2004

Heyyo,

Are you sure you installed it into the correct directory? cause it seems the file placement messed up somehow cause it can't find the correct .so file...

Ok, go into your steamapps\(your e-mail)\counter - strike\cstrike\ivpbot directory, and make sure that everythings in that folder, if not, then tha's the prob.


Later-a-much, and LONG LIVE THE D!,
(Link>>>MarD's Moddin' Site<<<Link) MarD

Rock Hound. (<Link)
  
Reply With Quote
Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#3)
eyensky
Guest
 
Status:
Posts: n/a
Default Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 15-05-2004

i am having the EXACT same problem so i am interested if a solution was found for this....
  
Reply With Quote
Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#4)
eyensky
Guest
 
Status:
Posts: n/a
Default Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 15-05-2004

i also noticed that on your suggested solution, the path is nowhere near what my linux server path looks like.....is the linux path different....for example, there is no email in the path.
  
Reply With Quote
Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#5)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 15-05-2004

that's kinda strange...
have you tried rename the file to ivpbot_i386.so ?
  
Reply With Quote
Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#6)
eyensky
Guest
 
Status:
Posts: n/a
Default Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 15-05-2004

actually i did try that, and it eventually came up with more errors....
  
Reply With Quote
Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#7)
MarD
Waypointer/Moderator
 
MarD's Avatar
 
Status: Offline
Posts: 1,184
Join Date: Jan 2004
Location: Canada.. EH!?
Default Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 15-05-2004

Heyyo,

You'd need to find a linux version of PODbot, or get the podbot sourcecode, or PM's updated one, and compile that for linux.

So what's the directory for linux for CS v1.6? I'm interested to see the difference.


Later-a-much, and LONG LIVE THE D!,
(Link>>>MarD's Moddin' Site<<<Link) MarD

Rock Hound. (<Link)
  
Reply With Quote
Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#8)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 15-05-2004

actually the directory structure for cs1.6 linux doesn't have much of a difference from cs1.5.
just the files are different and maybe a few new directories.
  
Reply With Quote
Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#9)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 16-05-2004

Quote:
Originally Posted by Mugwump
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"
I'm not sure but is this really correct in CS1.6 use these lines:
version "1.5"
hlversion "1110"

Maybe is better use these:

version "1.6"
hlversion "1111"

This probably can't fix Your current problem , but maybe it prevent You against new problems in the future.

And try also change this line:

gamedll_linux "ivpbot/ivpbot_i486.so"

to this:

gamedll_linux "ivpbot\ivpbot_i486.so"

But I don't have linux so I can't be an expert for this.
  
Reply With Quote
Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6)
Old
  (#10)
MarD
Waypointer/Moderator
 
MarD's Avatar
 
Status: Offline
Posts: 1,184
Join Date: Jan 2004
Location: Canada.. EH!?
Default Re: IVPBot lib Failing to Load in Linux Dedicated Server (Steam-1.6) - 17-05-2004

Heyyo,

KWo, I heard for linux you have to use foward slashes (/), not backward slashes (\)...


Later-a-much, and LONG LIVE THE D!,
(Link>>>MarD's Moddin' Site<<<Link) MarD

Rock Hound. (<Link)
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com