mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 09:04:35 +00:00
Converting from mds to mds, at the request of DIC , is broken. #250
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 @mrneo240 on GitHub (Feb 8, 2019).
Prerequisites
Check and fill as appropiate:
Description
Trying to convert from mds to mds results in non-working image
at the behest of DIC trying to convert an image to the same format produces a broken copy.
The Data remains an exact copy but the header is broken and truncated (512 bytes vs 1214 bytes)
Exact command line used:
Expected behavior:
conversion to work correctly
Actual behavior:
conversion is incorrect, data is copied exactly and header is broken/non working
Output of command execution with debug output enabled
@mrneo240 commented on GitHub (Feb 8, 2019):
Logs and MDS files attached
kapitel_6-MIL.zip
logs:
info: https://pastebin.com/bHXvN8Y5
convert: https://pastebin.com/n2Pgdqy4
Hashes from original Data file and the one rewritten by DIC
@claunia commented on GitHub (Dec 7, 2019):