mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Error converting NRG version 2 to other formats #540
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 (Nov 16, 2020).
Prerequisites
Check and fill as appropriate:
Description
Trying to convert a version 2 NRG to ISO prints "Error Writing sectors with tags is not supported. writing sector 0, continuing..." to the command output and results in a 0 byte ISO file. Trying to convert the same image to cue prints "Error Incorrect data size writing sector 0, continuing..." to the command output and results in a 0 bit bin file. Converting to Aaruf seems to work fine, but other formats may be affected as well. Aaru handles the original NRG file properly, including extracting the contents from it.
Exact command line used:
aaru i convert .\NRG-Nero_Burning_ROM7.nrg .\NRG-Nero_Burning_ROM7.iso -fOutput of command execution with debug output enabled
Image
450.zip
@claunia commented on GitHub (Jun 11, 2021):
Fixed in
ecb7201f6d.