.:: 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 > JoeBot
JoeBot Furious mechs by @$3.1415rin Counter-Strike

Reply
 
Thread Tools
Installing Joebot on Linux Server
Old
  (#1)
Spectre
Guest
 
Status:
Posts: n/a
Default Installing Joebot on Linux Server - 31-05-2004

I'm getting the following error whilst trying to start up a server for counter-strike, any help?

./hlds_run -game cstrike +maxplayers 10 +map cs_assault

Console initialized.
Protocol version 46
Exe version 3.1.1.1
Exe build: 22:35:19 Apr 29 2003 (237
WON Auth Server
Server IP address 127.0.0.1:27015
LoadLibrary failed on ./cstrike/../joebot/joebot.so: ./cstrike/../joebot/joebot.so: cannot open shared object file: No such file or directory
Host_Error: Couldn't get DLL API from ./cstrike/../joebot/joebot.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from ./cstrike/../joebot/joebot.so!
  
Reply With Quote
Re: Installing Joebot on Linux Server
Old
  (#2)
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: Installing Joebot on Linux Server - 31-05-2004

first off wrong forum...

are you sure joebot is there?
  
Reply With Quote
Re: Installing Joebot on Linux Server
Old
  (#3)
sfx1999
Member
 
sfx1999's Avatar
 
Status: Offline
Posts: 534
Join Date: Jan 2004
Location: Pittsburgh, PA, USA
Default Re: Installing Joebot on Linux Server - 31-05-2004

Quote:
Originally Posted by BASH
Host_Error: Couldn't get DLL API from ./cstrike/../joebot/joebot.so
It is looking for joebot in the root folder of HL. Your configuration is wrong. Here is what I mean:

hl
--joebot <--where it is looking (probably does not exist)
--cstrike
----joebot <--where it should be looking

The .. means to go up one directory. To see what I mean go in your half-life folder and type cd cstrike/.. and it should end up in the HL folder. I presume that you know that a single . means the current directory.
  
Reply With Quote
Re: Installing Joebot on Linux Server
Old
  (#4)
Spectre
Guest
 
Status:
Posts: n/a
Default Re: Installing Joebot on Linux Server - 31-05-2004

Sorry, I'm not up to speed with Linux, here's what I have in my cstrike folder....

[root@localhost cstrike]# ls
ajawad.wad cs_cbble.rad delta.lst manual SAVE
as_tundra.wad cs_cbble.wad de_piranesi.wad mapcycle.txt server.cfg
chateau.wad cs_dust.wad de_storm.wad maps server.cfg~
classes cs_havana.wad de_vegas.wad media sound
cl_dlls cs_office.wad dlls models sprites
commandmenu.txt cstrike.ico events motd.txt titles.txt
cs_747.wad cstrike.wad itsitaly.wad n0th1ng.wad torntextures.wad
cs_assault.wad de_aztec.wad jos.wad prodigy.wad tswad.wad
cs_bdog.wad decals.wad liblist.gam readme.txt
[root@localhost cstrike]#

Here's what I have in my hlds_l folder....

[root@localhost hlds_l]# ls
auth filesystem_stdio_i386.so libhlwon.so
core_i386.so hlds libSteamValidateUserIDTickets.so
cstrike hlds_run linuxreadme.txt
director_i386.so hltv proxy_i386.so
dmc hltv.cfg ricochet
engine_i386.so HLTV-Readme.txt tfc
EULA.txt kver.kp valve
[root@localhost hlds_l]#
  
Reply With Quote
Re: Installing Joebot on Linux Server
Old
  (#5)
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: Installing Joebot on Linux Server - 31-05-2004

?? i don't see joebot anywhere...
  
Reply With Quote
Re: Installing Joebot on Linux Server
Old
  (#6)
Spectre
Guest
 
Status:
Posts: n/a
Default Re: Installing Joebot on Linux Server - 31-05-2004

Sorry, I deleted it thinking I could just reinstall it.

[root@localhost cstrike]# ls
ajawad.wad cs_cbble.rad delta.lst liblist.gam readme.txt
as_tundra.wad cs_cbble.wad de_piranesi.wad manual SAVE
chateau.wad cs_dust.wad de_storm.wad mapcycle.txt server.cfg
classes cs_havana.wad de_vegas.wad maps server.cfg~
cl_dlls cs_office.wad dlls media sound
commandmenu.txt cstrike.ico events models sprites
cs_747.wad cstrike.wad itsitaly.wad motd.txt titles.txt
cs_assault.wad de_aztec.wad joebot n0th1ng.wad torntextures.wad
cs_bdog.wad decals.wad jos.wad prodigy.wad tswad.wad
[root@localhost cstrike]#
  
Reply With Quote
Re: Installing Joebot on Linux Server
Old
  (#7)
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: Installing Joebot on Linux Server - 31-05-2004

well take off the ../ infront of the gamedll var in liblist.gam
  
Reply With Quote
Re: Installing Joebot on Linux Server
Old
  (#8)
Spectre
Guest
 
Status:
Posts: n/a
Default Re: Installing Joebot on Linux Server - 31-05-2004

Took off the "../" and now I'm getting this....

Console initialized.
Protocol version 46
Exe version 3.1.1.1
Exe build: 22:35:19 Apr 29 2003 (237
WON Auth Server
Server IP address 127.0.0.1:27015
NNSIM : Intializing Activation lookup table .......... finished
./hlds_run: line 83: 7684 Segmentation fault $HL $*
Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem
Mon May 31 16:49:06 EDT 2004: Server Died
  
Reply With Quote
Re: Installing Joebot on Linux Server
Old
  (#9)
Warhead
Guest
 
Status:
Posts: n/a
Default Re: Installing Joebot on Linux Server - 19-06-2004

Greetings,
I am experienceing the same Problem, so you ar not allone :o)
But I have no Idea, what is causing that. But I must admit I am not good in debuggin C++ Code
Regards
Kolja
  
Reply With Quote
Re: Installing Joebot on Linux Server
Old
  (#10)
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: Installing Joebot on Linux Server - 19-06-2004

show us your liblist.gam
  
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