AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Not able to start server under Linux (error) (https://forums.alliedmods.net/showthread.php?t=322509)

Glory 03-28-2020 19:02

Not able to start server under Linux (error)
 
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 :D , I am glad i did it to here but know i am stucked at this error) Please assist me further.

TomL. 03-28-2020 19:18

Re: Not able to start server under Linux (error)
 
Have you used steamcmd to download the server files?

Glory 03-28-2020 20:01

Re: Not able to start server under Linux (error)
 
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.

JusTGo 03-28-2020 20:14

Re: Not able to start server under Linux (error)
 
try running this command :

apt-get install lib32gcc1

CryWolf 03-29-2020 01:51

Re: Not able to start server under Linux (error)
 
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.

Glory 03-29-2020 03:50

Re: Not able to start server under Linux (error)
 
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 03-29-2020 03:55

Re: Not able to start server under Linux (error)
 
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 (3578) : Assertion Failed: m_vecInstallBaseFolders.Count() > 0
FATAL ERROR (shutting down): Unable to initialize Steam.
Segmentation fault (core dumped)

Glory 03-29-2020 03:59

Re: Not able to start server under Linux (error)
 
my directory of the server is : dobromir@server:~/Desktop/#CS.BG1/Respawn/Linux/Server

CryWolf 03-29-2020 04:09

Re: Not able to start server under Linux (error)
 
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 *

Glory 03-29-2020 06:46

Re: Not able to start server under Linux (error)
 
Issue resolved! Thank you for the assistance all! :up:


All times are GMT -4. The time now is 02:08.

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