-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Failed to parse '.arsc.' file #178
Comments
@sethjones |
I also got this error |
@nx4dm1n Please check if you are using the latest version of Jadx. If you are using the latest version it would be good if you could provide us the APK file that triggers this error. |
Log level: Error
jadx Error:
|
@oxou I have moved your bug report to a new issue. |
INFO - loading ...
ERROR - Failed to parse '.arsc' file
jadx.core.utils.exceptions.JadxException: Error decode: resources.arsc
at jadx.api.ResourcesLoader.decodeStream(ResourcesLoader.java:65) ~[jadx-core-0.6.0.jar:na]
at jadx.core.dex.nodes.RootNode.loadResources(RootNode.java:75) ~[jadx-core-0.6.0.jar:na]
at jadx.api.JadxDecompiler.parse(JadxDecompiler.java:264) [jadx-core-0.6.0.jar:na]
at jadx.api.JadxDecompiler.loadFiles(JadxDecompiler.java:118) [jadx-core-0.6.0.jar:na]
at jadx.api.JadxDecompiler.loadFile(JadxDecompiler.java:103) [jadx-core-0.6.0.jar:na]
at jadx.gui.JadxWrapper.openFile(JadxWrapper.java:32) [jadx-gui-0.6.0.jar:na]
at jadx.gui.ui.MainWindow.openFile(MainWindow.java:164) [jadx-gui-0.6.0.jar:na]
at jadx.gui.ui.MainWindow.openFile(MainWindow.java:159) [jadx-gui-0.6.0.jar:na]
at jadx.gui.ui.MainWindow.open(MainWindow.java:121) [jadx-gui-0.6.0.jar:na]
at jadx.gui.JadxGUI$1.run(JadxGUI.java:27) [jadx-gui-0.6.0.jar:na]
at java.awt.event.InvocationEvent.dispatch(Unknown Source) [na:1.8.0_131]
at java.awt.EventQueue.dispatchEventImpl(Unknown Source) [na:1.8.0_131]
at java.awt.EventQueue.access$500(Unknown Source) [na:1.8.0_131]
at java.awt.EventQueue$3.run(Unknown Source) [na:1.8.0_131]
at java.awt.EventQueue$3.run(Unknown Source) [na:1.8.0_131]
at java.security.AccessController.doPrivileged(Native Method) [na:1.8.0_131]
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) [na:1.8.0_131]
at java.awt.EventQueue.dispatchEvent(Unknown Source) [na:1.8.0_131]
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) [na:1.8.0_131]
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) [na:1.8.0_131]
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) [na:1.8.0_131]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [na:1.8.0_131]
at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [na:1.8.0_131]
at java.awt.EventDispatchThread.run(Unknown Source) [na:1.8.0_131]
Caused by: java.io.IOException: Decode error: Unexpected type header size: 0x4c, position: 0x1b1f44
at jadx.core.xmlgen.CommonBinaryParser.die(CommonBinaryParser.java:96) ~[jadx-core-0.6.0.jar:na]
at jadx.core.xmlgen.ResTableParser.parseTypeChunk(ResTableParser.java:164) ~[jadx-core-0.6.0.jar:na]
at jadx.core.xmlgen.ResTableParser.parsePackage(ResTableParser.java:142) ~[jadx-core-0.6.0.jar:na]
at jadx.core.xmlgen.ResTableParser.decodeTableChunk(ResTableParser.java:89) ~[jadx-core-0.6.0.jar:na]
at jadx.core.xmlgen.ResTableParser.decode(ResTableParser.java:57) ~[jadx-core-0.6.0.jar:na]
at jadx.core.dex.nodes.RootNode$1.decode(RootNode.java:78) ~[jadx-core-0.6.0.jar:na]
at jadx.api.ResourcesLoader.decodeStream(ResourcesLoader.java:63) ~[jadx-core-0.6.0.jar:na]
... 23 common frames omitted
The text was updated successfully, but these errors were encountered: