Raised This Month: $12 Target: $400
 3% 

AMX Mod X 1.8.2 for 2013 HLDS Update


Post New Thread Reply   
 
Thread Tools Display Modes
dram
Member
Join Date: Mar 2011
Old 02-15-2013 , 10:41   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #31

Arkshine , my system is freebsd 9.0, when i want to run steamcmd i saw error :

Quote:
# sh steamcmd.sh
cd: steamcmd.sh: No such file or directory
main.cpp (316) : Assertion Failed: Couldn't chdir into the install path

Quote:
# sh steamcmd
steamcmd: 1: Syntax error: "(" unexpected
Quote:
# sh steam.sh
cd: steam.sh: No such file or directory
steam.sh: 39: Syntax error: "(" unexpected
dram is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-15-2013 , 11:02   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #32

Sorry, I'm not pro-linux. Reading the documentation, all I can say is : make sure you are in the directory where SteamCmd is, then do : ./steamcmd.sh.
__________________
Arkshine is offline
T-z3P
Senior Member
Join Date: Apr 2008
Location: Iasi, Romania
Old 02-15-2013 , 11:07   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #33

Also having problems....
Code:
# ./steamcmd.sh
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[  0%] Download complete.
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam3...client_api.cpp (275) : Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed.

FAILED.
__________________


T-z3P is offline
Send a message via Yahoo to T-z3P Send a message via Skype™ to T-z3P
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 02-15-2013 , 12:12   Re: Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #34

Quote:
Originally Posted by fysiks View Post
What? Is Valve porting servers to Mac in addition to clients? That doesn't make sense does it? Mac's aren't typically used for servers AFAIK (I guess I could be wrong here since I avoid that crap like the plague).
There are companies that run Mac servers. Haven't seen one but. In school they taught us on all 3 platforms due to what's active in the industry
Doc-Holiday is offline
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 02-15-2013 , 12:14   Re: Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #35

Quote:
Originally Posted by T-z3P View Post
Also having problems....
Code:
# ./steamcmd.sh
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[  0%] Download complete.
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam3...client_api.cpp (275) : Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed.

FAILED.
I've only played with ubuntu but I had to make it executable and install 32bit libs. Seems like it's executing do maybe you just need the libs?
Doc-Holiday is offline
dram
Member
Join Date: Mar 2011
Old 02-15-2013 , 12:58   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #36

I have this :


Quote:
# ./steamcmd.sh
Redirecting stderr to '//Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[ 0%] Download complete.
[----] Verifying installation...
[ 0%] Downloading update...
[ 0%] Checking for available updates...
[ 0%] Download complete.
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching Steam...
exec: ./steamcmd.sh: not found
And script stopped

Edit now have

Quote:
Redirecting stderr to '//Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[ 0%] Download complete.
[----] Verifying installation...
[----] !!! Fatal Error: Failed to load libsteam.so

but libsteam.so is everywhere

Last edited by dram; 02-15-2013 at 14:00.
dram is offline
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 02-15-2013 , 14:45   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #37

Main problem of this update is : we need to wait that server's provider updates their update tool and that can take a looong time :/
Fr33m@n is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 02-15-2013 , 15:58   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #38

dram: For the libserver.so error, were you running steamcmd.sh or linux32/steamcmd ? I generally got this error when running the latter.

Quote:
Originally Posted by Fr33m@n View Post
Main problem of this update is : we need to wait that server's provider updates their update tool and that can take a looong time :/
Providers that also host CS:GO servers... or any of Tripwire Interactive's game servers... should already have steamcmd support up and running.

Providers should switch soon now, because Valve is planning on pushing all servers available through Steam over to SteamCMD.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 02-15-2013 at 16:04.
Powerlord is offline
dram
Member
Join Date: Mar 2011
Old 02-15-2013 , 16:49   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #39

Quote:
./steamcmd +login login pass +force_install_dir ./cs_hlds/ app_update 90 validate
return

Quote:
Redirecting stderr to '//Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[ 0%] Download complete.
[----] Verifying installation...
[----] !!! Fatal Error: Failed to load libsteam.so
dram is offline
Sight18
Junior Member
Join Date: Aug 2011
Old 02-15-2013 , 18:34   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #40

for the people having issues while running steamcmd:

do not run the tool as root, make a new user then login as root and as the new user, chmod the directory like this on the root login:

cd -R 777 /etc/servers/ (i run multiply servers with over 20 ftp accounts)

then you just run the tool as the new user (NOT ROOT), be sure you give the user sudo access.


if you google it you can find it, i've googl'd it myself aswell

also here is the link were i learned from on how to do this:

https://developer.valvesoftware.com/wiki/SteamCMD

if you use 64bits, be sure to read and install the "32-bit libraries on 64-bit Linux systems" on that page i just linked. this all worked fine for me.
Sight18 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 20:19.


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