DiscImageCreator

User avatar
pablogm123
Posts: 836
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by pablogm123 »

A little issue, regarding the driveOffset.txt file and jokers submitting false read offsets for certain drives.

/viewtopic.php?p=32935#p32935

@Sarami: additional info about the FUA command:

Code: Select all

http://forum.dbpoweramp.com/showthread.php?33676
Last edited by pablogm123 on Fri Jun 20, 2014 5:58 am, edited 1 time in total.
On semi-vacation. MSF/AMSF to LBA/offset and viceversa calculator: link
To write properly occidental characters contained in japanese titles: screenshot
Spaces must be the fullwidth variant: link / screenshot
TailS_tff
Posts: 64
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by TailS_tff »

Is DIC mutisession support ?
User avatar
pablogm123
Posts: 836
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by pablogm123 »

More or less, like CloneCD, but data of the transition between sessions 1-2 isn't read actually (can be read with the trap disc method, not always because sometimes there are unreadable zones, likely no EFM data encoded).
On semi-vacation. MSF/AMSF to LBA/offset and viceversa calculator: link
To write properly occidental characters contained in japanese titles: screenshot
Spaces must be the fullwidth variant: link / screenshot
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

uploaded 20140621
- include WIP fixes
- added: plextor unique command
- updated: driveOffset.txt (and sent a mail to AccurateRip about PX-716)

about protected disc(or corrupted sectors): I pushed to Todo.txt

about FUA: See KnownIssue.txt
Last edited by sarami on Sat Jun 21, 2014 5:02 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]
User avatar
pablogm123
Posts: 836
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by pablogm123 »

Yes, I understand... no FUA for D8 command (the one you have to use yes or yes to read in scrambled form data tracks), only for certain commands like A8h, in fact the link posted above mention this one. In short, for audio tracks and pure audio discs could exist some chance of implementing this way of defeating cache, but for data tracks ripped via the D8 command absolutely no.

Things I miss.

An option to eject the tray, could be used to more or less automatize the ripping process of several consecutive discs, combined with the sleep progam for Win32, to pause execution for a prudential time.

«discimagecreator.exe eject g:» for example.

An option to spin up the disc after hot swapping (at the lowest speed possible always [trying to set 1x read speed, for example, actual read speed will be 4x/8x/10x depending on the drive used], because my Optiarc AD-7240S only supports disc swap if read speed used just after swapping is the lowest possible, if not so TOC is reanalyzed. Once read certain portion, can support the usual normal read speeds). And read certain portion as audio using the basic BE command with neither C2 pointers nor subcode, like the first 4000 sectors. This would be enough to defeat any drive cache after swapping.

«discimagecreator.exe swap g:» for example.

«discimagecreator.exe reset g:» works OK, my PX-755SA gets resetted and reanalyzes the inserted disc with neither resetting the entire system nor power cycling the drive.

Regarding:
«- added: writing multiple indexes for track 1 to cue file»
Sometimes another track can contain multiple indexes, just observe the Saturn games I posted as examples.
Last edited by pablogm123 on Sun Jun 22, 2014 9:47 am, edited 1 time in total.
On semi-vacation. MSF/AMSF to LBA/offset and viceversa calculator: link
To write properly occidental characters contained in japanese titles: screenshot
Spaces must be the fullwidth variant: link / screenshot
ack2121
Posts: 449
Joined: Mon Jun 08, 2026 1:28 am

Re: DiscImageCreator

Post by ack2121 »

Does the software support the Plextor 716-AL drive? It keeps exiting on me with:

OS
        Windows 8 Pro  64bit
AppVersion
        x86, AnsiBuild, Jun  7 2014 12:37:35
CurrentDir
        E:\Dumps\psx\plextor\dic
InputPath
         path: dump.bin
        drive:
          dir:
        fname: dump
          ext: .bin
Start: 2014-06-21(Sat) 21:20:16
[F:GetDriveOffset][L:64] GetLastError: 2, The system cannot find the file specified.

This drive doesn't define in driveOffset.txt
Please input Drive offset(Samples): 128
Checking reading lead-out
Creating bin from 298065 to 298066 (LBA) 298066
Reading lead-out: OK
[F:ReadCDAll][L:780] GetLastError: 2, The system cannot find the file specified.


End: 2014-06-21(Sat) 21:20:25

Thanks for any help with this.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

pablogm123 wrote:In short, for audio tracks and pure audio discs could exist some chance of implementing this way of defeating cache, but for data tracks ripped via the D8 command absolutely no.
Oh, I see. I'll try it.
An option to eject the tray
added.
An option to spin up the disc
added. But couldn't change a reading speed.
ack2121 wrote:Does the software support the Plextor 716-AL drive? It keeps exiting on me with:
Edited the 1st post. Please show the 1st post again.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

I tested Read(12)[0xA8] command for CD.
Audio Sector => SenseData Key:Asc:Ascq 05:64:00, ILLEGAL_REQUEST - ILLEGAL MODE FOR THIS TRACK
Data Sector => get only user data (2048 byte). couldn't get sync header, ecc/edc, c2, sub etc...
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
User avatar
pablogm123
Posts: 836
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by pablogm123 »

PX-716AL works fine, have ALWAYS the firmware updated and try another PATA to USB converter if you are using one of these ones.

Regarding 0xA8, both EAC and dBpoweramp support FUA for extracting audio just fine, and the supposed code for supporting FUA is the posted by Spoon.

What does exactly swap?

Just spinning up disc? If so, should be named «start».
On semi-vacation. MSF/AMSF to LBA/offset and viceversa calculator: link
To write properly occidental characters contained in japanese titles: screenshot
Spaces must be the fullwidth variant: link / screenshot
User avatar
pablogm123
Posts: 836
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by pablogm123 »

Cleaning of mode 2 Q subcode frames, aka MCN frames, isn't fully polished.

Compare offsets 8693589~8693591 and 14789973~14789975 offsets of subcode dumped by DIC and subdump. Absolute frame and CRC-16 are wrong:

http://www.mediafire.com/?1kmlml5dhk46ooy
On semi-vacation. MSF/AMSF to LBA/offset and viceversa calculator: link
To write properly occidental characters contained in japanese titles: screenshot
Spaces must be the fullwidth variant: link / screenshot
Post Reply