DiscImageCreator

sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

iR0b0t wrote:If sector mode is not 0x00 or 0x01 or 0x02 then treat it as error.
OK, but is this error, not warning? As you know, CDmage doesn't distinguish between error and warning.

And...

Code: Select all

CDmage B5 1.02.1 error report for image "FATAL.cue"
Track #| Sector|Sync|Header|Subheader|EDC|Intermediate|ECC P|ECC Q|Severity|Content of sector
      1| 63.502| Yes|  Yes |   No    |No |    N/A     | No  | No  |Low     |unused/empty
      1| 63.503| Yes|  Yes |   No    |No |    N/A     | No  | No  |Low     |unused/empty
Total error count:2


EdcEcc error count:
[INFO] Number of sector(s) where EDC doesn't exist: 2
[INFO] Number of sector(s) where sync(0x00 - 0x0c) is zero: 2
    Sector: 63352, 63353, 
Total errors: 0
Total warnings: 2
Are all 2352 bytes zero sectors error or warning or no error?


More...
4th sector from last of SecuROM changes the mode from 1 to 2 intentionally for the purpose of protect.
Is this error or warning?
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Jackal
Posts: 2598
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by Jackal »

sarami wrote:
iR0b0t wrote:If sector mode is not 0x00 or 0x01 or 0x02 then treat it as error.
OK, but is this error, not warning? As you know, CDmage doesn't distinguish between error and warning.

And...

Code: Select all

CDmage B5 1.02.1 error report for image "FATAL.cue"
Track #| Sector|Sync|Header|Subheader|EDC|Intermediate|ECC P|ECC Q|Severity|Content of sector
      1| 63.502| Yes|  Yes |   No    |No |    N/A     | No  | No  |Low     |unused/empty
      1| 63.503| Yes|  Yes |   No    |No |    N/A     | No  | No  |Low     |unused/empty
Total error count:2


EdcEcc error count:
[INFO] Number of sector(s) where EDC doesn't exist: 2
[INFO] Number of sector(s) where sync(0x00 - 0x0c) is zero: 2
    Sector: 63352, 63353, 
Total errors: 0
Total warnings: 2
Are all 2352 bytes zero sectors error or warning or no error?


More...
4th sector from last of SecuROM changes the mode from 1 to 2 intentionally for the purpose of protect.
Is this error or warning?
If there's a sector inside a data track that has a different format, so non-data, different mode or other yellow book violation, then it should be regarded as an error imo for the error count, even if ECC/EDC matches.
Last edited by Jackal on Sun Sep 09, 2018 11:47 pm, edited 1 time in total.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

Uploaded test version.
win: http://www.mediafire.com/file/eq80y20l9 … st.7z/file
linux: http://www.mediafire.com/file/uw3e03kdk … t.tar/file
iR0b0t wrote:And in addition to that check mode 0x00 according to Ecma-130.
Added.
Jackal wrote:If there's a sector inside a data track that has a different format, so non-data, different mode or other yellow book violation, then it should be regarded as an error imo for the error count, even if ECC/EDC matches.
All set to error.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
FatArnold
Posts: 301
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by FatArnold »

F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

sarami wrote:
microsoft wrote:RegionManagementInformation

Indicates in which regions of the world the disc can be played. Each bit represents one of eight regions. If a bit is set, the disc cannot be played in the corresponding region. If a bit is not set, the disc can be played in the corresponding region.
I fixed it in 7/26.

e.g. dvd-video

Code: Select all

========== CopyrightInformation ==========
        CopyrightProtectionType: CSS/CPPM
    RegionManagementInformation: 2
e.g. xbox360

Code: Select all

========== CopyrightInformation ==========
        CopyrightProtectionType: No
    RegionManagementInformation: 1 2 3 4 5 6 8
Nice. Does DIC also support RCE (Regional Code Enhancement) discs?
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

FatArnold wrote:
Linux build works great, but seem to fail at .bin creation with Audio CDs.

Logs:
https://mega.nz/#!eghiiQLB!B4smJK10MAWx … boCdMvjQcM
https://mega.nz/#!X4hAgQwT!U7cYJQI6Qokx … 5W4_vK6Gxs
Thanks. download link is same.
- fixed: disc speed changing doesn't work for linux.
- fixed: increased memory allocation for double pointer (subchannel, cd-text)
- deleted: some warning when used Wextra
F1ReB4LL wrote:Does DIC also support RCE (Regional Code Enhancement) discs?
Perhaps no. At least, dic can't detect all DVD protection (RCE, Sony ARccOS, UOP, Disney X-Project DRM, Cinavia Protection etc.) except css/cppm/cprm. ARccOS adopts bad sectors, others I don't know the detail.
Last edited by sarami on Wed Sep 12, 2018 2:05 am, edited 1 time in total.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

RCE is more of an alternate region handling rather than a protection.

https://en.wikipedia.org/wiki/DVD_regio … cumvention -- says, RCE discs have "0" as a region in RegionManagementInformation area, their real region is stored elsewhere.
FatArnold
Posts: 301
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by FatArnold »

sarami wrote:Thanks. download link is same.
- fixed: disc speed changing doesn't work for linux.
- fixed: increased memory allocation for double pointer (subchannel, cd-text)
- deleted: some warning when used Wextra
Wow, it works absolutely great! Thank you so much for the Linux version.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

F1ReB4LL wrote:RCE is more of an alternate region handling rather than a protection.

https://en.wikipedia.org/wiki/DVD_regio … cumvention -- says, RCE discs have "0" as a region in RegionManagementInformation area, their real region is stored elsewhere.
I found the title list of RCE. https://www.dvdtalk.com/rce.html
I'll get it in the near future. What movies do you recommend? Image
FatArnold wrote:Wow, it works absolutely great! Thank you so much for the Linux version.
Thanks test. I'll push the code a few days later.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

sarami wrote:I'll get it in the near future. What movies do you recommend? Image
"Final Fantasy: The Spirits Within" is the only thing there that is game-related Image
Post Reply