mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] The location of the DIC universal hash has been changed #552
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fuzz6001 on GitHub (Jun 22, 2023).
Originally assigned to: @mnadareski on GitHub.
DIC 20230606
The location of the universal hash seems to have changed from *_disc.txt to *_suppl.dat.
logs.zip
Universal Hash:
*_suppl.dat:
from redumper log for reference:
@mnadareski commented on GitHub (Jul 24, 2023):
I am going to be leaving this open but I am likely not going to be making any updates to DIC-specific pieces for the foreseeable future.
@Deterous commented on GitHub (Oct 12, 2023):
I may be doing something wrong, but I cannot get the hash in *_suppl.dat to include the Universal Hash.
All I get are the hashes of the *.img (concatenation of all the track files), not the universal hash.
Does DIC only create universal hashes for Plextor dumps?
@Deterous commented on GitHub (Oct 12, 2023):
@fuzz6001 Can you try again with a disc that doesn't have a write offset of 0
I believe that the "Universal Hash" from DIC only matches redumper's Universal Hash because the disc does not have a write offset.
The hash in *_suppl.dat is just the *.img hash, which is different.
@fuzz6001 commented on GitHub (Oct 12, 2023):
@Deterous
dic 20230606
However, the offset must be specified manually.
redumper 204
@Deterous commented on GitHub (Oct 12, 2023):
Thank you for explaining it, I understand now.
I don't think MPF should be automatically reading DIC's universal hash if the user has to put the offset in the parameter box. Most dumpers will not do that, and MPF will then place incorrect Universal Hashes into the submission info.
If a user wants to use DIC to calculate the Universal Hash like you have above, they can place it into the Disc Information Window manually.
@fuzz6001 commented on GitHub (Oct 12, 2023):
I am just reporting a change in location.
I do not care if the DIC universal hash does not appear.
This issue can be closed at any time.
@Deterous commented on GitHub (Oct 12, 2023):
The solution to this 'issue' may be to remove the relevant code, as it does not work anyway with the packaged DIC version.
I will suggest the change, thank you for the report.
@fuzz6001 commented on GitHub (Oct 12, 2023):
Yes, I think that is the best solution 👍