[Problem] Specifying a direct filesystem path leads to erroneous period in filename #501

Closed
opened 2026-01-29 16:17:30 +00:00 by claunia · 0 comments
Owner

Originally created by @mictlantecuhtle on GitHub (Mar 1, 2023).

Originally assigned to: @mnadareski on GitHub.

** Version **

  • WIP release (2.4-2a544676)

Build
What runtime version are you using?

  • .NET Framework 4.8 running on (Operating System)

Describe the issue
When inputting a direct filesystem path for dumping, if an extension for the file is not specified an erroneous period is added to the filename.

Example path which generates erroneous filename
D:\MPF-Test\ISO\Audio CD\Audio CD

Example paths which do not generate erroneous filename
D:\MPF-Test\ISO\Audio CD\Audio CD.bin

ISO\Audio CD\Audio CD

To Reproduce
Steps to reproduce the behavior:

  1. Open up MPF and select a disc to dump as usual
  2. In the output path field enter a direct filesystem path with no extension specified e.g. D:\MPF-Test\ISO\Audio CD\Audio CD
  3. Run the DIC dump which will complete as usual
  4. MPF fails with error "files missing from the output"
  5. All files are generated correctly but have an erroneous period e.g. D:\MPF-Test\ISO\Audio CD\Audio CD. (Track 01).bin

Expected behavior
No period should be included in the filename

Screenshots
example

Originally created by @mictlantecuhtle on GitHub (Mar 1, 2023). Originally assigned to: @mnadareski on GitHub. ** Version ** - [X] WIP release (2.4-2a544676) **Build** What runtime version are you using? - [X] .NET Framework 4.8 running on (Operating System) **Describe the issue** When inputting a direct filesystem path for dumping, if an extension for the file is not specified an erroneous period is added to the filename. _Example path which generates erroneous filename_ `D:\MPF-Test\ISO\Audio CD\Audio CD` _Example paths which do not generate erroneous filename_ `D:\MPF-Test\ISO\Audio CD\Audio CD.bin` `ISO\Audio CD\Audio CD` **To Reproduce** Steps to reproduce the behavior: 1. Open up MPF and select a disc to dump as usual 2. In the output path field enter a direct filesystem path with no extension specified e.g. D:\MPF-Test\ISO\Audio CD\Audio CD 3. Run the DIC dump which will complete as usual 4. MPF fails with error "files missing from the output" 5. All files are generated correctly but have an erroneous period e.g. `D:\MPF-Test\ISO\Audio CD\Audio CD. (Track 01).bin` **Expected behavior** No period should be included in the filename **Screenshots** ![example](https://user-images.githubusercontent.com/50200766/222163582-94670d4f-f1d0-4e78-8572-784292b99223.png)
claunia added the bug label 2026-01-29 16:17:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#501