Page 219 of 354
Re: DiscImageCreator
Posted: Thu Oct 03, 2019 2:59 pm
by Madroms
Is it possible to add an option / switch to let us use DIC on Plextor drives with older firmwares ?
So to bypass the error thrown currently: [ERROR] This drive isn't latest firmware. Please update.
I want to test older firmwares.
Re: DiscImageCreator
Posted: Fri Oct 04, 2019 7:26 am
by sarami
Madroms wrote:Is it possible to add an option / switch to let us use DIC on Plextor drives with older firmwares ?
If you want it, modify and build the source code by yourself. I don't support old firmwares anymore.
Ski-Doo X-Team Racing
Ordered. Estimated delivery is Tue, Oct 15 - Mon, Nov 18.
user7 wrote:Tried dumping a ps2 unlicensed disc again that got stuck on a previous version of DIC
Perhaps I can't fix it without the same copy.
Re: DiscImageCreator
Posted: Sat Oct 05, 2019 12:16 pm
by F1ReB4LL
/viewtopic.php?p=54681#p54681 -- any idea about the data in R-W channels in the subs? It's not CD+G, as I understand.
Re: DiscImageCreator
Posted: Sat Oct 05, 2019 10:07 pm
by sarami
DIC: Try not to use /c2.
Subdump: Try other mode (0, 1, 2, 4, 5).
Re: DiscImageCreator
Posted: Mon Oct 07, 2019 11:04 pm
by Nexy
edc/ecc check is reporting wrong error count again, treating track 02 pregap as data mode when it's audio.
https://drive.google.com/open?id=1SMF3A … N2z3JpMB4F
Re: DiscImageCreator
Posted: Tue Oct 08, 2019 1:00 am
by sarami
Nexy wrote:treating track 02 pregap as data mode when it's audio.
Because the ctrl of SubQ is 4.
Code: Select all
LBA[094086, 0x16f86]: P[00], Q[410200000273002056362899]{ Data, Copy NG, Track[02], Idx[00], RMSF[00:02:73], AMSF[20:56:36]}, RtoW[0, 0, 0, 0]
LBA[094087, 0x16f87]: P[ff], Q[4102000002720020563792e9]{ Data, Copy NG, Track[02], Idx[00], RMSF[00:02:72], AMSF[20:56:37]}, RtoW[0, 0, 0, 0]
LBA[094088, 0x16f88]: P[ff], Q[410200000271002056388dd4]{ Data, Copy NG, Track[02], Idx[00], RMSF[00:02:71], AMSF[20:56:38]}, RtoW[0, 0, 0, 0]
:
You can also check it by subdump.
Re: DiscImageCreator
Posted: Tue Oct 08, 2019 12:37 pm
by Nexy
Should probably check the sector mode too? I've gotten this on a few discs.
Re: DiscImageCreator
Posted: Wed Oct 09, 2019 3:38 am
by sarami
Nexy wrote:Should probably check the sector mode too?
Yes, but according to the mainError.txt, 1st 16 bytes of track 02 of Command & Conquer - Sole Survivor are zero.
Re: DiscImageCreator
Posted: Wed Oct 09, 2019 6:03 pm
by Nexy
The entire pregap is 0?
Re: DiscImageCreator
Posted: Fri Oct 11, 2019 10:37 am
by sarami