wwylele / mhrice

Monster Hunter Rise information website
http://mhrice.info
Apache License 2.0
106 stars 8 forks source link

File path error occurred in scan-msg #4

Closed chetuna closed 3 years ago

chetuna commented 3 years ago
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 commented 3 years ago

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 commented 3 years ago

Could you verify that this is fixed in https://github.com/wwylele/mhrice/commit/b738a48c7393ce38033291367e3365bf032400f9 ?

chetuna commented 3 years ago

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 commented 3 years ago

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.