Page 322 of 354

Re: DiscImageCreator

Posted: Thu Mar 10, 2022 1:51 am
by sarami
TheMechasaur wrote:Attached.
- fixed: checking of the directory record length
https://www.mediafire.com/file/eq80y20l … st.7z/file

Re: DiscImageCreator

Posted: Thu Mar 10, 2022 9:20 am
by TheMechasaur
sarami wrote:
TheMechasaur wrote:Attached.
- fixed: checking of the directory record length
https://www.mediafire.com/file/eq80y20l … st.7z/file
Both discs dumped successfully. Thx

Re: DiscImageCreator

Posted: Sat Mar 12, 2022 3:10 pm
by max
There seems to be a fault regarding the new /rr argument: https://github.com/saramibreak/DiscImag … issues/117

Re: DiscImageCreator

Posted: Wed Mar 16, 2022 11:18 pm
by NovaAurora
Latest DIC produces an unusable multisession .img and data track, tried several mounting tools, data track appears empty in Isobuster.
Alcohol 120 creates a working image. Isobuster dump also fails.
Issue present since at least Nov 2021 build, haven't tested older.

Logs: https://mega.nz/file/bBc2XIrD#6CP-ddLxn … Jl5hj2JtQA

Re: DiscImageCreator

Posted: Sun Mar 20, 2022 11:15 am
by F1ReB4LL
Check the last non-zero byte -> Detected in 0x7ad(1965) of LBA 288285 + -1
Check the 1st non-zero byte -> Detected in 0(0) of LBA -75
Non-zero byte position is over the -10,000 samples. Not fix the offset
Does it mean the leadout has non-zero data? If yes, it should change the offset according to the leadout + dump the first pregap separately.

Re: DiscImageCreator

Posted: Sun Mar 20, 2022 9:16 pm
by sarami
F1ReB4LL wrote:Does it mean the leadout has non-zero data?
No, LBA 288285 is the 1st lead-out sector, therefore "LBA 288285 + -1" indicates the last sector.

Re: DiscImageCreator

Posted: Mon Mar 21, 2022 7:58 pm
by F1ReB4LL
sarami wrote:
F1ReB4LL wrote:Does it mean the leadout has non-zero data?
No, LBA 288285 is the 1st lead-out sector, therefore "LBA 288285 + -1" indicates the last sector.
Ok. But, again, if the first pregap is "over the -10,000 samples", why not to dump it separately as Pregap.bin or Track 00.bin?

Re: DiscImageCreator

Posted: Wed Mar 23, 2022 9:49 pm
by sarami
F1ReB4LL wrote:why not to dump it separately as Pregap.bin or Track 00.bin?
Is there .pre file? If yes, it's the pregap sector of the track 1.

Re: DiscImageCreator

Posted: Sat Mar 26, 2022 8:29 pm
by F1ReB4LL
sarami wrote:
F1ReB4LL wrote:why not to dump it separately as Pregap.bin or Track 00.bin?
Is there .pre file? If yes, it's the pregap sector of the track 1.
It's there, but its size is 0 bytes. Plextor Premium was used.

Re: DiscImageCreator

Posted: Sat Mar 26, 2022 10:39 pm
by sarami
F1ReB4LL wrote:It's there, but its size is 0 bytes.
fixed.
https://www.mediafire.com/file/eq80y20l … st.7z/file