-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[BUG] Can't decompile Yo-Kai Watch Puni Puni #3165
Comments
Interesting. Some form of directory traversal or replicated "asset" folders which trip up Apktool |
it actually works fine on my old computer. Can you check? |
I couldn't replicate :/
Though you said Windows. It might be this issue - #2574 |
Negative it can't be that. There is no multiple depth folders of "assets" - just one. |
What is happening then? my old pc was MacOS, and it worked just fine (I am making a translation patch for the game) |
I imagine there is something I'm missing that is specific to Windows |
Okay I figured it out. We have an unsupported character name on Windows that is resulting in an empty path
This is not the declaration of a folder like I originally thought. This is some file
Dumping in something readable
So this technically goes back to a long old Windows issue - #1460 Before I close this though, I am going to try one quick patch to skip empty filenames during copying of assets to see if this helps this specific example. |
Yeah that worked. I'll move this forward as it seems low-risk.
|
Information
apktool -2.8.0
) -java --8
) -Stacktrace/Logcat
Steps to Reproduce
apktool
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(
.apks
that live in/system/framework
or/system/priv-app
)APK
(https://yokai-watch-puni-puni.en.uptodown.com/android)
Questions to ask before submission
apktool d
,apktool b
without changing anything?The text was updated successfully, but these errors were encountered: