[ImageDisk] Invalid sector type when reading XDF image. #687

Open
opened 2026-01-29 15:26:31 +00:00 by claunia · 0 comments
Owner

Originally created by @claunia on GitHub (Feb 28, 2021).

Prerequisites

  • Are you running the latest version?
  • Can you reproduce the problem in the debug version?

Check and fill as appropriate:

  • I was running Aaru under Linux 5.10.16-arch1-1...
  • ...in 64-bit
  • ...using an Intel / AMD processor
    • Image format: ImageDisk
    • Application that created the image: HxC
  • I was checksumming the image

Description

Invalid sector type when reading XDF image.

Exact command line used:

Unit tests.

Expected behavior:

Image opens correctly.

Actual behavior:

Invalid sector type.

Output of command execution with debug output enabled

Aaru.CommonTypes.Exceptions.ImageNotSupportedException : Invalid sector type 119
   at Aaru.DiscImages.Imd.Open(IFilter imageFilter) in /home/claunia/Development/Aaru/Aaru/Aaru.Images/IMD/Read.cs:line 162
   at Aaru.Tests.Images.HxC.ImageDisk.<Hashes>b__8_0() in /home/claunia/Development/Aaru/Aaru/Aaru.Tests/Images/HxC/ImageDisk.cs:line 428
   at NUnit.Framework.Assert.Multiple(TestDelegate testDelegate)
   at Aaru.Tests.Images.HxC.ImageDisk.Hashes() in /home/claunia/Development/Aaru/Aaru/Aaru.Tests/Images/HxC/ImageDisk.cs:line 420
Originally created by @claunia on GitHub (Feb 28, 2021). ### Prerequisites * [x] Are you running the latest version? * [x] Can you reproduce the problem in the debug version? ### Check and fill as appropriate: * [x] I was running Aaru under Linux 5.10.16-arch1-1... * [x] ...in 64-bit * [x] ...using an Intel / AMD processor * **Image format**: ImageDisk * **Application that created the image**: HxC * [x] I was checksumming the image ### Description Invalid sector type when reading XDF image. ### Exact command line used: Unit tests. ### Expected behavior: Image opens correctly. ### Actual behavior: Invalid sector type. ### Output of command execution with debug output enabled ``` Aaru.CommonTypes.Exceptions.ImageNotSupportedException : Invalid sector type 119 at Aaru.DiscImages.Imd.Open(IFilter imageFilter) in /home/claunia/Development/Aaru/Aaru/Aaru.Images/IMD/Read.cs:line 162 at Aaru.Tests.Images.HxC.ImageDisk.<Hashes>b__8_0() in /home/claunia/Development/Aaru/Aaru/Aaru.Tests/Images/HxC/ImageDisk.cs:line 428 at NUnit.Framework.Assert.Multiple(TestDelegate testDelegate) at Aaru.Tests.Images.HxC.ImageDisk.Hashes() in /home/claunia/Development/Aaru/Aaru/Aaru.Tests/Images/HxC/ImageDisk.cs:line 420 ```
claunia added the bugdump image format labels 2026-01-29 15:26:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#687