Closed JohnVeness closed 4 months ago
Please test with https://github.com/Deterous/MPF/releases/tag/rolling
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:
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).
RedumpLib will need to be updated to fix this.
@JohnVeness please test this build: https://github.com/Deterous/MPF/releases/tag/rolling
Thanks, that seems to be working very well :)
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.log
but 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?