DICUI does not pull EDC / Libcrypt / Anti-Mod for PS1 discs #220

Closed
opened 2026-01-29 16:12:10 +00:00 by claunia · 7 comments
Owner

Originally created by @sadikyo on GitHub (Aug 27, 2020).

Originally assigned to: @mnadareski on GitHub.

I'm not sure if this was an intentional change or not due to some previous errors, but the latest stable build and the appveyor wip build both, do not pull EDC or other protection data for ps1 discs.

It will say: EDC: Yes/No, and it no longer generates anything for libcrypt or anti-mod.

Originally created by @sadikyo on GitHub (Aug 27, 2020). Originally assigned to: @mnadareski on GitHub. I'm not sure if this was an intentional change or not due to some previous errors, but the latest stable build and the appveyor wip build both, do not pull EDC or other protection data for ps1 discs. It will say: EDC: Yes/No, and it no longer generates anything for libcrypt or anti-mod.
claunia added the bugregression labels 2026-01-29 16:12:10 +00:00
Author
Owner

@mnadareski commented on GitHub (Sep 9, 2020):

Just a clarification, is this for discs that have a Redump match (and the user is logged in) or are these new discs (or the user is not logged in)?

@mnadareski commented on GitHub (Sep 9, 2020): Just a clarification, is this for discs that have a Redump match (and the user is logged in) or are these new discs (or the user is not logged in)?
Author
Owner

@mnadareski commented on GitHub (Sep 9, 2020):

Also, can you provide logs for a disc that this didn't pull correctly for?

@mnadareski commented on GitHub (Sep 9, 2020): Also, can you provide logs for a disc that this didn't pull correctly for?
Author
Owner

@sadikyo commented on GitHub (Sep 10, 2020):

The ones I tried, it was without me logged in. Here are some logs:

https://cdn.discordapp.com/attachments/705884111448834100/753435806659641424/SLPM_80148.7z

I'll try another one for a verification, logged in, and share the results here. Thanks!

@sadikyo commented on GitHub (Sep 10, 2020): The ones I tried, it was without me logged in. Here are some logs: https://cdn.discordapp.com/attachments/705884111448834100/753435806659641424/SLPM_80148.7z I'll try another one for a verification, logged in, and share the results here. Thanks!
Author
Owner

@sadikyo commented on GitHub (Sep 10, 2020):

Alrighty, so I logged in for another one, did a verification, and it still doesn't extract the information in the submissiontxt like before. See below for logs:

https://cdn.discordapp.com/attachments/705884111448834100/753440341809561670/SLPS_01689.7z

Let me know if you need me to test anything else or do anything differently.

^^ In this example, when I run superg's tool I get:
EDC: Yes
Anti-modchip: No
LibCrypt: No

@sadikyo commented on GitHub (Sep 10, 2020): Alrighty, so I logged in for another one, did a verification, and it still doesn't extract the information in the submissiontxt like before. See below for logs: https://cdn.discordapp.com/attachments/705884111448834100/753440341809561670/SLPS_01689.7z Let me know if you need me to test anything else or do anything differently. ^^ In this example, when I run superg's tool I get: EDC: Yes Anti-modchip: No LibCrypt: No
Author
Owner

@mnadareski commented on GitHub (Sep 10, 2020):

To keep this up to date here's the current status:

  • Found the issue with EDC checking (only checking one possible output file name)
  • Anti-modchip string in output seems to have disappeared? Investigating that.
  • Haven't checked libcrypt yet
@mnadareski commented on GitHub (Sep 10, 2020): To keep this up to date here's the current status: - Found the issue with EDC checking (only checking one possible output file name) - Anti-modchip string in output seems to have disappeared? Investigating that. - Haven't checked libcrypt yet
Author
Owner

@mnadareski commented on GitHub (Sep 10, 2020):

Okay, found the issue with anti-mod scan. It seems DIC itself had an issue scanning for anti-mod so it just never output. This is from _mainError.txt for the first disc.

LBA[084263, 0x14927]: [F:ReadCDForScanningPsxAntiMod][L:1357]
	Opcode: 0xa8
	ScsiStatus: 0x02 = CHECK_CONDITION
	SenseData Key-Asc-Ascq: 03-02-81 = MEDIUM_ERROR - VENDOR UNIQUE ERROR
lpCmd: a8, 00, 00, 01, 49, 27, 00, 00, 00, 01, 00, 00
dwBufSize: 2048
@mnadareski commented on GitHub (Sep 10, 2020): Okay, found the issue with anti-mod scan. It seems DIC itself had an issue scanning for anti-mod so it just never output. This is from `_mainError.txt` for the first disc. ``` LBA[084263, 0x14927]: [F:ReadCDForScanningPsxAntiMod][L:1357] Opcode: 0xa8 ScsiStatus: 0x02 = CHECK_CONDITION SenseData Key-Asc-Ascq: 03-02-81 = MEDIUM_ERROR - VENDOR UNIQUE ERROR lpCmd: a8, 00, 00, 01, 49, 27, 00, 00, 00, 01, 00, 00 dwBufSize: 2048 ```
Author
Owner

@mnadareski commented on GitHub (Sep 10, 2020):

Looks like the reason nothing was outputting was because the EDC failure was hosing the rest of it on output. A fix should be up soon.

@mnadareski commented on GitHub (Sep 10, 2020): Looks like the reason nothing was outputting was because the EDC failure was hosing the rest of it on output. A fix should be up soon.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#220