[Resolved] How many number of errors?

User avatar
fuzzball
Posts: 1827
Joined: Mon Jun 08, 2026 1:26 am

[Resolved] How many number of errors?

Post by fuzzball »

dic.img_EdcEcc.txt

Code: Select all

[ERROR] Number of sector(s) where user data doesn't match the expected ECC/EDC: 1
    Sector: 32431, 
[INFO] Number of sector(s) where while user data does match the expected ECC/EDC there is no EDC: 4
    Sector: 13, 14, 15, 32431, 
[WARNING] Number of sector(s) where flag byte doesn't zero: 1
    Sector: 12, 
CDMage

Code: Select all

Image has 2 corrupted sectors.

Sector ... Severity
   162     High
32,581     Low
Last edited by fuzzball on Sat Oct 10, 2020 9:39 pm, edited 1 time in total.
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] How many number of errors?

Post by F1ReB4LL »

And edccchk (for comparison)? I'm not sure what does "flag byte doesn't zero" mean.
reentrant
Posts: 719
Joined: Mon Jun 08, 2026 1:28 am

Re: [Resolved] How many number of errors?

Post by reentrant »

It's this:

if(sector[0x10] == sector[0x14] && sector[0x11] == sector[0x15] && sector[0x12] == sector[0x16] && sector[0x13] == sector[0x17]) { OK } else { FLAGS_NOT_SAME }
User avatar
fuzzball
Posts: 1827
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] How many number of errors?

Post by fuzzball »

F1ReB4LL wrote:And edccchk (for comparison)? I'm not sure what does "flag byte doesn't zero" mean.
edccchk  1.26

Code: Select all

edccchk - CD image EDC/ECC Checker
v1.26 (32-bit Windows, MinGW, large file support)
  Copyright (C) 2013 Natalia Portillo
  http://www.claunia.com/
  based on ecm v1.03
  Copyright (C) 2002-2011 Neill Corlett
Checking dic\dic.img...
Subheader copies differ in mode 2 form 2 sector at address: 00:02:12
Mode 2 form 1 sector with error at address: 07:14:31
07:14:31: Failed ECC P
07:14:31: Failed ECC Q
Non-data sectors........ 50166
Mode 0 sectors.......... 0
        with errors..... 0
Mode 1 sectors.......... 0
        with errors..... 0
Mode 2 form 1 sectors... 32428
        with errors..... 1
        with warnings... 0
Mode 2 form 2 sectors... 4
        with errors..... 0
        with warnings... 1
Total sectors........... 82598
Total errors............ 1
Total warnings.......... 1
Total errors+warnings... 2
Done
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: [Resolved] How many number of errors?

Post by sarami »

retaliator have the same error disc by chance.
/viewtopic.php?t=11763 … ification/

Code: Select all

[ERROR] Number of sector(s) where user data doesn't match the expected ECC/EDC: 1
    Sector: 113551, 
  :
  :
[WARNING] Number of sector(s) where flag byte doesn't zero: 3
    Sector: 10535, 15956, 17753, 
Total errors: 1
EccEdc adopts the errors count of edccchk, but redump db adopts that of CDMage. https://redump.info/disc/327/
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
User avatar
iR0b0t
Posts: 3397
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] How many number of errors?

Post by iR0b0t »

sarami wrote:but redump db adopts that of CDMage
Not really. I have extra updated the submission form text with "Errors count (edccchk v1.26)" to be used with.

Code: Select all

EdcEcc  > [ERROR] Number of sector(s) where user data doesn't match the expected ECC/EDC: 1

Code: Select all

edccchk > Total errors............ 1
either one or the other should be used

NO CDmage
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: [Resolved] How many number of errors?

Post by sarami »

iR0b0t wrote:Not really. I have extra updated the submission form text with "Errors count (edccchk v1.26)" to be used with.
From when? If the error counts of CDMage isn't adopted forever, I think the old dump that has errors should be rechecked. Or already rechecked?
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] How many number of errors?

Post by F1ReB4LL »

iR0b0t wrote:Not really. I have extra updated the submission form text with "Errors count (edccchk v1.26)" to be used with.
Better not to, due to /viewtopic.php?p=38722#p38722 at least.
ack2121
Posts: 449
Joined: Mon Jun 08, 2026 1:28 am

Re: [Resolved] How many number of errors?

Post by ack2121 »

I find for psx-j that:

edccchk v1.26 errors+warnings count = CDMage error count
User avatar
iR0b0t
Posts: 3397
Joined: Mon Jun 08, 2026 1:26 am

Re: [Resolved] How many number of errors?

Post by iR0b0t »

sarami wrote:From when? If the error counts of CDMage isn't adopted forever, I think the old dump that has errors should be rechecked. Or already rechecked?
A long time ago, 1-2 years. The old values weren't rechecked i think, but we would only have to recheck discs with errors count > 1
F1ReB4LL wrote:Better not to, due to /viewtopic.php?p=38722#p38722 at least.
Those cases are an exception. Anyways, CDmage is way more worse, it is counting WARNING cases to the total errors count.
ack2121 wrote:edccchk v1.26 errors+warnings count = CDMage error count
See above Image
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
Post Reply