[PR #649] [MERGED] Fix DIC log parsing for SS version #1085

Closed
opened 2026-01-29 16:25:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/649
Author: @Deterous
Created: 2/12/2024
Status: Merged
Merged: 2/12/2024
Merged by: @mnadareski

Base: masterHead: ss-version


📝 Commits (1)

  • b8f84e0 Fix DIC log parsing for SS version

📊 Changes

2 files changed (+15 additions, -4 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/Modules/DiscImageCreator/Parameters.cs (+14 -4)

📄 Description

MPF currently parses

Version of challenge table: 02

in DIC logs as the SS (security sector) version.

This is actually DIC's way of saying the XGD version (1 = Xbox, 2 = Xbox360): 31b4d32082/DiscImageCreator/execScsiCmdforDVD.cpp (L1959)

Instead, the SS version for all Kreon dumps using DIC is 1. Useful SSv2 data is only obtainable by 0800 drives, which are not supported by DIC (or any of MPF's current dumping programs).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/649 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 2/12/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `ss-version` --- ### 📝 Commits (1) - [`b8f84e0`](https://github.com/SabreTools/MPF/commit/b8f84e0f599a22cff6e14f5c8c57e643722d9f60) Fix DIC log parsing for SS version ### 📊 Changes **2 files changed** (+15 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/Modules/DiscImageCreator/Parameters.cs` (+14 -4) </details> ### 📄 Description MPF currently parses > Version of challenge table: 02 in DIC logs as the SS (security sector) version. This is actually DIC's way of saying the XGD version (1 = Xbox, 2 = Xbox360): https://github.com/saramibreak/DiscImageCreator/blob/31b4d32082a1ec00cf69e6edb369f982001ac807/DiscImageCreator/execScsiCmdforDVD.cpp#L1959 Instead, the SS version for all Kreon dumps using DIC is 1. Useful SSv2 data is only obtainable by 0800 drives, which are not supported by DIC (or any of MPF's current dumping programs). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1085