Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paths with upper case characters are not handled correctly #13

Closed
jan-hofmeier opened this issue May 2, 2020 · 1 comment
Closed

Paths with upper case characters are not handled correctly #13

jan-hofmeier opened this issue May 2, 2020 · 1 comment
Labels

Comments

@jan-hofmeier
Copy link

jan-hofmeier commented May 2, 2020

Trying to inject a file with a Path that contains upper case character gives a error:

/mnt/wfslib/wfs-file-injector/wfs-file-injector --image "/dev/mmcblk1" --inject-file "/ntfs/nus_content/0005001010062200/42/content/Common/lodging/convert_test/WagonMap2/WiiUBg07.szs" --inject-path "sys/title/00050010/10062200/content/Common/lodging/convert_test/WagonMap2/WiiUBg07.szs" --otp "otp.bin" --mlc
Error: Didn't find file sys/title/00050010/10062200/content/Common/lodging/convert_test/WagonMap2/WiiUBg07.szs in wfs

Similiar when trying to extract a specific directory, which path contains upper case characters.

Some internal structures (the trees that are traversed in Directory::GetObjectAttributes) seem to use only lower case.

I will provide a patch soon.

@jan-hofmeier jan-hofmeier mentioned this issue May 2, 2020
@koolkdev koolkdev added the bug label Jan 5, 2022
@koolkdev koolkdev reopened this Nov 23, 2022
@koolkdev
Copy link
Owner

Fixed in v1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants