mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
[ISO9660] Japanese disc does not get encoding properly detected #864
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 @Whovian9369 on GitHub (Feb 6, 2022).
Originally assigned to: @TheRogueArchivist on GitHub.
Version
Development commit
Commit hash
5755ae5Tested debug version?
Which operating systems have you used?
What is the architectural bit size you're using?
What processor are you using?
Image format
BIN/CUE
Application that created the image
DiscImageCreator
What were you doing when it failed?
Destination image format
No response
Filesystem
ISO9660
Description
Trying to run
fs extractorfs infoon this CUE/BIN dump returns bad Volume identifier (either in output info or in extraction directory)Note: "Debug Output" gotten by running built debug exe via WSL2 in directory on Windows filesystem.
Exact command line used
aaru fs info "Nintendo Koushiki Guidebook - Doubutsu no Mori+ - Icon + Tokei CD-ROM (Japan).cue"Expected behavior
Return correct volume identifier
Actual behavior
Returns incorrect volume identifier
Output of command execution with debug output enabled
Affected image
Image in question is https://archive.org/details/Nova_DnMGuidebookCDROM_Japan
@robin-francois commented on GitHub (Feb 6, 2022):
@Whovian9369, could you try with 5.3.0 release? That looks like an colouring console output issue, already identified.
@Whovian9369 commented on GitHub (Feb 6, 2022):
Happily! In case it helps, I'm using Windows Terminal (Preview) for the tests above (via WSL2 in a Windows path) and the following tests (via the CMD profile in WT)
Also, it appears that this image has ISO9660 and an HFS partition.
Here's the output of
fs extract CUE Output:Here is extraction with `-d` tagged on the end: (Click to open spoiler)
@claunia commented on GitHub (Feb 6, 2022):
That disc is using Romeo with a Japanese codepage.
As per the PVD it was created using a Mac so the MacJapanese codepage is the recommended one.
Also as Romeo cannot be autodetected you must manually specify its namespace:
aaru fs ls -e x-mac-japanese --namespace romeo "Nintendo Koushiki Guidebook - Doubutsu no Mori+ - Icon + Tokei CD-ROM (Japan).cue"works:
@Whovian9369 commented on GitHub (Feb 6, 2022):
Ah, apologies and thanks!