Page 199 of 354
Re: DiscImageCreator
Posted: Sun Jul 28, 2019 12:39 am
by sarami
Nexy wrote:So /r only works for audio CD's currently?
Plextor drive
: audio command -> 0xd8 is used
: data command -> 0xd8 is used --> scrambled data sector
: audio command with /be flag -> 0xbe is used
: data command with /be flag -> 0xbe is used --> non scrambled data sector
Re: DiscImageCreator
Posted: Sun Jul 28, 2019 12:48 am
by user7
sarami wrote:user7 wrote:here is an unlicensed PS2 disc that does not work with /sf flag
If there is not BIG.DAT, DIC can't detect protection.
https://imgur.com/3UIO2lJ
All four files copied over fine, but not for dumping

IsoBuster doesn't like it either.
Re: DiscImageCreator
Posted: Sun Jul 28, 2019 2:23 am
by Nexy
OK got it to compile, but seems you didn't implement that yet... I need it for XIII and some other stuff.
Re: DiscImageCreator
Posted: Mon Jul 29, 2019 12:05 am
by sarami
user7 wrote:All four files copied over fine, but not for dumping
Simple c2 errors, not protection?
Resistiv wrote:Tested, throws an extremely similar error, no output at all printed to the log file.
Does this error occur by all DVD you have? or not?
Re: DiscImageCreator
Posted: Mon Jul 29, 2019 12:09 am
by Resistiv
sarami wrote:Does this error occur by all DVD you have? or not?
Yes, any DVD I tested produced this error.
Re: DiscImageCreator
Posted: Mon Jul 29, 2019 12:17 am
by sarami
Uploaded:
http://www.mediafire.com/file/eq80y20l9 … st.7z/file
- fixed: short of the buf size. (DVDAuth)
- added: DVD drive region to log
Re: DiscImageCreator
Posted: Mon Jul 29, 2019 6:24 am
by Resistiv
Tested, does not work; the error I got last time is gone, but in it's place DVDAuth only returns
multiple times. The log file remains empty.
Re: DiscImageCreator
Posted: Mon Jul 29, 2019 6:47 am
by sarami
/viewtopic.php?p=53301#p53301
Same problem? I also confirmed that if drive is region 2 and disc is region 1, "Failed to get the TitleKey" occurred.
Uploaded. (link is same)
- added: EncryptedTitleKey
- changed: TitleKey -> DecryptedTitleKey
Re: DiscImageCreator
Posted: Mon Jul 29, 2019 7:31 am
by reentrant
sarami, have you looked more closely at multisession issue I reported few days ago? Sth doesn't look right there...
Re: DiscImageCreator
Posted: Mon Jul 29, 2019 9:05 am
by sarami
All logs are needed, and also try to use /ms flag.