Jump to content

Cyclic Redundancy Check


roshan

Recommended Posts

When I try to install games from some old and scratched cds to my new laptop, i keep getting these cyclic redundancy check errors(i have a dvd writer multi drive). However, the cds work fine in other pcs. Is there any way that I can fix these problems or do i need to buy a regular cd player to be able to play the cds?

Link to comment
Share on other sites

Not sure how you can fix it but essencially what it means is your reader isn't reading the cd correctly and it's basically farting and saying there is data missing. I suppose you could try some kinda virtual drive, and litterally copy the CD to it. Not sure how that would turn out.

 

Or you could read the CD from the the drive that reads it, and then network it to your laptop HD. That wouldn't be a fun job... Basically what I'd do is make a copy on a PC that can read it, and see how you fair with that.

RS_Silvestri_01.jpg

 

"I'm a programmer at a games company... REET GOOD!" - Me

Link to comment
Share on other sites

Damn. I think Ill have to buy an external cd rom drive for my laptop or something so that i can run the cds, or burn new copies of them.

 

Sounds to me like the CD's are hammered. No need to shell out serious money, just burn a copy somewhere else if you can, it's certainly not the reader though i imagine the laser should be finer, thusly the problem reading scratched CD's.

RS_Silvestri_01.jpg

 

"I'm a programmer at a games company... REET GOOD!" - Me

Link to comment
Share on other sites

a cyclic redundancy check (CRC) (edit: oops, wrong definition, i'm typing ahead of my thinking)... correct definition: a CRC is generated by sending a data stream, bitwise, through a linear feedback shift register (LFSR) configured with certain tap outputs XOR'd together. once the last bit is stuffed into the pipe is the CRC value, attached to the end of the data stream as a word (two bytes, perhaps, for a 16-bit CRC). it is a very simple method of detecting, but not correcting, possible errors. CRCs have a very low probability of "missing" an error. in other words, if you have a bad bit, the CRC may not match and the data essentially gets dropped.

 

CDs go bad over time (particularly older CDs as the materials were not of the same quality as today's), and even very small scratches may result in CRC errors. however, i have also seen rather deep scratches result in zero errors...

 

taks

comrade taks... just because.

Link to comment
Share on other sites

Thats horrible. But it works on some cd roms though, and doesnt work in others. Is there any way i can disable this cyclic redundancy check bs?

stuff? Its making my life miserable - nothing works on this crappy dvd writer.

 

No, you can't turn it off.

Try the cd's on another drive/computer. If they are ok, just make some backups; if not.. well... :rolleyes: External drives are becoming cheaper every month.

Link to comment
Share on other sites

Is there any way i can disable this cyclic redundancy check bs?

no, you can't. not without changing the firmware in the drive. however, the CRC check is there for your protection. if you get a CRC error, the corruption is possibly enough to cause massive problems with the file or program you're trying to read. corrupted data in a program can be much worse than a typical bug in a program. system stability problems could easily be expected.

 

taks

comrade taks... just because.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...