mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] Output Path changes on initial edit to redumper Parameters #577
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 @tjanas on GitHub (Jul 20, 2023).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
On startup, without a disc loaded, MPF may have an Output Path as the following once selecting a System/Media Type:
ISO\Disc Not Detected\Disc Not Detected.binUpon editing the Parameters to add a valid parameter, the output path changes from a relative path to an absolute path, and the file extension is dropped:
C:\MPF\ISO\Disc Not Detected\Disc Not DetectedTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Do not make any changes to Output Path.
@mnadareski commented on GitHub (Jul 20, 2023):
Does this happen for both DIC and Redumper?
@tjanas commented on GitHub (Jul 20, 2023):
It does not. If I change the Dumping Program from its default value of redumper to DiscImageCreator on startup before any other steps, the file extension is not dropped (although the path still changes from relative to absolute).
@mnadareski commented on GitHub (Jul 20, 2023):
That's interesting that switching the program after startup causes it to work properly. Maybe more specifically: on startup, if you have DIC as the default or Redumper as the default, does it have the same behavior?
@tjanas commented on GitHub (Jul 20, 2023):
If I make DiscImageCreator the default dumping program (instead of redumper), the file extension is not dropped when restarting MPF and repeating the above steps.
@mnadareski commented on GitHub (Jul 20, 2023):
Okay, I'm assuming you have Redumper set as default otherwise. This should help narrow down the issues.
@tjanas commented on GitHub (Jul 20, 2023):
Would it be possible to preserve the relative Output Path? If so, should that be its own Feature Request issue?
@mnadareski commented on GitHub (Jul 20, 2023):
Separate request for that. The full path makes things less ambiguous in the code.