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

Error DexFileReader #184

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

Error DexFileReader #184

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. convert dex to jar


What is the expected output? What do you see instead?
This is what I get:
Exception in thread "main" com.googlecode.dex2jar.DexException: while accept 
method:[Lcom/prime31/Base64$1;.<init>(Ljava/io/InputStream;Ljava/lang/ClassLoade
r;)V]
    at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:702)
    at com.googlecode.dex2jar.reader.DexFileReader.acceptClass(DexFileReader.java:437)
    at com.googlecode.dex2jar.reader.DexFileReader.accept(DexFileReader.java:322)

Caused by: com.googlecode.dex2jar.DexException: while accept code in 
method:[Lcom/prime31/Base64$1;.<init>(Ljava/io/InputStream;Ljava/lang/ClassLoade
r;)V]
    at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:692)
    ... 5 more
Caused by: java.lang.IllegalArgumentException: Id out of bound
    at com.googlecode.dex2jar.reader.DexFileReader.getField(DexFileReader.java:458)
    at com.googlecode.dex2jar.reader.DexOpcodeAdapter.x2c(DexOpcodeAdapter.java:412)
    at com.googlecode.dex2jar.reader.DexCodeReader.acceptInsn(DexCodeReader.java:457)
    at com.googlecode.dex2jar.reader.DexCodeReader.accept(DexCodeReader.java:337)
    at com.googlecode.dex2jar.reader.DexFileReader.acceptMethod(DexFileReader.java:689)
    ... 5 more

What version of the product are you using? On what operating system?
0.0.9.15 on Ubuntu 12.04 LTS

Please upload the file which cause the issue if possible.
this is error file: 
http://dl03.sopcast.mobi/downloads/20130706/2051d7ceb9cf95f/Order%20and%20Chaos%
20v1.3.0.apk




Original issue reported on code.google.com by [email protected] on 6 Jul 2013 at 8:17

@GoogleCodeExporter
Copy link
Author

Hi, if the link above was dead. You could try this link: 
http://www.mediafire.com/?pt55368wf18mktt

Original comment by [email protected] on 6 Jul 2013 at 10:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant