User:Mictlantecuhtle/redumpernotes
From Redump Wiki
(personal notes for future guidance) |
(→warning: lead-out ends with unavailable sector) |
||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | == redumper Warnings and Processes == | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | redumper logs can contain a range of warnings of interest to moderators. Some of these will always require further action, while others will help to inform moderators of areas of interest or potential concern. | |
- | + | === Warnings requiring further action === | |
- | # We get a | + | ==== "Show stoppers" requiring discard of submission ==== |
- | # | + | |
- | # | + | The following four warnings effectively mean that the drive being used does not support some fundamental feature required for redump purposes. Submissions with these warnings should be discarded and the dumper directed to the [[Optical_Disc_Drive_Compatibility|List of supported disc drives]] |
- | # If either solution above is unrealistic | + | |
+ | # warning: drive doesn't support reading of subchannel data | ||
+ | # warning: drive doesn't support C2 Error pointers | ||
+ | # warning: unsupported drive read method | ||
+ | # warning: subchannel data is not available, generating TOC index 0 entries | ||
+ | |||
+ | === Additional action required to check/process === | ||
+ | |||
+ | ==== warning: unable to read CD-TEXT, SCSI ({}) ==== | ||
+ | |||
+ | Drive failed to read CD-TEXT, questionable and this shouldn't pop up on compatible drives. | ||
+ | |||
+ | <span style="background:#ffff00">Not sure what the process is here</span> | ||
+ | |||
+ | ==== warning: descramble failed (LBA: {} .. {}) ==== | ||
+ | |||
+ | An indication of CD-ROM standard deviation and potential mastering issues, including, but not limited to, disc write offset shift | ||
+ | |||
+ | <span style="background:#ffff00">Not sure what the process is here</span> | ||
+ | |||
+ | ==== warning: TOC / QTOC mismatch ==== | ||
+ | |||
+ | TOC and subchannel desync that might affect track split or CUE-sheet flags and track type, redump.org favors TOC based split but the decision has to be made which variant is preferable for a given disc | ||
+ | |||
+ | <span style="background:#ffff00">Not sure what the process is here</span> | ||
+ | |||
+ | ==== warning: incomplete dump detected, using available dump size ==== | ||
+ | |||
+ | Dump is incomplete with regard to TOC lead-out entry, safe to ignore for dumps with TOC lead-out entry that spans beyond physical media size, such as unlicensed early [PS2] Datel discs, such discs can be dumped either with --stop-lba=<value> or Ctrl+C redumper interruption and split has to be performed with --iso9660-trim option, this is advanced use and will be covered later | ||
+ | |||
+ | <span style="background:#ffff00">Not sure what the process is here</span> | ||
+ | |||
+ | ==== warning: split is performed by QTOC ==== | ||
+ | |||
+ | Indicates the use of --force-qtoc option which instructs redumper to perform a subchannel based track split | ||
+ | |||
+ | '''Process''' | ||
+ | # If there has been prior agreement with the dumper to submit on the basis described above then | ||
+ | #* Process and add the dump according to usual rules, otherwise; | ||
+ | # Discuss with the dumper and discard the submission if required | ||
+ | |||
+ | ==== warning: lead-in starts with unavailable sector ==== | ||
+ | |||
+ | For some discs, it is not always possible to capture all of the lead-in data present, resulting in this error. | ||
+ | |||
+ | '''Process''' | ||
+ | |||
+ | # Confirm which drive was used to dump the disc. If this was an ASUS or Plextor 4824 model, request a dump with another Plextor model. If the dumper does not have another drive available then the disc can be added to the database as follows: | ||
+ | ## If anything other than 0 offset, ask the dumper to redump/split with --force-offset=0 | ||
+ | ## Do not include Track 0 or Universal Hash information | ||
+ | ## Add a note that lead-in data is present but could not be captured due to use of a 4824 drive, and that a redump with another drive is required | ||
+ | # If the disc was dumped with any other compatible Plextor, then request the dumper to redump the disc with the commands --force-offset=0 and --plextor-leadin-skip | ||
+ | |||
+ | ==== warning: lead-out ends with unavailable sector ==== | ||
+ | |||
+ | We are usually able to get ~100 sectors of last session leadout with any good Plextor, including 4824. In some circumstances, we will get a submission where the non-zero leadout data exceeds these 100 sectors. | ||
+ | |||
+ | '''Process''' | ||
+ | |||
+ | Either: | ||
+ | # Use RibShark's 3.10 ASUS drive firmware and dump with --overread-leadout option to get more leadout | ||
+ | # Use a trap disc to get more leadout | ||
+ | # If either solution above is unrealistic | ||
+ | #* If the offset is already at 0, add to the database as is without Track A/AA and Universal Hash, and with a note in the comments ("Lead-out contains nonzero data but could not be completely read") | ||
+ | #* If the offset is not 0, request the dumper to resplit or redump with ''--force-offset=0'', add to the database without Track A/AA and Universal Hash and with a note in the comments ("Lead-out contains nonzero data but could not be completely read, used redumper option --force-offset=0"). Do not include Universal Hash in this case. | ||
+ | |||
+ | === Informational warnings === | ||
+ | |||
+ | The following warnings either indicate some useful information about the dump, or can be safely ignored. | ||
+ | |||
+ | ==== warning: fake TOC detected, using default 74min disc size ==== | ||
+ | |||
+ | Indicates invalid TOC entries, the only known disc that generates such a warning is [PSX] Breaker Pro [http://redump.org/disc/71787/ NTSC] [http://redump.org/disc/72708/ PAL] | ||
+ | |||
+ | ==== warning: incomplete pre-gap (session: ..., unavailable: {}/{}) ==== | ||
+ | |||
+ | This is an indication that drive didn't manage to get full 2 seconds of pre-gap, at the time of writing, this is expected (<span style="background:#ffff00">in certain circumstances???</span>) and can be ignored, unless either of the lead-in/out warnings above obtain. | ||
+ | |||
+ | ==== warning: lead-in contains non-zero data (session: {}, sectors: {}/{}) ==== | ||
+ | |||
+ | Informational, guarantees that Track 0 will be generated | ||
+ | |||
+ | ==== warning: lead-out contains non-zero data ==== | ||
+ | |||
+ | Informational, guarantees that Track A/AA will be generated |
Latest revision as of 14:19, 16 November 2023
redumper Warnings and Processes
redumper logs can contain a range of warnings of interest to moderators. Some of these will always require further action, while others will help to inform moderators of areas of interest or potential concern.
Warnings requiring further action
"Show stoppers" requiring discard of submission
The following four warnings effectively mean that the drive being used does not support some fundamental feature required for redump purposes. Submissions with these warnings should be discarded and the dumper directed to the List of supported disc drives
- warning: drive doesn't support reading of subchannel data
- warning: drive doesn't support C2 Error pointers
- warning: unsupported drive read method
- warning: subchannel data is not available, generating TOC index 0 entries
Additional action required to check/process
warning: unable to read CD-TEXT, SCSI ({})
Drive failed to read CD-TEXT, questionable and this shouldn't pop up on compatible drives.
Not sure what the process is here
warning: descramble failed (LBA: {} .. {})
An indication of CD-ROM standard deviation and potential mastering issues, including, but not limited to, disc write offset shift
Not sure what the process is here
warning: TOC / QTOC mismatch
TOC and subchannel desync that might affect track split or CUE-sheet flags and track type, redump.org favors TOC based split but the decision has to be made which variant is preferable for a given disc
Not sure what the process is here
warning: incomplete dump detected, using available dump size
Dump is incomplete with regard to TOC lead-out entry, safe to ignore for dumps with TOC lead-out entry that spans beyond physical media size, such as unlicensed early [PS2] Datel discs, such discs can be dumped either with --stop-lba=<value> or Ctrl+C redumper interruption and split has to be performed with --iso9660-trim option, this is advanced use and will be covered later
Not sure what the process is here
warning: split is performed by QTOC
Indicates the use of --force-qtoc option which instructs redumper to perform a subchannel based track split
Process
- If there has been prior agreement with the dumper to submit on the basis described above then
- Process and add the dump according to usual rules, otherwise;
- Discuss with the dumper and discard the submission if required
For some discs, it is not always possible to capture all of the lead-in data present, resulting in this error.
Process
- Confirm which drive was used to dump the disc. If this was an ASUS or Plextor 4824 model, request a dump with another Plextor model. If the dumper does not have another drive available then the disc can be added to the database as follows:
- If anything other than 0 offset, ask the dumper to redump/split with --force-offset=0
- Do not include Track 0 or Universal Hash information
- Add a note that lead-in data is present but could not be captured due to use of a 4824 drive, and that a redump with another drive is required
- If the disc was dumped with any other compatible Plextor, then request the dumper to redump the disc with the commands --force-offset=0 and --plextor-leadin-skip
We are usually able to get ~100 sectors of last session leadout with any good Plextor, including 4824. In some circumstances, we will get a submission where the non-zero leadout data exceeds these 100 sectors.
Process
Either:
- Use RibShark's 3.10 ASUS drive firmware and dump with --overread-leadout option to get more leadout
- Use a trap disc to get more leadout
- If either solution above is unrealistic
- If the offset is already at 0, add to the database as is without Track A/AA and Universal Hash, and with a note in the comments ("Lead-out contains nonzero data but could not be completely read")
- If the offset is not 0, request the dumper to resplit or redump with --force-offset=0, add to the database without Track A/AA and Universal Hash and with a note in the comments ("Lead-out contains nonzero data but could not be completely read, used redumper option --force-offset=0"). Do not include Universal Hash in this case.
Informational warnings
The following warnings either indicate some useful information about the dump, or can be safely ignored.
warning: fake TOC detected, using default 74min disc size
Indicates invalid TOC entries, the only known disc that generates such a warning is [PSX] Breaker Pro NTSC PAL
This is an indication that drive didn't manage to get full 2 seconds of pre-gap, at the time of writing, this is expected (in certain circumstances???) and can be ignored, unless either of the lead-in/out warnings above obtain.
warning: lead-in contains non-zero data (session: {}, sectors: {}/{})
Informational, guarantees that Track 0 will be generated
warning: lead-out contains non-zero data
Informational, guarantees that Track A/AA will be generated