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
542 stars 47 forks source link

"Aborted" after hashing the dump of a SafeDisc DVD. #48

Closed gmipf closed 4 years ago

gmipf commented 4 years ago

I'm using the latest DIC version for Linux and have dumped a SafeDisc DVD game two times with different drives. But at the and both times after the hashing I am getting an aborted message, here the output:

sudo ./DiscImageCreator_linux.out dvd /dev/sr1 pc_tlotrtbfme_eax07704456DGER_2/dump.bin 16 /sf
AppVersion
        x64, AnsiBuild, 20200403 180855
/sf val was omitted. set [60]
/home/user/bin/DiscImageCreator_linux/pc_tlotrtbfme_eax07704456DGER_2/ doesn't exist, so create.
CurrentDirectory
        /home/user/bin/DiscImageCreator_linux
WorkingPath
         Argument: pc_tlotrtbfme_eax07704456DGER_2/dump.bin
         FullPath: /home/user/bin/DiscImageCreator_linux/pc_tlotrtbfme_eax07704456DGER_2/dump.bin
            Drive: /
        Directory: home/user/bin/DiscImageCreator_linux/pc_tlotrtbfme_eax07704456DGER_2/
         Filename: dump
        Extension: .bin
StartTime: 2020/05/09(Sat) 13:40:44
Set the drive speed: 22160KB/sec
[F:DVDGetRegion][L:387] GetLastError: 0, Success
Reading DirectoryRecord   47/  47
Detected protection [00000001.TMP]. LBA 10287 to 10441
Creating iso(LBA)  2073472/ 2073472
Hashing: PFI.bin
Hashing: DMI.bin
Hashing: dump.iso
double free or corruption (out)
Aborted

I don't know if it's a problem, the image from both drives are the same.

saramibreak commented 4 years ago
  1. How about other DVDs?
  2. Is .dat file created?
gmipf commented 4 years ago

On other non SafeDisc DVDs there is no "Aborted" message, everything is normal. I have no other SafeDisc discs to test.

I think everything was created, checksum was written to dat. The dump is legit, I have compared checksum with redump. Here is the dump: http://forum.redump.org/topic/28466/ibmpc-the-lord-of-the-rings-the-battle-for-middleearth/

saramibreak commented 4 years ago

Added debug log. http://www.mediafire.com/file/uw3e03kdkmsmvvq/DiscImageCreator_linux_test.tar.gz/file

gmipf commented 4 years ago

It was different this time:

sudo ./DiscImageCreator_linux.out dvd /dev/sr0 pc_tlotrtbfme_eax07704456DGER/dump.bin 16 /sf
[sudo] password for user: 
AppVersion
        x64, AnsiBuild, 20200514 141918
/sf val was omitted. set [60]
/home/user/bin/DiscImageCreator_linux_test/pc_tlotrtbfme_eax07704456DGER/ doesn't exist, so create.
CurrentDirectory
        /home/user/bin/DiscImageCreator_linux_test
WorkingPath
         Argument: pc_tlotrtbfme_eax07704456DGER/dump.bin
         FullPath: /home/user/bin/DiscImageCreator_linux_test/pc_tlotrtbfme_eax07704456DGER/dump.bin
            Drive: /
        Directory: home/user/bin/DiscImageCreator_linux_test/pc_tlotrtbfme_eax07704456DGER/
         Filename: dump
        Extension: .bin
StartTime: 2020-05-15T02:28:11+0200
Set the drive speed: 22160KB/sec
[F:DVDGetRegion][L:387] GetLastError: 0, Success
Reading DirectoryRecord   47/  47
Detected protection [00000001.TMP]. LBA 10287 to 10441
Creating iso(LBA)  2073472/ 2073472
Hashing: PFI.bin
Hashing: DMI.bin
Hashing: dump.iso
TerminateProtectData 1
TerminateProtectData 2
TerminateProtectData 3
EndTime: 2020-05-15T02:33:42+0200

https://mega.nz/file/vRQDCCDJ#ujq5zqaWWY9sgW8MY5o13l0E9TKgXmYUGJfYg_V-wdw

gmipf commented 4 years ago

I have done two other dumps from CD, one SafeDisc and one with SecuROM. Both had the Aborted message after the dump on the latest version, but the hashes were still valid on both. Haven't tested with the test version.