mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
"Cannot open data file" after "Closing output file." (read: Sidecar file based images only work in current directory) #253
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 @mrpijey on GitHub (Feb 11, 2019).
Prerequisites
Check and fill as appropiate:
Description
Crashes with "Cannot open data file" after reading disc.
Exact command line used:
DiscImageChef.exe dump-media D: "C:\Dumps\CDDVD\Chef\Disc02_mdf\Disc02_mdf.mds" --first-pregap --force
error.txt
@claunia commented on GitHub (Feb 11, 2019):
When you use a multifile format with a path it is trying to find the data file on the same folder as it is currently running.
As a workaround, change to the folder and don't use paths. Will take a look at it asap.