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
530 stars 45 forks source link

BW-16D1HT error when dumping audio disc #174

Closed malvarenga123 closed 1 year ago

malvarenga123 commented 1 year ago

Version 20220909T220450

Describe the bug Using the command DiscImageCreator.exe cd 16 /q /c2 on a audio-only disc with a BW-16D1HT (FW 3.02), I get the following error. I am able to dump the disc using https://github.com/superg/redumper with the same drive.

Screenshots

AppVersion
        32 bit, AnsiBuild, 20220909T220450
/c2 val1 was omitted. set [4000]
/c2 val2 was omitted. set [0]
valid extension was omitted. -> set .bin
CurrentDirectory
        H:\DiscImageCreator\Release_ANSI
WorkingPath
         Argument: Nevermind.bin
         FullPath: H:\DiscImageCreator\Release_ANSI\Nevermind.bin
            Drive: H:
        Directory: \DiscImageCreator\Release_ANSI\
         Filename: Nevermind
        Extension: .bin
StartTime: 2023-01-09T23:22:51-0300
Set the drive speed: 2822KB/sec
DiskSize of [H:\DiscImageCreator\Release_ANSI]
        Total:   666797862912 bytes
         Used:   366214656000 bytes
        ---------------------------
        Space:   300583206912 bytes
         => There is enough disk space for dumping
This drive can read data sectors at scrambled state [OpCode: 0xbe, C2flag: 1, SubCode: 0]
There isn't data sector in pregap sector of track 1. Change the TRACK_TYPE to audioOnly
This drive can read data sectors at scrambled state [OpCode: 0xbe, C2flag: 1, SubCode: 1]
This drive can read data sectors at scrambled state [OpCode: 0xbe, C2flag: 1, SubCode: 2]
This drive can read data sectors at scrambled state [OpCode: 0xbe, C2flag: 1, SubCode: 4]
LBA[191732, 0x2ecf4]: [F:ReadCDForCheckingReadInOut][L:1046]
        Opcode: 0xbe
        ScsiStatus: 0x02 = CHECK_CONDITION
        SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: be, 04, 00, 02, ec, f4, 00, 00, 01, f8, 00, 00
dwBufSize: 2352
This drive can't read the lead-out
/mr <val> is needed to read the lead-out. <val> is 50 by default
EndTime: 2023-01-09T23:22:54-0300

Disc title Nirvana - Nevermind

Log file Nevermind.zip

fuzz6001 commented 1 year ago

@malvarenga123

This drive can't read the lead-out /mr is needed to read the lead-out. is 50 by default

Try adding /mr as described in the error message.

DiscImageCreator.exe cd 16 /q /c2 /mr
malvarenga123 commented 1 year ago

Thanks @fuzz6001, that did the trick. It's weird that there's a message saying "This drive can't read the lead-out" but asks you to use an argument to read it.