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

Monster Hunter Stories PS4: "Ambiguous title support found from fallback." #17

Open
modusc896d352 opened this issue Mar 3, 2025 · 2 comments

Comments

@modusc896d352
Copy link

modusc896d352 commented Mar 3, 2025

i don't have the full "log" right now but the short version is the extract_arc module, when used on Monster Hunter Stories "nativePS4" directory (from PS4 ver only), doesn't recognize a single arc file from said directory even after all of them were scanned beforehand.

just for fun, i decided to run the extract_arc module from revil_toolset, like so:

revil_toolset.exe extract_arc --title mhs --platform PS4 "mhs_ps4\nativePS4"

next, it does a deep scan of all existing arc from the specified path.
and finally, at least one error message is gratuitously given to every single arc file that extract_arc cannot deal with.

(...)
[0x000028C8] Ambiguous title support found from fallback.
(...)
[0x00003A98] Ambiguous title support found from fallback.
(...)
[0x00003F68] Ambiguous title support found from fallback.
(...)
[0x00002BF4] Ambiguous title support found from fallback.
(...)
[0x00003A98] Ambiguous title support found from fallback.
(...)
[0x000028C8] Ambiguous title support found from fallback.
(...)
[0x00003F68] Ambiguous title support found from fallback.
(...)
[0x00002BF4] Ambiguous title support found from fallback.
(...)
[0x00003A98] Ambiguous title support found from fallback.
(...)
[0x000028C8] Ambiguous title support found from fallback.
(...)
[0x00003F68] Ambiguous title support found from fallback.
(...)
[0x00002BF4] Ambiguous title support found from fallback.
(...)
[0x00003A98] Ambiguous title support found from fallback.

no exception.

@modusc896d352 modusc896d352 changed the title Monster Hunter Stories PS4: "Ambiguous title support found from fallback." Monster Hunter Stories PS4: "Ambiguous title support found from fallback." (arc files from that game seemingly unsupported) Mar 3, 2025
@modusc896d352 modusc896d352 changed the title Monster Hunter Stories PS4: "Ambiguous title support found from fallback." (arc files from that game seemingly unsupported) Monster Hunter Stories PS4: "Ambiguous title support found from fallback." (unsupported PS4 title?) Mar 3, 2025
@modusc896d352 modusc896d352 changed the title Monster Hunter Stories PS4: "Ambiguous title support found from fallback." (unsupported PS4 title?) Monster Hunter Stories PS4: "Ambiguous title support found from fallback." Mar 4, 2025
@PredatorCZ
Copy link
Owner

PS4 version is not yet supported.
You might want to try Android or IOS platforms but there might be some rare cases of missing or wrong extension names tho.

@modusc896d352
Copy link
Author

modusc896d352 commented Mar 5, 2025

tested extract_arc with b07d_m_01.arc with IOS set as the platform:
revil_toolset extract_arc --title mhs --platform IOS b07d_m_01.arc
doing so resulted in this error:
⛔ [0x000084D8] unknown compression method

i did the same thing but with Android instead of IOS:
revil_toolset extract_arc --title mhs --platform Android b07d_m_01.arc
same error:
⛔ [0x000084D8] unknown compression method

root.arc (from nativePS4\sa\PS4) did not trigger an error message but no files were extracted from there either.
i may be using extract_arc wrong but this is all i can report for now.


tested extract_arc with all arc from PS4 version of the game, with Android set as the platform:
revil_toolset extract_arc --title mhs --platform Android --create-zip nativePS4

what happened is, after a deep scan, i ended up with not only four "unknown compression method" errors, it triggered out a "SIGABRT" error too, which caused revil_toolset to close all by itself.

Thread:                                                     0%
Thread:                                                     0%
Thread:                                                     0%
Thread:                                                     0%
Thread:                                                     0%
Thread:                                                     0%
Thread:                                                     0%
   [0x00002A4C] Processing: nativePS4/archive/battle/b00d_m_00.arc
   [0x00003AF0] Processing: nativePS4/archive/battle/b01d_m_00.arc
   [0x000035F4] Processing: /nativePS4/archive/battle/b01d_m_01.arc
   [0x0000112C] Processing: nativePS4/archive/battle/b01d_m_02.arc
✔ Scanning folder: nativePS4 8966 folders, 89316 files, 5586 found.
⛔ [0x0000112C] unknown compression method
⛔ [0x00003AF0] unknown compression method
⛔ [0x000035F4] unknown compression method
⛔ [0x00002A4C] unknown compression method
+----------------------------------------------------------+0%
| APPLICATION HAVE CLOSED UNEXPECTEDLY, CODE: 22 (SIGABRT) |0%
+----------------------------------------------------------+0%
Thread:                                                     0%
C:\####\####\########\RevilToolset-v2.10.172-win64>       0%

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