Page 81 of 354

Re: DiscImageCreator

Posted: Sat May 14, 2016 7:18 am
by reentrant
Hi sarami,
   At first I'd like to thank you for such great tool. I was also writing a similar one on my own in the past but I see your one is much more powerful. So I though about dropping my tool and helping you with DIC. I have already made some fixes on my own in DIC and I don't want them to be lost. Is it ok for you to move the project to some place like github where we can easily sync our work?

Re: DiscImageCreator

Posted: Sat May 14, 2016 9:21 am
by sarami

Re: DiscImageCreator

Posted: Sat May 14, 2016 9:46 am
by reentrant
Yes, it's good. Thanks.

Re: DiscImageCreator

Posted: Sat May 14, 2016 7:04 pm
by F1ReB4LL
http://www.filedropper.com/tr3-macsuberror
http://www.filedropper.com/tr3-mac

First link - >1GB DIC error log for https://redump.info/disc/14386/ from GreyFox. First time he tried to dump it with DIC, it crashed with AppCrash message and the log was also more than 1GB, second time it haven't crashed, but the log was as huge.
Second link - subdump. S-W channels are filled with 0xFF, channel R has data and the last 50 sectors are filled with different data, even the P and Q channels.

Re: DiscImageCreator

Posted: Sat May 21, 2016 8:11 am
by reentrant
I'm wondering what's so special in subdump that DIC can't do, are subdump's subchannel dumps reliable or is it just a different methodology which in the end is not 100% perfect?

From what I understand C2 bits only account for 2352 portion of disc sector. So the obvious question it how to reliably dump the subchannels?

I found such topic:
http://club.myce.com/f61/subchannel-issues-214939/

Listing the different protection schemes for the 8 subcoding channels:
Channel P: no protection - can't be fixed?
Channel Q: 16-bit CRC - who is computing this CRC, and compare the resulting value against what?
Channels R to W: RS - to protect the data in the subcoding channels R to W, a (24, 20) Reed-Solomon error correction code is used. To improve the burst error correction capability, 8 times interleaving is added to this error-correction system. The first two symbols in a PACK have additional protection with a (4, 2) Reed-Solomon error correction code.

As for P & Q - proprietary (Truman-IpseDixit) correction algorithms - do you know what's their algorithm?

Re: DiscImageCreator

Posted: Mon May 30, 2016 12:39 pm
by haynor666
I've noticed that if I dump using DiscImageCreator cd W: gamedir\game 4 then dat file is empty but if I use DiscImageCreator cd W: game 4 then dat file is fine. Anyone noticed this?

Re: DiscImageCreator

Posted: Mon May 30, 2016 1:15 pm
by Jackal
haynor666 wrote:I've noticed that if I dump using DiscImageCreator cd W: gamedir\game 4 then dat file is empty but if I use DiscImageCreator cd W: game 4 then dat file is fine. Anyone noticed this?
The slash is causing the issue.. someone else mentioned the same problem in a chatroom yesterday

Re: DiscImageCreator

Posted: Tue May 31, 2016 4:23 pm
by sarami
haynor666 wrote:I've noticed that if I dump using DiscImageCreator cd W: gamedir\game 4 then dat file is empty but if I use DiscImageCreator cd W: game 4 then dat file is fine. Anyone noticed this?
Could you tell me the following log of the cmd.

Code: Select all

 CurrentDirectory:
  WorkingPath
     Argument: 
     FullPath: 
     Drive:
     Directory:
     Filename:
     Extension:

Re: DiscImageCreator

Posted: Wed Jun 01, 2016 2:40 am
by haynor666
Looks like this:
CurrentDir
   D:\
Input path
         path: EE\EarnestEvans
         drive:
         dir: EE\
         fname: EarnestEvans
         ext:

I'm running DIC from cmd where current dir is D:\

Re: DiscImageCreator

Posted: Wed Jun 01, 2016 1:33 pm
by sarami
haynor666 wrote:Looks like this:
CurrentDir
   D:\
Input path
         path: EE\EarnestEvans
         drive:
         dir: EE\
         fname: EarnestEvans
         ext:

I'm running DIC from cmd where current dir is D:\
I've already fixed 20160411 test version. I replaced this version as release. And I uploaded 20160602 test version. (fixed crashing of the tr3-mac, but the hash doesn't match according to GreyFox)