Page 187 of 354

Re: DiscImageCreator

Posted: Mon May 20, 2019 1:21 am
by Nexy
Sarami can you add a switch to disable hashing, so I can use a different tool for that?

Re: DiscImageCreator

Posted: Mon May 20, 2019 7:16 am
by sarami
Nexy wrote:I can use a different tool for that?
What tool? HashMyFiles is accepted for me because CUI is supported.

Re: DiscImageCreator

Posted: Mon May 20, 2019 1:06 pm
by Nexy
CUI has its own, and I was going to make my own with optimizations and SSE so it's not bound to pentium II speeds.

I have to redump 1800 discs and dump several hundred more, the non optimized hashing adds up to a lot of time with that many discs, and I am not getting any younger. Image

Re: DiscImageCreator

Posted: Mon May 20, 2019 1:50 pm
by ClaudeSpeed
Hi,

I just dumped a PC game : /viewtopic.php?t=17722 … sc-french/

Due to C2 errors, DICGUI shall not have created the .cue, .bin, ...
However, as you can see, all these files, incl. the submissionInformation have been produced.

As discussed on discord, I'm reporting this here.

Re: DiscImageCreator

Posted: Mon May 20, 2019 10:26 pm
by user7
As of 20190326
I can no longer dump unlicensed PS2 discs with /sf flag.

Re: DiscImageCreator

Posted: Tue May 21, 2019 7:16 am
by sarami
> Nexy
Does HashMyFiles work in your PC? If yes, I can execute it from DIC. If no, please upload your CUI tool. I can also execute it from DIC.

> ClaudeSpeed
DIC version 20180630 31122 and DICUI 1.10 is not latest. You can use the latest version.

> user7
Logs? My unlicensed PS2 disc is no problem.

Re: DiscImageCreator

Posted: Tue May 21, 2019 5:13 pm
by Nexy
HashMyFiles definitely works on this PC, I will check it on XP machine. But it's OK if I can hash after dump too on modern machine.

:EDIT:

HashMyFiles is even slower than your implementation, I will just live with it until I can come up with something and let you know when I do.

Re: DiscImageCreator

Posted: Fri May 24, 2019 12:17 pm
by Nexy
CSS is not working properly, each VOB tends to have it's own key. Pretty much try any US DVD.

Re: DiscImageCreator

Posted: Fri May 24, 2019 7:59 pm
by user7
sarami wrote:> user7
Logs? My unlicensed PS2 disc is no problem.
https://drive.google.com/file/d/1WiD1p- … sp=sharing

----

Where are we sitting with multisessional support? Have things stalled?

Re: DiscImageCreator

Posted: Fri May 24, 2019 9:43 pm
by sarami
Parotaku wrote:I got a problem dumping Philips CD-i disc 'Dimo's quest' (US version) (in perfect condition, no scratch).
It stops with the following error:
Europe version

Code: Select all

========== FULL TOC ==========
    FirstCompleteSession: 1
     LastCompleteSession: 1
    Session 1, Ctl 0, Adr 1, Point 0xa0, FirstTrack  1, Format: CD-DA or CD-ROM
    Session 1, Ctl 0, Adr 1, Point 0xa1,  LastTrack 19
    Session 1, Ctl 0, Adr 1, Point 0xa2,      Lead-out, AMSF 59:48:00 (LBA[269100, 0x41b2c])
    Session 1, Ctl 0, Adr 1, Point 0x01,      Track  1, AMSF 16:44:00 (LBA[075300, 0x12624])
    Session 1, Ctl 0, Adr 1, Point 0x02,      Track  2, AMSF 20:30:00 (LBA[092250, 0x1685a])
    Session 1, Ctl 0, Adr 1, Point 0x03,      Track  3, AMSF 23:25:00 (LBA[105375, 0x19b9f])
US version

Code: Select all

========== FULL TOC ==========
    FirstCompleteSession: 1
     LastCompleteSession: 1
    Session 1, Ctl 4, Adr 1, Point 0xa0, FirstTrack  1, Format: CD-I
    Session 1, Ctl 0, Adr 1, Point 0xa1,  LastTrack 19
    Session 1, Ctl 0, Adr 1, Point 0xa2,      Lead-out, AMSF 59:50:00 (LBA[269100, 0x41b2c])
    Session 1, Ctl 0, Adr 1, Point 0x02,      Track  2, AMSF 20:30:00 (LBA[092100, 0x167c4])
    Session 1, Ctl 0, Adr 1, Point 0x03,      Track  3, AMSF 23:25:00 (LBA[105225, 0x19b09])
If disc is "Format: CD-I", Track 1 is omitted (perhaps firmware bug). For this, TOC couldn't get correctly.
This was fixed and the disc's hash that he and I have was all matched.
Nexy wrote:each VOB tends to have it's own key.
Yes I know. CSS.exe hasn't supported it yet.
5 c2 errors exist, but I don't know why c2 error recovering function doesn't work...
user7 wrote:Where are we sitting with multisessional support? Have things stalled?
Bug about 2nd session multi-track disc was fixed in the latest test version (20190524 230157).
Cue sheet that admin defines was supported in the latest test version.
If admin and Jackal say 'no problem', I'll commit the code in github.