Page 73 of 354

Re: DiscImageCreator

Posted: Mon Aug 24, 2015 11:25 pm
by sarami
- added: coded about codelock (but don't test it enough)
- fixed: audio command (because couldn't get at LBA -75)

Re: DiscImageCreator

Posted: Wed Sep 02, 2015 4:47 am
by MrX_Cuci
Disc hangs with latest version. It's an Amiga CD32 disc:

Code: Select all

D:\DIC20150510\DiscImageCreator\Release_ANSI>DiscImageCreator.exe cd y: "gunship
2000" 40 /c2 2000 8192 8
OS
        Windows 7 Ultimate Service Pack 1 64bit
AppVersion
        x86, AnsiBuild, Aug 26 2015 09:32:22
CurrentDir
        D:\DIC20150510\DiscImageCreator\Release_ANSI
InputPath
         path: gunship2000
        drive:
          dir:
        fname: gunship2000
          ext:
Start: 2015-09-02(Wed) 11:37:53
This drive support [command: 0xd8, subch: 00]
This drive support [command: 0xd8, subch: 0x1]
This drive support [command: 0xd8, subch: 0x2]
This drive support [command: 0xd8, subch: 0x3]
This drive support [command: 0xd8, subch: 0x8]
Checking reading lead-out
Read command: 0xd8, Subcode reading mode: Pack
Creating bin from 151250 to 151250 (LBA) 151250
Reading lead-out: OK
Logs: https://dl.dropboxusercontent.com/u/355 … ip2000.zip

Re: DiscImageCreator

Posted: Wed Sep 02, 2015 11:31 am
by sarami
small update.

Re: DiscImageCreator

Posted: Wed Sep 02, 2015 4:26 pm
by MrX_Cuci
Still a no go, stuck at same point: https://dl.dropboxusercontent.com/u/355 … nError.zip

Re: DiscImageCreator

Posted: Thu Sep 03, 2015 7:48 am
by sarami
- added: old scsi drive
- fixed: check arg
- fixed: some bug

Re: DiscImageCreator

Posted: Thu Sep 03, 2015 2:25 pm
by MrX_Cuci
Still stuck:

Code: Select all

D:\DIC20150510\DiscImageCreator\Release_ANSI>DiscImageCreator.exe cd y: "Gunship
" 40 /c2
OS
        Windows 7 Ultimate Service Pack 1 64bit
AppVersion
        x86, AnsiBuild, Sep  3 2015 21:31:31
/c2 val1 is omitted. set [1024]
/c2 val2 is omitted. set [4096]
/c2 val3 is omitted. set [4]
CurrentDir
        D:\DIC20150510\DiscImageCreator\Release_ANSI
InputPath
         path: Gunship
        drive:
          dir:
        fname: Gunship
          ext:
Start: 2015-09-03(Thu) 21:22:56
This drive support [command: 0xd8, subch: 00]
This drive support [command: 0xd8, subch: 0x1]
This drive support [command: 0xd8, subch: 0x2]
This drive support [command: 0xd8, subch: 0x3]
This drive support [command: 0xd8, subch: 0x8]
Checking reading lead-out
Read command: 0xd8, Subcode reading mode: Pack
Creating bin from 151250 to 151250 (LBA) 151250
Reading lead-out: OK
Reading DirectoryRecord    1/   9
LOG: https://dl.dropboxusercontent.com/u/355 … ip_cmd.zip

Re: DiscImageCreator

Posted: Thu Sep 03, 2015 2:33 pm
by gorelord4e
Ohh this looks like the exact same problem I had with another Amiga CD32 game "CD Micro French" had to dump it using old methods.
@MrX_Cuci do this disc have Nimbus ringcode by any chance? mine with problem had, also this error, it seams that the drive is working but nothing happens right? I mean no error showed in the dic console what so ever?.

Re: DiscImageCreator

Posted: Fri Sep 04, 2015 1:09 pm
by sarami
added log. please retest.

EDIT:
- fixed: DirectoryRecord

Re: DiscImageCreator

Posted: Tue Sep 08, 2015 2:32 pm
by MrX_Cuci
You are getting closer, crashes now while reading directory record 2 of 9:
https://dl.dropboxusercontent.com/u/355 … olDesc.zip

@gorelord4e Yep, a Nimbus disc. First one I am having problems with

Re: DiscImageCreator

Posted: Tue Sep 08, 2015 9:19 pm
by sarami

Code: Select all

=================== Path Table Record, LBA[000020, 0x00014] ===================
                      :
                      :
     Length of Directory Identifier: 1
Length of Extended Attribute Record: 0
                 Position of Extent: 51227
          Number of Upper Directory: 1
               Directory Identifier: C

     Length of Directory Identifier: 8
Length of Extended Attribute Record: 0
                 Position of Extent: 51651
          Number of Upper Directory: 1
               Directory Identifier: CATALOGS
                      :
                      :

Code: Select all

==================== Directory Record, LBA[000022, 0x00016] ===================
                      :
                      :
              Length of Directory Record: 34
        Extended Attribute Record Length: 0
                      Location of Extent: 51227
                             Data Length: 2048
                 Recording Date and Time: 1994-04-14 11:12:17 +00
                              File Flags: 2 (Visible, Directory, Disassociated, File has't record format, Owner/Group ID has't, Final Directory Record)
                          File Unit Size: 0
                     Interleave Gap Size: 0
                  Volume Sequence Number: 0
               Length of File Identifier: 1
                         File Identifier: c
                      :
                      :
              Length of Directory Record: 42
        Extended Attribute Record Length: 0
                      Location of Extent: 51651
                             Data Length: 2048
                 Recording Date and Time: 1994-03-22 17:23:46 +00
                              File Flags: 2 (Visible, Directory, Disassociated, File has't record format, Owner/Group ID has't, Final Directory Record)
                          File Unit Size: 0
                     Interleave Gap Size: 0
                  Volume Sequence Number: 0
               Length of File Identifier: 8
                         File Identifier: Catalogs
                      :
                      :
I found it to be a different Character code.

- fixed: compare string of directory (strncmp -> _strnicmp)