mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 05:37:45 +00:00
[Info] Unsure how to use --load-seed feature in MPF.Check #728
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 @JohnVeness on GitHub (Jul 23, 2024).
Originally assigned to: @mnadareski on GitHub.
Hi. I am investigating the --load-seed feature in MPF.Check, which at first glance sounds like it will be useful for entering barcodes, ringcodes etc., but I am unsure if I am using it correctly.
I have created a file called !submissionSeed.json containing:
and done:
MPF.Check dvd ps2 -u redumper -l \!submissionSeed.json LOTRRK.logbut the resultant !submissionInfo.txt and !submissionInfo.json files are the same as if I hadn't included the -l option, that is, they still have "(REQUIRED, IF EXISTS)" instead of the ringcodes etc. I put in the seed file.
Have I got the format of the seed file correct? Am I doing something wrong? Can the --load-seed feature be documented somewhere?
@Deterous commented on GitHub (Jul 23, 2024):
#731 should enable it but it'll need testing.
Please test with https://github.com/Deterous/MPF/releases/tag/rolling
@JohnVeness commented on GitHub (Jul 23, 2024):
Thanks. Tested now, but no difference :(
Here's a zip of the output from Redumper (not including the .iso) I'm trying to work with, and the seed file I created, if you want to test yourself:
LOTRRK.zip
@JohnVeness commented on GitHub (Jul 23, 2024):
I've been debugging a little. It seems that
Builder.CreateFromFile(seedInfo)is returning null, even though seedInfo has the correct filename. I haven't been able to step into that code (I'll probably need to download more source).@Deterous commented on GitHub (Jul 24, 2024):
RedumpLib will need to be updated to fix this.
@Deterous commented on GitHub (Jul 25, 2024):
@JohnVeness please test this build: https://github.com/Deterous/MPF/releases/tag/rolling
@JohnVeness commented on GitHub (Jul 25, 2024):
Thanks, that seems to be working very well :)