DIC doesn't properly extract files from an ISO9660 cue image #305

Closed
opened 2026-01-29 15:15:28 +00:00 by claunia · 1 comment
Owner

Originally created by @TheRogueArchivist on GitHub (Jan 7, 2020).

Prerequisites

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

Check and fill as appropriate:

  • I was running DiscImageChef under Windows [version here]...
  • ...in 64-bit

Description

Trying to extract files from an ISO9660 cue image results in output that have the correct names and folders, but are corrupted past the first few sectors. The image can be found at https://archive.org/details/redump-id-54014

Exact command line used:

dotnet .\DiscImageChef.dll fs extract '.\Namco (USA) (2005 Assets).cue' namco

Output of command execution with debug output enabled

Running with debug crashes with "Error reading file: Object reference not set to an instance of an object."

Originally created by @TheRogueArchivist on GitHub (Jan 7, 2020). ### 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 DiscImageChef under Windows [version here]... * [X] ...in 64-bit ### Description Trying to extract files from an ISO9660 cue image results in output that have the correct names and folders, but are corrupted past the first few sectors. The image can be found at https://archive.org/details/redump-id-54014 ### Exact command line used: `dotnet .\DiscImageChef.dll fs extract '.\Namco (USA) (2005 Assets).cue' namco` ### Output of command execution with debug output enabled Running with debug crashes with "Error reading file: Object reference not set to an instance of an object."
Author
Owner

@TheRogueArchivist commented on GitHub (Mar 9, 2020):

Fixed by 3b2bb0e

@TheRogueArchivist commented on GitHub (Mar 9, 2020): Fixed by 3b2bb0e
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#305