![]() |
![]() ![]() |
![]() |
HiQ |
![]()
Post
#1
|
Newbie ![]() Group: Members Posts: 3 Joined: 29-December 03 Member No.: 157 ![]() |
Hi,
my Name is Heiko from Germany. sorry for my bad English. i have testet your Bot on my Windows system with the HL Mod - NS. It run great !!! Than i start it on my Linux Server. I get the Message: LoadLibrary failed on /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory Host_Error: Couldn't get DLL API from /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so! FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so! My liblist.gam from the NS folder is: //////////////////////////// // Natural Selection // // by Charlie Cleveland // //////////////////////////// game "Natural Selection" url_info "www.natural-selection.org" url_dl "http://www.natural-selection.org/" version "2.0" size "165000000" svonly "0" secure "0" cldll "cl_dlls\client.dll" hlversion "1110" // How to allow training but disable "New game"? type "multiplayer_only" // Don't show models in browser nomodels "1" nohimodel "1" // Only show NS-compliant maps mpentity "info_mapinfo" // Using HPB_bot support for now // gamedll "..\rcbot\dlls\rcbot.dll" // Using linux gamedll_linux "../rcbot/dlls/rcbot_i486.so" // Training map //trainmap "ns_training" My HL directory is in: /home/hl/hlds_l my Rcbot in: /home/hl/hlds_l/rcbot Can you help me ? Thanx ![]() Greetings from Germany, and its Nice work on your Bot ! PS: Without the Bot, the Mod run ![]() |
Cheeseh |
![]()
Post
#2
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
what the hell?
These dll files work absolutely fine with me. It seems as though the rcbot dll files you have are corrupt somehow. please try this standalone DLL file to replace it (It should be exact same.. it works with me okay!!!) Attached File(s) ![]() |
Cheeseh |
![]()
Post
#3
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
PS Make sure permissions are set to be able to read from rcbot folder, dlls folder and the dll file.
make sure read permissions are on: rcbot/ rcbot/botprofiles/*.ini rcbot/* rcbot/dlls/ rcbot/dlls/* make sure read/write permissions are on: waypoints/ (and subsequent folders and files) botprofiles/*.rcr |
HiQ |
![]()
Post
#4
|
Newbie ![]() Group: Members Posts: 3 Joined: 29-December 03 Member No.: 157 ![]() |
Yes,
i have set on all folders chmod 777 as is install it. The message is /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory at last, he found no file or directory He look at /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so the 2 dots between ns/../ and rcbot , is this normal ? I have move rcbot in the ns folder and use the path /rcbot/dlls/rcbot_i486.so And the same come. I know that it dont work in the ns folder, but i want look if he find it . but the same message. what does it mean libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory What is this for a file he dont find ? Thanx for Helping ;) |
Sandman[SA] |
![]()
Post
#5
|
![]() RCBot Waypointer ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 987 Joined: 15-September 03 From: Philadelphia Member No.: 19 ![]() |
Try downloading the attached file in chesseh's post above, it should fix the file not found error.
|
HiQ |
![]()
Post
#6
|
Newbie ![]() Group: Members Posts: 3 Joined: 29-December 03 Member No.: 157 ![]() |
ohh....
sorry, i dont see the topic with the file. ok. i have delete the file and upload the new file (standalone dll) But nothing changed ;( xyz:/home/hl/hlds_l # ./hlds_run -game ns +maxplayers 12 +map ns_hera Auto-restarting the server on crash Host_Init Added packfile /home/hl/hlds_l/valve/pak0.pak (985 files) Protocol version 46 Exe version 3.1.1.0 Exe build: 14:46:34 Jun 11 2002 (2056) WON Auth Server Server IP address 217.***.***.***:27015 LoadLibrary failed on /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory Host_Error: Couldn't get DLL API from /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so! FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so! than i think that i must install ist new. So, this is my complete Install way i have delete the complet rc bot folder and upload it new from the http://www.rcbot.net/downloads/rcbot_new/rcbot12.zip (the other Mirros are down!, when you need space than i can give you one @ my mirror. We sponsor Space - look @ www.derHeiko.de) set permisson (777) and start the server xyz:/home/hl/hlds_l # ./hlds_run -game ns +maxplayers 12 +map ns_hera Auto-restarting the server on crash Host_Init Added packfile /home/hl/hlds_l/valve/pak0.pak (985 files) Protocol version 46 Exe version 3.1.1.0 Exe build: 14:46:34 Jun 11 2002 (2056) WON Auth Server Server IP address 217.***.***.***:27015 LoadLibrary failed on /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory Host_Error: Couldn't get DLL API from /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so! FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/hl/hlds_l/ns/../rcbot/dlls/rcbot_i486.so! than i change the origianl rcbot_i486.so against the standalone and start again with parameter ./hlds_run -game ns +maxplayers 12 +map ns_hera again the same message ;( |
Sandman[SA] |
![]()
Post
#7
|
||||
![]() RCBot Waypointer ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 987 Joined: 15-September 03 From: Philadelphia Member No.: 19 ![]() |
This error indicates that the half-life loader or other loaders (metamod) is looking for a file in a spacific directory and can't find it.
This says the hl loader is looking in the ns directory, this is incorrect. In this case, RCbot dll should be loading from hlds_l/rcbot/dlls/ directory. Check to be sure the rcbot folder, in it's entirety is in your hlds_l directory |
||||
Cheeseh |
![]()
Post
#8
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
unfortunately I cannot help, as I don't know what's wrong with it. I am using the EXACT same file and it works with me, I don't get those errors and I can add bots or anything.
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 14th September 2025 - 10:14 PM |