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

Home Page:http://forum.redump.org/topic/10483/discimagecreator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polish release of THPS4 crashes DIC

thegawin opened this issue · comments

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

Try to use test build, plz.
#234 (comment)

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?

See this build, it helped me with one disc (similar problem to yours) - #239 (comment)

And new test build with bec8c44. Try it, plz.
DiscImageCreator_test.zip

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