Post Reply  Post Thread 
Pages (3): « First [1] 2 3 Next > Last »
CS:S Update Issue: "Compression Failure"
Author Message
modeps
Junior Member
**


Posts: 4
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #1
CS:S Update Issue: "Compression Failure"

When trying to update my CS:S server this morning, it seemed to be working just fine until it gets to downloading cs_office.bsp... then it chugs for a few seconds and gives the message:

"Downloading: .\cstrike\maps\cs_office.bsp
Compression Failure"

Any ideas? I've tried deleting cs_office.bsp, but that didnt help. Every other update has gone through fine.


http://www.gamerspouch.com
01-18-2005 11:02 PM
Find all posts by this user Quote this message in a reply
Sprinter
Junior Member
**


Posts: 20
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #2
RE: CS:S Update Issue: "Compression Failure"

Remove InstallRecord.blob from your srcds directory and try again. It help in my case.

01-19-2005 01:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
modeps
Junior Member
**


Posts: 4
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #3
RE: CS:S Update Issue: "Compression Failure"

I actually tried that as well and it didnt work. Thanks for the suggestion though.


http://www.gamerspouch.com
01-19-2005 02:37 AM
Find all posts by this user Quote this message in a reply
Sprinter
Junior Member
**


Posts: 20
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #4
RE: CS:S Update Issue: "Compression Failure"

Maybe add option "-retry" to "./steam ..." command. Steam network seems to be very heavily loaded today, so it can causes the problem.

I deleted file InstallRecord.blob and 3rd run of update get through...

01-19-2005 03:28 AM
Visit this user's website Find all posts by this user Quote this message in a reply
cryotek
Forum admin
*******


Posts: 1,208
Group: Administrators
Joined: Dec 2004
Status: Offline
Post: #5
RE: CS:S Update Issue: "Compression Failure"

delete the InstallRecord.blob, and try adding -verify



starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
01-19-2005 03:35 AM
Visit this user's website Find all posts by this user Quote this message in a reply
lonlyboy
Junior Member
**


Posts: 2
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #6
RE: CS:S Update Issue:

I'm having the same issue. Tried deleting the InstallRecord.blob file too.
Tried adding -verify, but that came up as command unknown. Maybe I'm updating wrong to use that.
Any other ideas? I've tried now like over a dozen times. Same file it stops at every time.
btw, this is on Debian linux in case that makes a diff.

01-19-2005 07:14 PM
Find all posts by this user Quote this message in a reply
modeps
Junior Member
**


Posts: 4
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #7
RE: RE: CS:S Update Issue:

lonlyboy Wrote:
I'm having the same issue. Tried deleting the InstallRecord.blob file too.
Tried adding -verify, but that came up as command unknown. Maybe I'm updating wrong to use that.
Any other ideas? I've tried now like over a dozen times. Same file it stops at every time.
btw, this is on Debian linux in case that makes a diff.

I've tried everything above and yep -verify comes up invalid. Its still stopping on cs_office.bsp


http://www.gamerspouch.com
01-19-2005 10:52 PM
Find all posts by this user Quote this message in a reply
Sprinter
Junior Member
**


Posts: 20
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #8
RE: CS:S Update Issue: "Compression Failure"

Hmm, try this:

1. rm -rf ~/.steam
2. remove InstallRecord.blob
3. create new steam account
4. update with this new account


I've got Debian too (ver. 3.1) and get it through.

01-20-2005 12:34 AM
Visit this user's website Find all posts by this user Quote this message in a reply
lonlyboy
Junior Member
**


Posts: 2
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #9
RE: CS:S Update Issue:

This is what I did, and it finally worked for me.

cd ~/.steam
rm ClientRegistry.blob
cd ~/srcds_l
rm InstallRecord.blob

Then ran the update again. It had me re-download the steam file. Once that was done it said to run the Update command again. I did this and it worked fine.

This is a downloading error, not an account error. Should be no reason to create a new account.

Thanks for all your help.

[CT]LonlyBoy
--------------
pwning Iraq, one Terrorist at a time.

01-21-2005 12:28 AM
Find all posts by this user Quote this message in a reply
bee
Junior Member
**


Posts: 1
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #10
RE: CS:S Update Issue: "Compression Failure"

this worked for me:
mv /usr/bin/uncompress /usr/bin/uncompress_
ln -s /usr/bin/gzip /usr/bin/uncompress

the first line backs up your uncompress file (which is a link to compress)
the second line links uncompress to gzip


good luck =]

01-21-2005 02:25 AM
Find all posts by this user Quote this message in a reply
Sherpah
Junior Member
**


Posts: 1
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #11
RE: CS:S Update Issue: "Compression Failure"

Well. Got same problem with cs_office.bsp

What I did was that I've extracted my cs_office.bsp out of the game cache files (*.gcf) and SSH'ed to my server where I did copy/paste with su

That worked for me but now after 100eds of other files got same error for: steam_logo1.wav

..and I cant find it in my gcf files.

Now I try what you did ... *hope Smile

01-21-2005 06:30 AM
Find all posts by this user Quote this message in a reply
modeps
Junior Member
**


Posts: 4
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #12
RE: RE: CS:S Update Issue:

lonlyboy Wrote:
This is what I did, and it finally worked for me.

cd ~/.steam
rm ClientRegistry.blob
cd ~/srcds_l
rm InstallRecord.blob

Then ran the update again. It had me re-download the steam file. Once that was done it said to run the Update command again. I did this and it worked fine.

This is a downloading error, not an account error. Should be no reason to create a new account.

Thanks for all your help.

[CT]LonlyBoy
--------------
pwning Iraq, one Terrorist at a time.

There we go. Good to go.
Thanks!


http://www.gamerspouch.com
01-21-2005 06:44 AM
Find all posts by this user Quote this message in a reply
Aragnite
Junior Member
**


Posts: 1
Group: Registered
Joined: Feb 2005
Status: Offline
Post: #13
RE: CS:S Update Issue: "Compression Failure"

That option worked for me too!!!

good stuff, was getting crazy Toungue

THnx

02-03-2005 06:13 AM
Find all posts by this user Quote this message in a reply
FiRe
Junior Member
**


Posts: 14
Group: Registered
Joined: Dec 2004
Status: Offline
Post: #14
RE: CS:S Update Issue: "Compression Failure"

-verify_all

02-06-2005 07:55 AM
Find all posts by this user Quote this message in a reply
theansaname
Junior Member
**


Posts: 29
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #15
RE: CS:S Update Issue: "Compression Failure"

I get error here

Verifying: .\hl2\models\props_combine\combinetower001.vvd
Downloading: .\hl2\models\props_combine\combinetower001.vvd
Compression Failure


Tried:
cd ~/.steam
rm ClientRegistry.blob
cd ~/srcds_l
rm InstallRecord.blob

and:
mv /usr/bin/uncompress /usr/bin/uncompress_
ln -s /usr/bin/gzip /usr/bin/uncompress


both do not work

This post was last modified: 02-13-2005 12:45 AM by theansaname.

02-13-2005 12:44 AM
Find all posts by this user Quote this message in a reply
Pages (3): « First [1] 2 3 Next > Last »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: