mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 05:37:45 +00:00
[Problem] MPF.Check doesn't seem to work on PSP dumps made with UMDImageCreator? #390
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 (Feb 3, 2022).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
Describe the issue
I'm trying to run MPF.Check on some UMD dumps I made with UMDImageCreator, and when I do, it says:
However, there aren't any other files I can think of and it doesn't list anything missing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect check to work as normal
Screenshots
Available upon request!
Additional context
Thanks pal!
@mnadareski commented on GitHub (Feb 3, 2022):
Can you please confirm if adding
-u uicto your commandline makes this work?@sadikyo commented on GitHub (Feb 3, 2022):
I tested, and that didn't work either. For reference, my initial command was:
Mpf.check umd psp -c username password "path\to\file.iso"I just tried
Mpf.check umd psp -c username password -u uic "path\to\file.iso"and that produced the following error:
I also tried without the credentials, and ran into the same issue.