Page 257 of 354

Re: DiscImageCreator

Posted: Thu Jul 02, 2020 7:37 pm
by sarami
ehw wrote:I'm having issues dumping an Amiga CD-32 prototype but I'm experiencing this error in mainError.txt in each attempt I try:
Because this sector has c2 error.

Re: DiscImageCreator

Posted: Thu Jul 02, 2020 8:47 pm
by ehw
sarami wrote:
ehw wrote:I'm having issues dumping an Amiga CD-32 prototype but I'm experiencing this error in mainError.txt in each attempt I try:
Because this sector has c2 error.
Thanks for the reply.

We had other discs do the same thing within the same session and the issue seemed to fix itself with a powercycle. I heard PX-716UFs had some stability issues like this, so maybe that's what it was.

Re: DiscImageCreator

Posted: Fri Jul 10, 2020 7:41 pm
by sarami
https://github.com/saramibreak/DiscImag … g/20200711
*2020-07-11
- fixed: crash when /ns is used by some discs

Re: DiscImageCreator

Posted: Sat Jul 11, 2020 9:58 pm
by Nexy
sarami, please remove this cab scanning stuff, this is out of scope for DIC. Please make a separate tool or make it off by default.

Re: DiscImageCreator

Posted: Sun Jul 12, 2020 12:58 pm
by Agent47
Nexy wrote:sarami, please remove this cab scanning stuff, this is out of scope for DIC. Please make a separate tool or make it off by default.
I second this. I updated to the latest DIC version last night and wasted 10 mins waiting for the cab scanning which isn't really needed. I'd say leave it off by default and add a flag for those who want to enable it.

Re: DiscImageCreator

Posted: Tue Jul 14, 2020 2:30 pm
by Enker
sarami wrote:
antimatter wrote:IsoBuster dumps the disc correctly but DIC underdumps the disc while using the latest DIC test version
Same problem. /viewtopic.php?p=25684#p25684
DIC uses "Anchor Volume Descriptor Pointer", not TOC length.
DIC was using the TOC length in the April release (logs here). The Anchor Pointer should be used for BD-R discs that only have UDF.

Re: DiscImageCreator

Posted: Wed Jul 15, 2020 3:32 pm
by Dark Frost
Hey Guys ı found Lite-On LH-20A1P This Drive But I Ask Someting
https://www.cdrinfo.com/d7/content/lite-lh-20a1p?page=1
I Look This Test Result Test Resuls Say This Drive Read Leadin and Lead Out
DiscImageCreator Tool Work This Drive ?
Can I Buy İt ?

Re: DiscImageCreator

Posted: Thu Jul 16, 2020 7:30 am
by sarami
https://github.com/saramibreak/DiscImag … g/20200716
- added: /mscf flag for cd command
- added: /avdp flag for dvd or bd command

Code: Select all

/mscf   Extract MicroSoftCabFile (.cab)
/avdp   Use Anchor Volume Descriptor Pointer as file length
Dark Frost wrote:Lite-On LH-20A1P
Not support d8 opcode.

Re: DiscImageCreator

Posted: Thu Jul 16, 2020 9:32 am
by Agent47
sarami wrote:https://github.com/saramibreak/DiscImag … g/20200716
- added: /mscf flag for cd command
- added: /avdp flag for dvd or bd command
Thanks for implementing the .cab flag.

Re: DiscImageCreator

Posted: Sat Jul 18, 2020 3:18 am
by Jackal
@sarami I tested the xgd2swap command today and it works. The dump matches the 0800 dump from Xbox Backup Creator.

I have some questions though:

Code: Select all

D:\dic>dic xgd2swap e prostreet 4 3825924 108976 3719856
AppVersion
        x86, AnsiBuild, 20200711T101216
valid extension was omitted. -> set .bin
CurrentDirectory
        D:\dic
WorkingPath
         Argument: prostreet.bin
         FullPath: D:\dic\prostreet.bin
            Drive: D:
        Directory: \dic\
         Filename: prostreet
        Extension: .bin
StartTime: 2020-07-18T10:24:16+0200
Set the drive speed: 5540KB/sec
Reading DirectoryRecord    3/   3
Creating iso(LBA)  4167012/ 4167012
Hashing: prostreet.iso
EndTime: 2020-07-18T10:37:19+0200
You can see here that I entered 3825924 as size, and the output file has the correct size, but still, the drive reads up to sector 4167012. Is this necessary?

Also, for xgd3swap you would need a swap disc that is 4267015 sectors long. I will see if it's possible to burn a fake TOC, because normal DVD9's (and DVD+R DL) are much smaller.