Posts: 4
Threads: 1
Joined: Jan 2005
Reputation:
0
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.
Posts: 20
Threads: 2
Joined: Jan 2005
Reputation:
0
Remove InstallRecord.blob from your srcds directory and try again. It help in my case.
Posts: 4
Threads: 1
Joined: Jan 2005
Reputation:
0
I actually tried that as well and it didnt work. Thanks for the suggestion though.
Posts: 20
Threads: 2
Joined: Jan 2005
Reputation:
0
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...
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
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.
Posts: 2
Threads: 0
Joined: Jan 2005
Reputation:
0
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.
Posts: 20
Threads: 2
Joined: Jan 2005
Reputation:
0
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.
Posts: 2
Threads: 0
Joined: Jan 2005
Reputation:
0
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.
Posts: 1
Threads: 0
Joined: Jan 2005
Reputation:
0
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 =]
Posts: 1
Threads: 0
Joined: Feb 2005
Reputation:
0
That option worked for me too!!!
good stuff, was getting crazy :p
THnx
Posts: 29
Threads: 3
Joined: Jan 2005
Reputation:
0
02-13-2005, 12:44 AM
(This post was last modified: 02-13-2005, 12:45 AM by theansaname.)
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