mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
cannot extract files from a valid FAT12 disk image #275
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 @skochinsky on GitHub (Sep 20, 2019).
Prerequisites
Check and fill as appropiate:
Description
cannot extract files from a valid FAT12 disk image
Exact command line used:
DiscImageChef extract-files -i win103.FDI -o 000 -dExpected behavior:
Files extracted
Actual behavior:
Error reading file: Object reference not set to an instance of an object.
DEBUG (Extract-Files command): at DiscImageChef.Commands.ExtractFiles.DoExtractFiles(ExtractFilesOptions options)
Output of command execution with debug output enabled
Image attached:
win103.FDI.zip
Side note: initially I redirected debug output to file and had to redo my paste several times because some of the "magic" outputs contained null bytes and the paste was getting cut off. I think some sanitization of raw string dumping might be useful.
Extra notes
after converting image to raw and mouning with ImDisk I could copy the files from virtual drive so the FS is valid
@skochinsky commented on GitHub (Sep 20, 2019):
latest build from ftp://discimagechef.app extracts successfully