mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
[Bug] Extract-files does not detect output parameter is missing #263
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 @TheRogueArchivist on GitHub (May 1, 2019).
Prerequisites
Check and fill as appropiate:
Description
When I try to extract files from a floppy disk image, I get the error message "Error reading file: Value cannot be null. Parameter name: path". Happens with several different image files, including this one: https://drive.google.com/file/d/1TvO8rDuG1jA2lywdVoNc3ylQXbAKcdCK/view?usp=sharing
Exact command line used:
.\DiscImageChef.exe extract-files "Compaq Diagnostics.img" -dOutput of command execution with debug output enabled
@darkstar commented on GitHub (Aug 4, 2019):
Try adding
-o <output-path>@claunia commented on GitHub (Aug 4, 2019):
Change title to reflect real bug.