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

[FIXED] Error SteamCMD


Post New Thread Reply   
 
Thread Tools Display Modes
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-29-2014 , 10:51   Re: Error SteamCMD
Reply With Quote #11

I guess he gave a reason.
__________________

Mordekay is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 08-29-2014 , 11:04   Re: Error SteamCMD
Reply With Quote #12

Quote:
Originally Posted by Kakarotto View Post
because last me i post my methode YamiKaitou delete my post for nothing xD lol
Quote:
Originally Posted by Mordekay View Post
I guess he gave a reason.
That's because the method used was to download an illegal copy of it from somewhere else. (given delete reason was "Steam EULA violation")
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 08-29-2014 at 11:05.
Powerlord is offline
Kakarotto
Senior Member
Join Date: Apr 2014
Old 08-29-2014 , 11:16   Re: Error SteamCMD
Reply With Quote #13

Quote:
Originally Posted by Powerlord View Post
That's because the method used was to download an illegal copy of it from somewhere else. (given delete reason was "Steam EULA violation")
you still respect valve rules .? lol
Kakarotto is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 08-29-2014 , 13:38   Re: Error SteamCMD
Reply With Quote #14

Quote:
Originally Posted by Kakarotto View Post
you still respect valve rules .? lol
Yes and I suggest you do too if you don't want the site's admins to escort you out.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-29-2014 , 14:15   Re: Error SteamCMD
Reply With Quote #15

Therefore, nobody here actually fixed anything. They just found an illegal workaround.
__________________
fysiks is offline
Kakarotto
Senior Member
Join Date: Apr 2014
Old 08-29-2014 , 14:28   Re: Error SteamCMD
Reply With Quote #16

Quote:
Originally Posted by fysiks View Post
Therefore, nobody here actually fixed anything. They just found an illegal workaround.
so why illegal ! it's the same as installing with steamcmd !
the different is steamcmd shell script download files directly and the shell script i did download the files compressed and extract it ! what's the different !
Kakarotto is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-29-2014 , 14:30   Re: Error SteamCMD
Reply With Quote #17

The difference ist that the Vlave EULA clearly says that redistributing it's content is NOT allowed. So the only legal way to download hlds is with steamCMD.
Quote:
Originally Posted by Steam EULA
G. Restrictions on Use of Software

You may not use the Software for any purpose other than the permitted access to Steam and your Subscriptions, and to make personal, non-commercial use of your Subscriptions, except as otherwise permitted by this Agreement or applicable Subscription Terms. Except as otherwise permitted under this Agreement (including any Subscription Terms or Rules of Use), or under applicable law notwithstanding these restrictions, you may not, in whole or in part, copy, photocopy, reproduce, publish, distribute, translate, reverse engineer, derive source code from, modify, disassemble, decompile, create derivative works based on, or remove any proprietary notices or labels from the Software or any software accessed via Steam without the prior consent, in writing, of Valve.
__________________


Last edited by Mordekay; 08-29-2014 at 14:33.
Mordekay is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 08-29-2014 , 14:46   Re: Error SteamCMD
Reply With Quote #18

If you get this error:

Code:
Error! App '90' state is 0x402 after update job.
It's an error that means "Missing decryption key" and has been occurring since the last Beta was pushed. I'm trying to contact Alfred directly by email about this after failing to get his attention on Github's ValveSoftware/halflife or the hlds_linux mailing list.

If you get this error:

Code:
Error! App '90' state is 0x602 after update job.
Same problem as 0x402, but you're doing an update instead of a fresh install to this directory.

If you get this error:

Code:
Error! App '90' state is 0x6 after update job.
This error is the current one SteamCMD is spitting out when it fails to retrieve the correct manifest files from Steam. Basically, it's the one that means "Invalid Content Configuration."

Now, on Linux, 0x6 can be fixed if you delete the ~/Steam/ (or others, see below) folder and rerun the install to try to get it to work.

If you get Error 0x1, you may also need to also delete the randomly named directory inside the force_install_dir directory to get this to work.

Note that steamcmd will also look for the depotcache and appcache directories (the ones that need deleting) under the steamcmd directory as that's where older versions of steamcmd stored them. On Windows, this may be stored in %USERPROFILE%/Steam or %APPDATA%/Steam (or the steamcmd directory), but I don't have Steamcmd Windows at the moment to check and can't download steamcmd at work.

Edit: Playing email tag with Alfred right now, including giving him my cs 1.6 steamcmd install script and the steamcmd version number.

Apparently SteamCMD was updated on August 16th... which is right around the time this problem started.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 08-29-2014 at 20:59.
Powerlord is offline
noMsterrr
New Member
Join Date: Aug 2014
Old 08-29-2014 , 23:28   Re: Error SteamCMD
Reply With Quote #19

It now appears as if Steam got it sorted (Kinda)
It's now installing on my Linux Server, however,
when I use command: app_update 90 +app_set_config 90 mod dod
It downloads complete but not dod..lol it downloaded cstrike instead..hahaha
anyways for those of you that want a CS 1.6 Server, It's working perfect for
that!

Oh and BTW here is exactly what I did to get it working on Debian 7 wheezy:

adduser testbench
password testbench
su testbench

wget http://media.steampowered.com/instal...d_linux.tar.gz

tar -xvzf steamcmd_linux.tar.gz

./steamcmd.sh

login as your own steam account

force_install_dir ./dodserver/

app_update 90 +app_set_config 90 mod dod

Downloaded all of CSTRIKE Perfectly!
I just don't want a CS 1.6 Server..LOL
Oh Well!

Good Luck and Cheer's
PM me if you need help...
noMsterrr is offline
noMsterrr
New Member
Join Date: Aug 2014
Old 08-30-2014 , 00:19   Re: Error SteamCMD
Reply With Quote #20

Quote:
Originally Posted by noMsterrr View Post
It now appears as if Steam got it sorted (Kinda)
It's now installing on my Linux Server, however,
when I use command: app_update 90 +app_set_config 90 mod dod
It downloads complete but not dod..lol it downloaded cstrike instead..hahaha
anyways for those of you that want a CS 1.6 Server, It's working perfect for
that!

Oh and BTW here is exactly what I did to get it working on Debian 7 wheezy:

adduser testbench
password testbench
su testbench

wget http://media.steampowered.com/instal...d_linux.tar.gz

tar -xvzf steamcmd_linux.tar.gz

./steamcmd.sh

login as your own steam account

force_install_dir ./dodserver/

app_update 90 +app_set_config 90 mod dod

Downloaded all of CSTRIKE Perfectly!
I just don't want a CS 1.6 Server..LOL
Oh Well!

Good Luck and Cheer's
PM me if you need help...
Problem Sorted, I now have a DoD Server up and Running!
For Linux Users, After you do the above, close your terminal
and open a new term session, Follow the above instructions
again, and it should DL the correct mod.

However, when starting your Server, you may run into a problem
connecting to Steam Servers.

To fix this issue, add +ip xxx.xxx.xxx.xxx to the end of your startup script
or command line.

Cheers!
noMsterrr is offline
Reply



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 15:29.


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