mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Unhandled Exception after "Closing output file." while dumping floppy disk #229
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 (Aug 8, 2018).
Prerequisites
Check and fill as appropiate:
Description
While dumping a floppy disk to .img using a USB floppy drive, DIC crashes after "Closing Output file." with
"Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at DiscImageChef.DiscImages.ZZZRawImage.Close() in C:\Users\silas\Desktop\GIT\DiscImageChef\trunk\DiscImageChef.DiscImages\ZZZRawImage\Write.cs:line 216
at DiscImageChef.Core.Devices.Dumping.Sbc.Dump(Device dev, String devicePath, IWritableImage outputPlugin, UInt16 retryPasses, Boolean force, Boolean dumpRaw, Boolean persistent, Boolean stopOnError, Dictionary
2 mediaTags, MediaType& dskType, Boolean opticalDisc, Resume& resume, DumpLog& dumpLog, Encoding encoding, String outputPrefix, String outputPath, Dictionary2 formatOptions, CICMMetadataType preSidecar, UInt32 skip, Boolean nometadata, Boolean notrim) in C:\Users\silas\Desktop\GIT\DiscImageChef\trunk\DiscImageChef.Core\Devices\Dumping\SBC.cs:line 764at DiscImageChef.Core.Devices.Dumping.Scsi.Dump(Device dev, String devicePath, IWritableImage outputPlugin, UInt16 retryPasses, Boolean force, Boolean dumpRaw, Boolean persistent, Boolean stopOnError, Resume& resume, DumpLog& dumpLog, Boolean dumpLeadIn, Encoding encoding, String outputPrefix, String outputPath, Dictionary
2 formatOptions, CICMMetadataType preSidecar, UInt32 skip, Boolean nometadata, Boolean notrim) in C:\Users\silas\Desktop\GIT\DiscImageChef\trunk\DiscImageChef.Core\Devices\Dumping\SCSI.cs:line 217 at DiscImageChef.Commands.DumpMedia.DoDumpMedia(DumpMediaOptions options) at DiscImageChef.MainClass.<>c.<Main>b__0_13(DumpMediaOptions opts) at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult1 result, Action`1 action)at DiscImageChef.MainClass.Main(String[] args)"
It did not crash dumping a CD, and I do not have another USB floppy drive handy to test with right now. The image itself appears to have saved correctly.
Logs+Image.zip