Page 343 of 354

Re: DiscImageCreator

Posted: Mon Aug 14, 2023 7:35 pm
by sarami
F1ReB4LL wrote:Can you add more debug info logging to understand the problem?
Added it.
https://www.mediafire.com/file/eq80y20l … st.7z/file

Re: DiscImageCreator

Posted: Sat Sep 09, 2023 3:28 am
by sarami
https://github.com/saramibreak/DiscImag … g/20230909
*2023-09-09
- added: support dumping RVT-R/NR with Plextor drive
- added: reading speed for /c2
- added: subchannel correction when the lead-in is dumped
- added: command-line message to the log file
- changed: transfer length when fixes C2 errors on BW-16D1HT drive with firmware 3.10
- changed: (Track AA).scm filesize

Re: DiscImageCreator

Posted: Fri Sep 22, 2023 5:47 pm
by Kyaerosaber
sarami wrote:
F1ReB4LL wrote:Can you add more debug info logging to understand the problem?
Added it.
https://www.mediafire.com/file/eq80y20l … st.7z/file
Logs for DiscImageCreator_test dump of Ys Book I & II (USA) [TurboDuo]:
https://drive.google.com/file/d/1fkLA6r … sp=sharing

Re: DiscImageCreator

Posted: Sat Sep 23, 2023 7:47 am
by sarami
Kyaerosaber wrote:Logs for DiscImageCreator_test dump of Ys Book I & II (USA) [TurboDuo]:
"Sub Indexes" tracks/cue are created. I think it's no problem.

Re: DiscImageCreator

Posted: Wed Sep 27, 2023 4:12 pm
by user7
DIC is treating intentional C2 errors (unlicensed) with /sf like regular C2 errors. keeps trying to re-read.

Looks like DUMMY.ZIP is triggering the issue (it's usually BIG.DAT).

Re: DiscImageCreator

Posted: Fri Sep 29, 2023 10:45 am
by sarami
user7 wrote:DIC is treating intentional C2 errors (unlicensed) with /sf like regular C2 errors. keeps trying to re-read.

Looks like DUMMY.ZIP is triggering the issue (it's usually BIG.DAT).
Ok, I'll add it.

Re: DiscImageCreator

Posted: Fri Dec 01, 2023 9:40 am
by sarami
https://github.com/saramibreak/DiscImag … g/20231201
*2023-12-01
- added support non-plextor and non-lg/asus drive when data/audio command is used (but some drive failed to dump. e.g. SH-216BB)
- added again -D option in install command of makefile for linux
- added parsing PS3_DISC.SFB and PS3UPDAT.PUP
- added detecting protection (DUMMY.ZIP)
- added a flag indicating readable the lead-out sector (Using ASMedia SATA controller and linux, 0xF1 drive can read the lead-out sector using 0xbe)
- added checking if export, import, resource size are correct
- changed if sync or msf or mode is invalid, it skips descrambling
- changed EXELBA_STORE_SIZE
- fixed /be option
- fixed error sector reading
- fixed reading the multiple PARAM.SFO
- fixed reading PARAM.SFO
- fixed the crash when cab file was extracted
- fixed division by zero
- fixed DEBUG build error
- Updated driveOffset.txt

Re: DiscImageCreator

Posted: Sun Dec 03, 2023 1:42 am
by Nemok
At least with my setup, the latest release is completely unusable: getting c2 errors on every sector, and a warning that the drive does not support subchannel pack mode, while the 20230909 release had no problem (bw-16d1ht + ribshark firmware + sata to usb adapter).

Re: DiscImageCreator

Posted: Sun Dec 03, 2023 9:24 am
by Lugamo
Nemok wrote:At least with my setup, the latest release is completely unusable: getting c2 errors on every sector, and a warning that the drive does not support subchannel pack mode, while the 20230909 release had no problem (bw-16d1ht + ribshark firmware + sata to usb adapter).
I can confirm this.

Re: DiscImageCreator

Posted: Sun Dec 03, 2023 9:51 am
by sarami