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

Polish release of THPS4 crashes DIC #238

Closed thegawin closed 8 months ago

thegawin commented 8 months ago

Log file THPS4 CD1 .zip

(Logs should contain necessary info about dumping process.)

Crashes around here:

...
Reached MAX .exe num
Reached MAX .exe num
Reached MAX .exe num
Reached MAX .exe num
Reached MAX .exe num

LBA[1574405648, 0x5dd78610]: [F:ReadCDForCheckingExe][L:1828]
    Opcode: 0xa8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: a8, 00, 5d, d7, 86, 10, 00, 00, 00, 01, 00, 00
dwBufSize: 2048

LBA[134282370, 0x800fc82]: [F:ReadCDForCheckingExe][L:1828]
    Opcode: 0xa8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: a8, 00, 08, 00, fc, 82, 00, 00, 00, 01, 00, 00
dwBufSize: 2048

LBA[35268212, 0x21a2674]: [F:ReadCDForCheckingExe][L:1828]
    Opcode: 0xa8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: a8, 00, 02, 1a, 26, 74, 00, 00, 00, 01, 00, 00
dwBufSize: 2048

LBA[629248, 0x99a00]: [F:ReadCDForCheckingExe][L:1828]
    Opcode: 0xa8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: a8, 00, 00, 09, 9a, 00, 00, 00, 00, 01, 00, 00
dwBufSize: 2048

LBA[1708856, 0x1a1338]: [F:ReadCDForCheckingExe][L:1828]
    Opcode: 0xa8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: a8, 00, 00, 1a, 13, 38, 00, 00, 00, 01, 00, 00
dwBufSize: 2048

LBA[1822520, 0x1bcf38]: [F:ReadCDForCheckingExe][L:1828]
    Opcode: 0xa8
    ScsiStatus: 0x02 = CHECK_CONDITION
    SenseData Key-Asc-Ascq: 05-21-00 = ILLEGAL_REQUEST - LOGICAL BLOCK ADDRESS OUT OF RANGE
lpCmd: a8, 00, 00, 1b, cf, 38, 00, 00, 00, 01, 00, 00
dwBufSize: 2048
saramibreak commented 8 months ago

Try to use test build, plz. https://github.com/saramibreak/DiscImageCreator/issues/234#issuecomment-1759808036

thegawin commented 8 months ago

Hi, the test build is not enough, still crashing. In background in grayed console I can see it stops at Checking EXE at 4096. Linked here commit sounds like good idea, can you give me another build?

MrPepka commented 8 months ago

See this build, it helped me with one disc (similar problem to yours) - https://github.com/saramibreak/DiscImageCreator/issues/239#issuecomment-1785477080

saramibreak commented 8 months ago

And new test build with https://github.com/saramibreak/DiscImageCreator/commit/bec8c446eaf7e3d7e1860a551f23a1f0ea75b4ff. Try it, plz. DiscImageCreator_test.zip

thegawin commented 8 months ago

@saramibreak with new build I was able to move forward and dump disc. Thanks. :)