mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
NEC PC-88 disk images are not recognized #978
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 @sdsnatcher on GitHub (Jan 8, 2024).
Originally assigned to: @claunia on GitHub.
Version
6.0.0~alpha9+e10c237e
Commit hash
No response
Tested debug version?
Which operating systems have you used?
What is the architectural bit size you're using?
What processor are you using?
Description
.d88 disk images are stated to be supported, but when I try to use aaru with a NEC PC-88 disk image, it complains that it's unable to recognize it:
Plenty of NEC PC-88 disk images can be found for testing here.
The specific disk image used on this test can be found here.
Exact command line used
./aaru i print ../DENKEN_CG.D88
Expected behavior
Should recognize and be able to run commands on NEC PC-88 images dumped in .d88 disk format.
Actual behavior
Throws a "Unable to recognize image format" error.
Output of command execution with debug output enabled
@claunia commented on GitHub (Jan 8, 2024):
Bug confirmed, seems that some images contain a header that is making the parses go nuts.
@claunia commented on GitHub (Jan 8, 2024):