saramibreak / DiscImageCreator

This is the disc (CD, GD, DVD, HD-DVD, BD, GC/Wii, XBOX, XBOX 360) and disk (Floppy, MO, USB etc) image creation tool
http://forum.redump.org/topic/10483/discimagecreator/
Apache License 2.0
513 stars 45 forks source link

Discs with 6-second index 02 #229

Closed MrPepka closed 5 months ago

MrPepka commented 10 months ago

Version 20230606

Describe the bug I have a case of a CD that displays C2 errors on sectors 300-307 and 320-327. This disc has a index 02 of as long as 6 seconds, and the sectors with C2 errors do not have any files (this is what CDMage claims), which leads us to assume that these errors are in the index 01. Could these be mastering errors or unidentified protection?

Screenshots Paste command-line text.

Disc title Liga Polska Manager 2000

Disc ringcode All the string that is written the inner of the disc (IFPI etc.)

URL Tell me the link to get the disc. Amazon: eBay: discogs:

Log file

Liga_Polska_Manager_2000_Poland_logs-c2.zip Liga_Polska_Manager_2000_Poland_logs-no-c2.zip

MrPepka commented 10 months ago

Just in case, I am also posting logs from the latest version 20230909 LPM2000_logs-no-c2.zip LPM2000_logs-c2.zip

saramibreak commented 10 months ago

This disc has a index 02 of as long as 6 seconds

LBA 450 to 525. It seems it's intentional.

the sectors with C2 errors do not have any files (this is what CDMage claims), which leads us to assume that these errors are in the index 01

LBA 299 to 1498 are mode 2 but no EDC (Other sectors are mode 2 form 1). It seems it's also intentional.

Could these be mastering errors or unidentified protection?

I'm not sure but it may be a protection. Protection list is here -> https://www.cdmediaworld.com/hardware/cdrom/cd_protections.shtml

Or "A-Ray Scanner", which is copy protect detection tool, may be useful.

MrPepka commented 10 months ago

Hmm, it looks like neither A-Ray, ProtectionID nor BOS detects protection on this CD. Mastering errors?

saramibreak commented 10 months ago

Liga Polska Manager 2000

Same publisher game list: https://www.mobygames.com/company/4673/marksoft/games/ Same developer game list: https://www.mobygames.com/company/20701/mgroup/games/

Maybe there is a title with the same protection( or error).

CookiePLMonster commented 10 months ago

No information on Liga Polska Manager '98: http://redump.org/disc/89785/

Or on Platypus: http://redump.org/disc/58117/

MrPepka commented 9 months ago

I have a question. Does the /sk option allow skipping more than 2 sectors? If not, would you add such an option? I want to be able to enter a range of sectors to be skipped, e.g. 300-307, instead of entering each sector individually.

saramibreak commented 9 months ago
 LBA[000300, 0x0012c] Detected C2 error "00 F0 F0 F0 00 00 00 0F 0F 0F 00"
This error can't be fixed by plextor drive. Needs to dump it by non-plextor drive and replace it

Do you have ASUS/LG drive that can read the lead-out sector?

MrPepka commented 9 months ago

Unfortunately, my BW-16D1HT with firmware 3.10 modded by RibShark is also unable to read this sector and reports a C2 error in it

saramibreak commented 9 months ago
  1. If possible, upload 3.10 logs plz.
  2. If you have NOT modded drive (BW-16D1HT 3.02 etc), test it plz.
MrPepka commented 9 months ago
  1. LPM2000.zip

  2. I will try to test it on my BH16NS40
MrPepka commented 9 months ago

Logs from BH16NS40 LPM2000 (LG).zip

saramibreak commented 9 months ago

3.10 and BH16NS40 output similar result. LBA 300 ... 367 always output the same hash -> intentional error? It seems that other sectors are real error.

This problem looks like "Eikan wa kimi ni 3" of the FM Towns. http://forum.redump.org/topic/32047/fm-towns-disc-c2-error/

MrPepka commented 9 months ago

What if it was possible to set the /sk option so that I could skip more than 2 sectors and that I could use this option to set 2 sector ranges (300-307 and 320-327) and I could dump these sectors in a drive that would somehow read them (at least and swapping disc method)?

saramibreak commented 9 months ago

300-307 and 320-327 are readable sectors. I'm not sure that these sectors are really protected, so I don't skip reading. /sk is used for unreadable sector (e.g. laserlock).

MrPepka commented 9 months ago

These sectors are probably not protected, but what I mean is that I want to dump the disc in DIC on Plextor, but skipping sectors 300-307 and 320-237. I want to read the sectors that I have indicated on another drive (GSA-H10N? H20N? Any drive that will read these sectors without errors) and then import them to the image created in DIC. Oh, that's right. While we're on the subject. The merge option you once implemented still works? http://forum.redump.org/post/63837/#p63837

saramibreak commented 9 months ago

You dump the 300...307 and 320...327 sectors by any drive using date command.

DiscImageCreator.exe data <driveletter> 300to307.bin <drivespeed> 300 307
DiscImageCreator.exe data <driveletter> 320to327.bin <drivespeed> 320 327

And merge these files into "LPM2000".

DiscImageCreator.exe merge LPM2000.bin 300to307.bin
DiscImageCreator.exe merge LPM2000.bin 320to327.bin

As a result, 300...307 and 320...327 sectors with c2 error in LPM2000.bin are replaced by these non c2 error sectors.

MrPepka commented 8 months ago

Could you look at the logs from BW-16D1HT? It seems that this drive doesn't like it when a disc with audio tracks has C2 errors, we had a similar problem here - https://github.com/saramibreak/DiscImageCreator/issues/236#issuecomment-1791062390 LPM2000 (ASUS).zip