DiscImageCreator
Re: DiscImageCreator
Maybe it's possible to add support for any drive like perfectrip do in future, unofficially? Manually add offset for data+audio cd or at least dump cd with data track only. I try to dump via data command (DiscImageCreator.exe data i parasite 0 0 254478 /c2 /s 2) CD with data track only and on any errors c2 doesn't work, only report error sector. I used perfectrip, but it doesn't have error correction or retried small times, only for clean or like new discs. With some different drives it's possible to verify dump without plextor drives. I have old plextor cd-rw but doesn't want to kill him for dumping my pirated translated collection PSX and DreamCast games. At least add support dump data track discs with cd command, not data command and c2 support for error corections.
Last edited by gaijin on Mon Aug 01, 2016 4:48 am, edited 1 time in total.
-
ssjkakaroto
- Posts: 286
- Joined: Mon Jun 08, 2026 1:26 am
Re: DiscImageCreator
Small bug using data mode:
DIC forgets to add .bin to the EccEdc command line.
Manually running
works
Code: Select all
E:\DiscImageCreator\Release_ANSI>DiscImageCreator.exe data i "Unreal Mission Pack I - Return to Na Pali" 16 0 331789 /c2
(...)
Allocating packed memory for C2 errors: 8192
Set read command: 0xbe, subcode reading mode: Raw
Checking SubQ ctl (Track) 1/ 1
Creating bin from 0 to 331789 (LBA) 331788
No C2 errors
Exec ""E:\DiscImageCreator\Release_ANSI\EccEdc.exe" check "E:\DiscImageCreator\Release_ANSI\Unreal Mission Pack I - Return to Na Pali""
[F:main][L:690] GetLastError: 2, The system cannot find the file specified.
Freeing allocated memory for C2 errors: 8192
End time: 2016-08-02(Tue) 20:47:08Manually running
Code: Select all
EccEdc.exe check "Unreal Mission Pack I - Return to Na Pali.bin"
Last edited by ssjkakaroto on Tue Aug 02, 2016 6:57 pm, edited 1 time in total.
Re: DiscImageCreator
Uploaded 20160805 ver. (DIC, EccEdc)
Updated to VS2015 Update 3. Please download the Redistributable Packages for Visual Studio 2015 Update 3.
I want these all disc log that is created by DIC, for I don't know this protection.
Updated to VS2015 Update 3. Please download the Redistributable Packages for Visual Studio 2015 Update 3.
Probably fixed.ssjkakaroto wrote:Small bug using data mode:
I don't have any cd drive except plextor now, so I can't support now.gaijin wrote:Maybe it's possible to add support for any drive like perfectrip do in future, unofficially?
https://redump.info/disc/38096/ https://redump.info/disc/37976/ https://redump.info/disc/37974/ https://redump.info/disc/38214/reentrant wrote:Ok the problem with VOB is that DIC is not able to recognize the protection
I want these all disc log that is created by DIC, for I don't know this protection.
Last edited by sarami on Fri Aug 05, 2016 9:11 am, edited 1 time in total.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
-
ssjkakaroto
- Posts: 286
- Joined: Mon Jun 08, 2026 1:26 am
Re: DiscImageCreator
sarami, I think you can test this with plextor drives also. Just don't read the disc in scrambled mode.sarami wrote:I don't have any cd drive except plextor now, so I can't support now.
This is what already happens when you use DIC with the "data" and "audio" options. We're only missing the option of reading a mixed-mode disc.
Last edited by ssjkakaroto on Fri Aug 05, 2016 6:35 pm, edited 1 time in total.
Re: DiscImageCreator
It appears I can't use my usual dumping bat with DIC anymore, can anyone please help me create a new dumping bat since I have such a hard time with commandline?
Re: DiscImageCreator
DiscImageCreator.exe cd f: DISC 4 /rc /c2 20 /d8
And watch out for C2 errors
Always look at mainError file
If nothing pops up the dump should be good. Watch out for protected discs.
And watch out for C2 errors
Always look at mainError file
If nothing pops up the dump should be good. Watch out for protected discs.
-
ssjkakaroto
- Posts: 286
- Joined: Mon Jun 08, 2026 1:26 am
Re: DiscImageCreator
If your discs have different types of protection, you can't just use a standard bat file for dumping.
Re: DiscImageCreator
Ok, here are the DIC logs from https://redump.info/disc/37976/
Link: http://hotfile.mobi/fqj6g59
Pass: __https://redump.info/disc/37976/__
The key problem here is that there are two data tracks and the last data track has corrupted sync and is not picked up by edcecc. Also edcecc does not seem to repair sectors if header is different than 00 FF .. FF 00. In order to dump this game I modified edcecc to replace the sector with 55 pattern if sync is different than 00 FF .. FF 00...
Other games have the same protection pattern except for https://redump.info/disc/37856/ (you didn't list this game). In this case there's no 2nd data track but the corrupted sync headers are embedded into middle of the image. Also 1st track contain 2nd track pregap. My custom edcecc does not replace sectors in pregap area (there was a bug in 1st revision - watch out for this)...
Example: 00 FF 00 FF 00 FF 00 FF 00 FF 00 FF 00 FF 00 FF C0 02 97 21 66 16 7C B4 CF 98 2A C3 DF 7E 66 11
Link: http://hotfile.mobi/fqj6g59
Pass: __https://redump.info/disc/37976/__
The key problem here is that there are two data tracks and the last data track has corrupted sync and is not picked up by edcecc. Also edcecc does not seem to repair sectors if header is different than 00 FF .. FF 00. In order to dump this game I modified edcecc to replace the sector with 55 pattern if sync is different than 00 FF .. FF 00...
Other games have the same protection pattern except for https://redump.info/disc/37856/ (you didn't list this game). In this case there's no 2nd data track but the corrupted sync headers are embedded into middle of the image. Also 1st track contain 2nd track pregap. My custom edcecc does not replace sectors in pregap area (there was a bug in 1st revision - watch out for this)...
Example: 00 FF 00 FF 00 FF 00 FF 00 FF 00 FF 00 FF 00 FF C0 02 97 21 66 16 7C B4 CF 98 2A C3 DF 7E 66 11
Re: DiscImageCreator
I got the ProtectCD-VOB disc. (Die Siedler - Das Geheimnis der Amazonen [Barcode:4 014092 002275])
Tested and confirmed the following.
Using d8 command
1. No reading error, but has the corrupted sync and garbage? data.
2. The number of these sector is 2200. (from 339222 to 341221 and from 341422 to 341621)
Using be command
1. Occured reading error.
2. The number of error sector 2212. (from 339222 to 341227 and from 341422 to 341627)
I don't know which command is more appropriate.
Tested and confirmed the following.
Using d8 command
1. No reading error, but has the corrupted sync and garbage? data.
2. The number of these sector is 2200. (from 339222 to 341221 and from 341422 to 341621)
Using be command
1. Occured reading error.
2. The number of error sector 2212. (from 339222 to 341227 and from 341422 to 341627)
I don't know which command is more appropriate.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Re: DiscImageCreator
It looks like D8 is more appropriate. BE seems to fail 6 sectors to recover from bad sync? Probably is a drive / firmware dependent...
Could you read sectors 341222 -> 341227 in BE mode but starting with 341222 (maybe seek to sector 341230 and start reading from 341222)? Dunno if this makes sense but it could test the drive how it reads sectors that failed in previous attempt.
Could you read sectors 341222 -> 341227 in BE mode but starting with 341222 (maybe seek to sector 341230 and start reading from 341222)? Dunno if this makes sense but it could test the drive how it reads sectors that failed in previous attempt.
Last edited by reentrant on Sat Sep 03, 2016 2:44 am, edited 1 time in total.