[Problem] Dump Already Exists warning appears when using DD + FDD #595

Closed
opened 2026-01-29 16:19:03 +00:00 by claunia · 4 comments
Owner

Originally created by @PurpleNekoNova on GitHub (Aug 29, 2023).

Originally assigned to: @mnadareski on GitHub.

Version
What version are you using?

  • Stable release (2.6.3)

Build
What runtime version are you using?

  • .NET Framework 4.8 running on (W10)

Describe the issue
Pop-up appears warning that a dump already exists when using dd to dump a Floppy Disk with a Floppy Disk Drive, even when a dump as not been completed with the same name.
Default parameters are used (of="D:\MPF\ISO\track\track.img)

Originally created by @PurpleNekoNova on GitHub (Aug 29, 2023). Originally assigned to: @mnadareski on GitHub. **Version** What version are you using? - [X] Stable release (2.6.3) **Build** What runtime version are you using? - [X] .NET Framework 4.8 running on (W10) **Describe the issue** Pop-up appears warning that a dump already exists when using dd to dump a Floppy Disk with a Floppy Disk Drive, even when a dump as not been completed with the same name. Default parameters are used (of="D:\MPF\ISO\track\track.img)
claunia added the bug label 2026-01-29 16:19:03 +00:00
Author
Owner

@PurpleNekoNova commented on GitHub (Aug 29, 2023):

Addendum: No dump was completed at all, this may be a deeper issue, or an issue on my end.

@PurpleNekoNova commented on GitHub (Aug 29, 2023): Addendum: No dump was completed at all, this may be a deeper issue, or an issue on my end.
Author
Owner

@PurpleNekoNova commented on GitHub (Aug 29, 2023):

Addendum 2:
Error is caused by \\?\A: being used in parameters field instead of \\.\A:
Manually changing this does not work (likely due to how MPF parses it)

@PurpleNekoNova commented on GitHub (Aug 29, 2023): Addendum 2: Error is caused by `\\?\A:` being used in parameters field instead of `\\.\A:` Manually changing this does not work (likely due to how MPF parses it)
Author
Owner

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

At least partially fixed by 6baaf132a7

@mnadareski commented on GitHub (Aug 30, 2023): At least partially fixed by https://github.com/SabreTools/MPF/commit/6baaf132a7c47ab27d7ca4d0c1c7939702c17806
Author
Owner

@Deterous commented on GitHub (Sep 27, 2023):

"Fixed" by cc98b38

@Deterous commented on GitHub (Sep 27, 2023): "Fixed" by cc98b38
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#595