Raised This Month: $32 Target: $400
 8% 

Not able to start server under Linux (error)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Glory
Junior Member
Join Date: Mar 2020
Old 03-28-2020 , 19:02   Not able to start server under Linux (error)
Reply With Quote #1

Hey guys. I installed Ubuntu Server 18.04 with GUI today and I downloaded a Linux Rehlds Platform to test it but when I started the server through the terminal I am getting this error :

Auto-restarting the server on crash
./hlds_run: 273: ./hlds_run: ./hlds_linux: not found: not found

I am using the following commands to start the server in the terminal:

./hlds_run -game cstrike +95.169.202.95 +sv+lan 1 -nomaster +maxplayers 32 +map de_dust2


I am knew to Linux (first install and use since today , I am glad i did it to here but know i am stucked at this error) Please assist me further.
Glory is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 03-28-2020 , 19:18   Re: Not able to start server under Linux (error)
Reply With Quote #2

Have you used steamcmd to download the server files?
TomL. is offline
Glory
Junior Member
Join Date: Mar 2020
Old 03-28-2020 , 20:01   Re: Not able to start server under Linux (error)
Reply With Quote #3

No. I just installed the OS and downloaded the Linux Rehlds Platform. So I should download the steamcmd to get some other fails for the server? Can you please provide me with a guide for this . I am new to this really but want to run it at Linux instead of Windows for stability.
Glory is offline
JusTGo
Veteran Member
Join Date: Mar 2013
Old 03-28-2020 , 20:14   Re: Not able to start server under Linux (error)
Reply With Quote #4

try running this command :

apt-get install lib32gcc1
__________________
JusTGo is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 03-29-2020 , 01:51   Re: Not able to start server under Linux (error)
Reply With Quote #5

the terminal must be setted to directory where hlds root files ar before
like cd /home/usrnam/hldsroot
and then you must chmod +x hlds_run to apply execution privileges.
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Glory
Junior Member
Join Date: Mar 2020
Old 03-29-2020 , 03:50   Re: Not able to start server under Linux (error)
Reply With Quote #6

CryWolf thank you for your reply! I am getting this error now:


dobromir@server:~/Desktop/#CS.BG1/Respawn/Linux/Server$ chmod +x hlds_run
dobromir@server:~/Desktop/#CS.BG1/Respawn/Linux/Server$ ./hlds_run -game cstrike +95.169.202.95 +sv_lan 1 -nomaster +maxplayers 32 +map de_dust2
Half-life binary './hlds_linux' not executable, exiting
Sun Mar 29 07:49:49 UTC 2020: Server Failed
Glory is offline
Glory
Junior Member
Join Date: Mar 2020
Old 03-29-2020 , 03:55   Re: Not able to start server under Linux (error)
Reply With Quote #7

Guys i dont know how but i was able to run the server! Now i am having another issue with the server.

ReGameDLL version: 5.7.0.322-dev
L 03/29/2020 - 07:53:41: -------- Mapchange to de_dust2 --------
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "admin.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "admincmd.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "adminhelp.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "adminslots.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "multilingual.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "menufront.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "cmdmenu.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "plmenu.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "mapsmenu.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "pluginmenu.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "adminchat.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "antiflood.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "scrollmsg.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "imessage.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "adminvote.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "nextmap.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "mapchooser.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "timeleft.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "pausecfg.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "statscfg.amxx")
L 03/29/2020 - 07:53:41: [AMXX] Plugin file open error (plugin "statsx.amxx")
Executing ReGameDLL Configuration File
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
applicationmanager.cpp (3415) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
applicationmanager.cpp (3415) : Assertion Failed: CApplicationManager::GetMountVolume: invalid index
applicationmanager.cpp (357 : Assertion Failed: m_vecInstallBaseFolders.Count() > 0
FATAL ERROR (shutting down): Unable to initialize Steam.
Segmentation fault (core dumped)
Glory is offline
Glory
Junior Member
Join Date: Mar 2020
Old 03-29-2020 , 03:59   Re: Not able to start server under Linux (error)
Reply With Quote #8

my directory of the server is : dobromir@server:~/Desktop/#CS.BG1/Respawn/Linux/Server

Last edited by Glory; 03-29-2020 at 04:01.
Glory is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 03-29-2020 , 04:09   Re: Not able to start server under Linux (error)
Reply With Quote #9

You should install a clean server first using steamcmd to have the steam service installed, and with plugins error either perform a clean instalation of AMXX or apply read-write privileges on hlds server
Code:
chmod -R 777 *
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Glory
Junior Member
Join Date: Mar 2020
Old 03-29-2020 , 06:46   Re: Not able to start server under Linux (error)
Reply With Quote #10

Issue resolved! Thank you for the assistance all!
Glory is offline
Reply


Thread Tools
Display Modes

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


All times are GMT -4. The time now is 01:47.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode