mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-10 13:52:18 +00:00
[Problem] MPF.Check does not include or compress the _drive.txt file on a UMD PSP dump #471
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 @sadikyo on GitHub (Nov 7, 2022).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
When running MPF.Check on a UMD dump, for some reason if compresses everything into the logs except for [dump]_drive.txt file. That is left outside of the zip. It generations the submissioninfo just fine and compresses all the other logs.
To Reproduce
Steps to reproduce the behavior:
command I used:
mpf.check umd psp -u UMDImageCreator -c [username] [password] "[path-to-umd.iso]"
Expected behavior
Generation of submissioninfo and compression of all logs, icnluding the _drive.txt file.