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

File path error occurred in scan-msg #4

Closed
chetuna opened this issue Mar 15, 2021 · 4 comments
Closed

File path error occurred in scan-msg #4

chetuna opened this issue Mar 15, 2021 · 4 comments

Comments

@chetuna
Copy link

chetuna commented Mar 15, 2021

G:\xci\MHR\demo2>mhrice.exe scan-msg --output G:\xci\MHR\demo2\msg
Error: ファイル名、ディレクトリ名、またはボリューム ラベルの構文が間違っています。 (os error 123)

OS:Windows 10 Pro 20H2
The gen-resources and gen-json commands worked correctly.
It may be that the file name contains characters that cannot be used in Windows.

@wwylele
Copy link
Owner

wwylele commented Mar 15, 2021

Ah yeah a recent update in mhrice made the file names contain weird stuff. I will fix it soon.
dump-tree might have the same problem

@wwylele
Copy link
Owner

wwylele commented Mar 15, 2021

Could you verify that this is fixed in b738a48 ?

@chetuna
Copy link
Author

chetuna commented Mar 16, 2021

I have confirmed that scan-msg works well.
Thank you for the quick response.
I don't know about dump-tree, what is list? How do I get it?

@wwylele
Copy link
Owner

wwylele commented Mar 16, 2021

You can get the list file by running cargo run --release -- search-path --pak your_pak_files.pak>list.txt. Note that this command takes a long time to complete.

@wwylele wwylele closed this as completed Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants