Page 237 of 354
Re: DiscImageCreator
Posted: Sun Jan 05, 2020 6:48 am
by sarami
pool7 wrote:Now the swap command worked and started dumping; however at one point DIC crashed.
No scrambled data. Perhaps PX-760A doesn't support swap trick.
pool7 wrote:Here's sector 16 from IsoBuster, both RAW and non-RAW:
volume space size is 0x265b. It's 9819 sectors. 9819 * 2048 = 20109312 bytes.
It's easy to use volume space size instead of TOC, but I'm not sure volume space size is correct disc size.
Re: DiscImageCreator
Posted: Sun Jan 05, 2020 4:27 pm
by pool7
Yes, the space used by all files as seen in Windows Explorer is indeed 20109312 bytes.
So, I guess I'm out of luck, unless I can find another drive that supports swap trick.
Re: DiscImageCreator
Posted: Sat Jan 11, 2020 9:02 pm
by user7
sarami, im still redumping my ps4 bd-r's with the new dic build. A few of the redumps match the isobuster dump, here's an example:
https://drive.google.com/file/d/13xTymU … sp=sharing
I wanted to share these logs to match in case they are useful for study.
Re: DiscImageCreator
Posted: Sun Jan 12, 2020 9:27 am
by zcal
I'm testing dumping with a Plextor PX-708A using the 20191223 release of DiscImageCreator. I'm able to dump a Sega Saturn disc correctly in Windows, but I get the below errors in Linux using the same parameters. I have the same issue with the 20191116 release.
Code: Select all
[zcal@computer disc]$ ./DiscImageCreator_linux.out cd /dev/sr0 foo.bin 24
AppVersion
x64, AnsiBuild, 20191223 223711
CurrentDirectory
/home/zcal/download/disc
WorkingPath
Argument: foo.bin
FullPath: /home/zcal/download/disc/foo.bin
Drive: /
Directory: home/zcal/download/disc/
Filename: foo
Extension: .bin
StartTime: 2020/01/12(Sun) 08:34:34
[F:ReadEeprom][L:912] GetLastError: 1, Operation not permitted
Please wait for 25000 milliseconds until the device is returned
[F:SetDiscSpeed][L:775] GetLastError: 1, Operation not permitted
Please wait for 25000 milliseconds until the device is returned
[WARNING] /c2 isn't set. The result of dumping may be incorrect if c2 error exists.
[F:ExecSearchingOffset][L:114] GetLastError: 1, Operation not permitted
Please wait for 25000 milliseconds until the device is returned
lpCmd: d8, 00, 00, 00, 00, 00, 00, 00, 00, 01, 00, 00
dwBufSize: 2352
This drive doesn't support [OpCode: 0xd8, SubCode: 0]
[F:ExecSearchingOffset][L:114] GetLastError: 1, Operation not permitted
Please wait for 25000 milliseconds until the device is returned
lpCmd: d8, 00, 00, 00, 00, 00, 00, 00, 00, 01, 01, 00
dwBufSize: 2368
This drive doesn't support [OpCode: 0xd8, SubCode: 1]
[F:ExecSearchingOffset][L:114] GetLastError: 1, Operation not permitted
Please wait for 25000 milliseconds until the device is returned
lpCmd: d8, 00, 00, 00, 00, 00, 00, 00, 00, 01, 02, 00
dwBufSize: 2448
This drive doesn't support [OpCode: 0xd8, SubCode: 2]
Retry 1/10 after 10000 milliseconds
[F:ExecSearchingOffset][L:114] GetLastError: 1, Operation not permitted
Please wait for 25000 milliseconds until the device is returned
Re: DiscImageCreator
Posted: Mon Jan 13, 2020 6:53 am
by sarami
zcal wrote:I get the below errors in Linux
Try to use su or sudo.
Re: DiscImageCreator
Posted: Fri Jan 17, 2020 1:27 am
by Nextria
Hello,
I am having problems dumping some Japanese Dreamcast games. I got a px-708a drive with firmware 1.04. If I insert the Dreamcast disk it gets recognized as audio and DIC sees it.
When I want to dump it I get an error that I am not on the latest firmware.
So I update to 1.12, but now it not recognize the disk, it just keeps spinning. If I install 1.04 again
It will see the disk but get the error again.
Is there a command to skip the firmware check ?
Re: DiscImageCreator
Posted: Sat Jan 18, 2020 3:46 pm
by zcal
sarami wrote:Try to use su or sudo.
That fixed it. Thanks.
But why does DIC require root privileges?
Re: DiscImageCreator
Posted: Tue Jan 21, 2020 8:20 pm
by F1ReB4LL
Seen quite a lot of dumps recently with incorrect gaps due to first sector is EAN. You need to implement a better gap detection logic: when the EAN or ISRC sector is detected and its P-channel is 0x00, you need to check the next sector's P and Q channels: if the Q-channel's track number is increased and the P-channel is filled with 0xFF, then the EAN/ISRC sector belongs to the next track.
Re: DiscImageCreator
Posted: Wed Jan 22, 2020 5:11 am
by FatArnold
zcal wrote:sarami wrote:Try to use su or sudo.
That fixed it. Thanks.
But why does DIC require root privileges?
Many SCSI commands require it.
Re: DiscImageCreator
Posted: Wed Jan 22, 2020 5:28 am
by F1ReB4LL
Nextria wrote:Is there a command to skip the firmware check ?
No command, but you can remove this check from the sources and recompile.
/viewtopic.php?p=25410#p25410 - or try this build (3 months old, but I don't remember any DC-related changes recently).