Image fails to load after conversion to aaruf #386

Closed
opened 2026-01-29 15:17:44 +00:00 by claunia · 0 comments
Owner

Originally created by @FakeShemp on GitHub (Mar 21, 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 Aaru under Linux [Ubuntu 19.10]...
  • ...using .NET Core [3.1]...
  • ...in 64-bit

Description

When converting this image to aaruf, everything seems to work out all right. But when running ./aaru i info on the created file, the image can not be read.

Exact command line used:

./aaru i convert 007\ -\ The\ World\ Is\ Not\ Enough\ \(USA\)\ \(Beta\).cue 007\ -\ The\ World\ Is\ Not\ Enough\ \(USA\)\ \(Beta\).aaruf
./aaru i info 007\ -\ The\ World\ Is\ Not\ Enough\ \(USA\)\ \(Beta\).aaruf

Expected behavior:

Info about image to show.

Actual behavior:

aaru 5.1.99.2880-25c7336f built by rebecca-Nitro-AN515-52 in Debug, modified
Copyright © 2011-2020 Natalia Portillo

Image format identified by Aaru Format (49360069-1784-4a2f-b723-0c844d610b0a).

Unable to open image format
Error: Could not find user data deduplication table.
Uploading statistics

Output of command execution with debug output enabled

[...]
DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115144712
DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115147912
DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115148009
DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115153907
DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115155945
DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115163100
DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115163197
DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115165226
DEBUG (Aaru Format plugin): Memory snapshot: 7969632 bytes
Unable to open image format
Error: Could not find user data deduplication table.
DEBUG (Image-info command): Stack trace:    at Aaru.DiscImages.AaruFormat.Open(IFilter imageFilter) in /home/rebecca/Documents/CODE/Aaru/Aaru.Images/AaruFormat/Read.cs:line 969
   at Aaru.Commands.Image.ImageInfoCommand.Invoke(Boolean debug, Boolean verbose, String imagePath) in /home/rebecca/Documents/CODE/Aaru/Aaru/Commands/Image/Info.cs:line 99

Originally created by @FakeShemp on GitHub (Mar 21, 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 Aaru under Linux [Ubuntu 19.10]... * [X] ...using .NET Core [3.1]... * [X] ...in 64-bit ### Description When converting [this image](https://hiddenpalace.org/007:_The_World_Is_Not_Enough_(Aug_26,_2000_prototype)) to aaruf, everything seems to work out all right. But when running `./aaru i info` on the created file, the image can not be read. ### Exact command line used: `./aaru i convert 007\ -\ The\ World\ Is\ Not\ Enough\ \(USA\)\ \(Beta\).cue 007\ -\ The\ World\ Is\ Not\ Enough\ \(USA\)\ \(Beta\).aaruf` `./aaru i info 007\ -\ The\ World\ Is\ Not\ Enough\ \(USA\)\ \(Beta\).aaruf` ### Expected behavior: Info about image to show. ### Actual behavior: ``` aaru 5.1.99.2880-25c7336f built by rebecca-Nitro-AN515-52 in Debug, modified Copyright © 2011-2020 Natalia Portillo Image format identified by Aaru Format (49360069-1784-4a2f-b723-0c844d610b0a). Unable to open image format Error: Could not find user data deduplication table. Uploading statistics ``` ### Output of command execution with debug output enabled ``` [...] DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115144712 DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115147912 DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115148009 DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115153907 DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115155945 DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115163100 DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115163197 DEBUG (Aaru Format plugin): Block type DataBlock with data type UserData is indexed to be at 115165226 DEBUG (Aaru Format plugin): Memory snapshot: 7969632 bytes Unable to open image format Error: Could not find user data deduplication table. DEBUG (Image-info command): Stack trace: at Aaru.DiscImages.AaruFormat.Open(IFilter imageFilter) in /home/rebecca/Documents/CODE/Aaru/Aaru.Images/AaruFormat/Read.cs:line 969 at Aaru.Commands.Image.ImageInfoCommand.Invoke(Boolean debug, Boolean verbose, String imagePath) in /home/rebecca/Documents/CODE/Aaru/Aaru/Commands/Image/Info.cs:line 99 ```
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#386