Page 33 of 354
Re: DiscImageCreator
Posted: Sun Apr 13, 2014 9:58 am
by F1ReB4LL
sarami wrote:Code: Select all
Plextor drives can rip only the -75, -1 range of the first pregap directly.
Somebody knows a drive that it can rip under -75 (=from -150 to -76) LBA?
Plextors rip from -75 for Audio CDs and from -142 for Data CDs.
sarami wrote:Code: Select all
-A part of the lead-in, the entire first pregap and a piece of the first track, index 1, is dumped.
This is unexpected for me. I don't know why these data get by a plextor drive.
It's a known trick. You can also try to dump not "-5000 to -76" range, but "$FF000000 to -1". Exactly "$FF000000" as a starting sector.
Re: DiscImageCreator
Posted: Tue Apr 15, 2014 1:25 pm
by pablogm123
Testing the new complement...
Code: Select all
D:\Redump\PX-755SA\Forsaken\DIC>discimagecreator.exe cd g: Forsaken-USA 8 /c2 1000 8192 8
OS
MajorVersion: 5, MinorVersion: 2, BuildNumber: 3790
PlatformId: 2, CSDVersion: Service Pack 2
AppVersion
x86, AnsiBuild, Apr 12 2014 20:02:22
CurrentDir
D:\Redump\PX-755SA\Forsaken\DIC
InputPath
path: Forsaken-USA
drive:
dir:
fname: Forsaken-USA
ext:
Start: 2014-04-15(Tue) 20:08:31
Checking reading lead-out
Creating bin from 275759 to 275760 (LBA) 275760
Reading lead-out: OK
Allocating memory for C2 error: 8192/8192
Creating img(LBA) 275759/275758
C2 error didn't exist
Copying .scm to .img
Descrambling data sector of img(LBA) 39264/ 39264
Check LBA 275758/275758
User data vs. ecc/edc doesn't match num: 39265
Creating bin, cue, ccd(Track) 13/13
Free memory for C2 error: 8192/8192
Calculating hash. D:\\Redump\PX-755SA\Forsaken\DIC\\Forsaken-USA (Track 13).bin
End: 2014-04-15(Tue) 20:16:45
"User data vs. ecc/edc doesn't match num: 39265" is the expected error for this no EDC in form 2 sectors and with audio tracks PS1 disc, right? That sector is the 39264 actually, though.
Re: DiscImageCreator
Posted: Tue Apr 15, 2014 3:55 pm
by sarami
>pablogm123
Thank you testing.
EccEdc_20140416.7z
http://www.mediafire.com/?74xxfl46ozbt1tz
fixed: detect mode 2
>F1ReB4LL
sorry, I don't understand "$FF000000".
Re: DiscImageCreator
Posted: Tue Apr 15, 2014 4:09 pm
by pablogm123
To try to read the very beggining of the lead-in.
Code: Select all
http://www.cdtool.pwp.blueyonder.co.uk/instructions.htm
Code: Select all
http://club.myce.com/showthread.php?p=1067119
Anyway, I have tried this a few of times and I got only strange mechanical noises, the drive remains busy for a few of minutes and whatnot, so assume that this is a no go (or at least works with only very few discs/drives combinations) and unhealthy for the drive.
Re: DiscImageCreator
Posted: Wed Apr 16, 2014 12:23 am
by sarami
I tried the CDTool.exe (with PX-755SA, PX-4824TA) and inputted $FF000000 or $F0000000 in sector input box of "View sectors".
But I didn't get the sector data, and continued to start and stop reading disc.
Eventually, I got the error below.
Code: Select all
Sector could not be read.
Error while processing ReadCD command.
Unknown sense key code combination:
Sense key:3
Additional sense code:2
Additional sense code qualifier:129.
Does my way make a mistake of any?
Re: DiscImageCreator
Posted: Wed Apr 16, 2014 5:03 am
by xTMODx
Hi i cant get it working on Windows XP.
I get the error "Der Prozedureinsprungpunkt "GetProductInfo" wurde in der DLL "KERNEL32.dll" nicht gefunden."
Tested with the latest build 20140408.
xTMODx
Re: DiscImageCreator
Posted: Wed Apr 16, 2014 9:40 am
by pablogm123
Install this:
http://www.microsoft.com/en-us/download … x?id=40784
By the way, personally the $FF000000 or $F0000000 tip hasn't worked for me so far. I guess that this tip will work only with certain discs/drives combinations.
Re: DiscImageCreator
Posted: Wed Apr 16, 2014 11:43 am
by xTMODx
yea i already installed this... the older version 20140110 does not have this error
Edit: with the older version i get this here
http://www.picfront.org/d/97gY i have a plextor premium.
Edit2: info about GetProductInfo
http://msdn.microsoft.com/en-us/library … s.85).aspx under Requirements:
Minimum supported client ---> Windows Vista [desktop apps only]
Minimum supported server ---> Windows Server 2008 [desktop apps only]
Header ---> Winbase.h (include Windows.h)
Library ---> Kernel32.lib
DLL ---> Kernel32.dll
Re: DiscImageCreator
Posted: Wed Apr 16, 2014 1:35 pm
by sarami
updated about GetProductInfo.
[EDIT]
added: CreateMutex()
Re: DiscImageCreator
Posted: Wed Apr 16, 2014 2:19 pm
by xTMODx
sarami wrote:updated about GetProductInfo.
wow that was fast

looks like it works now, thanks!