MPF.check does not process PSP dumps from UIC correctly #584

Closed
opened 2026-01-29 16:18:53 +00:00 by claunia · 5 comments
Owner

Originally created by @sadikyo on GitHub (Aug 12, 2023).

Originally assigned to: @mnadareski on GitHub.

What version are you using?

  • WIP release (2.6.2-1185)

Build

  • .NET Framework 4.8 running on (Operating System)

Describe the issue
When using MPF.check on a PSP dump from UmdImageCreator, the process fails because it looks for a _drive.txt file. This log is not produced by UIC.

To Reproduce
Dump PSP umd with UIC, then run MPF.check

Expected behavior
Process just like normal

Additional context
I suppose one could create a dummy _drive.txt file, but it'd be nice if the -u UmdImageCreator parameter would correct the need for a _drive.txt file in order to process correctly.

Originally created by @sadikyo on GitHub (Aug 12, 2023). Originally assigned to: @mnadareski on GitHub. What version are you using? - [X] WIP release (2.6.2-1185) **Build** - [X] .NET Framework 4.8 running on (Operating System) **Describe the issue** When using MPF.check on a PSP dump from UmdImageCreator, the process fails because it looks for a _drive.txt file. This log is not produced by UIC. **To Reproduce** Dump PSP umd with UIC, then run MPF.check **Expected behavior** Process just like normal **Additional context** I suppose one could create a dummy _drive.txt file, but it'd be nice if the -u UmdImageCreator parameter would correct the need for a _drive.txt file in order to process correctly.
claunia added the bug label 2026-01-29 16:18:53 +00:00
Author
Owner

@mnadareski commented on GitHub (Aug 12, 2023):

What version of UIC are you using? Also, can you share the commandline you used to run MPF.Check?

@mnadareski commented on GitHub (Aug 12, 2023): What version of UIC are you using? Also, can you share the commandline you used to run MPF.Check?
Author
Owner

@sadikyo commented on GitHub (Aug 12, 2023):

It looks like I was using v1.3. I'll update to 1.5 and try that.

The command I used is:
mpf.check umd psp -u umdimagecreator [output path]

@sadikyo commented on GitHub (Aug 12, 2023): It looks like I was using v1.3. I'll update to 1.5 and try that. The command I used is: mpf.check umd psp -u umdimagecreator [output path]
Author
Owner

@mnadareski commented on GitHub (Aug 13, 2023):

Okay, I don't see that file being explicitly used for anything except being zipped up, so I'll remove it as required.

@mnadareski commented on GitHub (Aug 13, 2023): Okay, I don't see that file being explicitly used for anything except being zipped up, so I'll remove it as required.
Author
Owner

@sadikyo commented on GitHub (Aug 13, 2023):

It looks like 1.5 version does produce the _drive.txt, but older versions don't. So if it isn't required, that seems good anyway. I'm assuming even if you change this, it will still zip it up?

@sadikyo commented on GitHub (Aug 13, 2023): It looks like 1.5 version does produce the _drive.txt, but older versions don't. So if it isn't required, that seems good anyway. I'm assuming even if you change this, it will still zip it up?
Author
Owner

@mnadareski commented on GitHub (Aug 13, 2023):

Yep, it just marks the file as not required on detection but will still zip it up and include in artifacts.

@mnadareski commented on GitHub (Aug 13, 2023): Yep, it just marks the file as not required on detection but will still zip it up and include in artifacts.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#584