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

java.lang.IllegalArgumentException: UTF8 string too large #614

Closed
wg2001wg opened this issue Feb 28, 2024 · 2 comments
Closed

java.lang.IllegalArgumentException: UTF8 string too large #614

wg2001wg opened this issue Feb 28, 2024 · 2 comments

Comments

@wg2001wg
Copy link

Lcom/vungle/ads/internal/omsdk/Res;->()V
java.lang.IllegalArgumentException: UTF8 string too large
at org.objectweb.asm.ByteVector.putUTF8(ByteVector.java:255)
at org.objectweb.asm.SymbolTable.addConstantUtf8(SymbolTable.java:774)
at org.objectweb.asm.SymbolTable.addConstantUtf8Reference(SymbolTable.java:1007)
at org.objectweb.asm.SymbolTable.addConstantString(SymbolTable.java:604)
at org.objectweb.asm.SymbolTable.addConstant(SymbolTable.java:474)
at org.objectweb.asm.MethodWriter.visitLdcInsn(MethodWriter.java:1280)
at org.objectweb.asm.MethodVisitor.visitLdcInsn(MethodVisitor.java:562)
at org.objectweb.asm.commons.MethodRemapper.visitLdcInsn(MethodRemapper.java:196)
at org.objectweb.asm.tree.LdcInsnNode.accept(LdcInsnNode.java:75)
at org.objectweb.asm.tree.InsnList.accept(InsnList.java:144)
at org.objectweb.asm.tree.MethodNode.accept(MethodNode.java:749)
at com.googlecode.d2j.dex.ExDex2Asm.convertCode(ExDex2Asm.java:52)
at com.googlecode.d2j.dex.Dex2jar$2.convertCode(Dex2jar.java:130)
at com.googlecode.d2j.dex.Dex2Asm.convertMethod(Dex2Asm.java:774)
at com.googlecode.d2j.dex.Dex2Asm.convertClass(Dex2Asm.java:532)
at com.googlecode.d2j.dex.Dex2Asm.convertClass(Dex2Asm.java:435)
at com.googlecode.d2j.dex.Dex2Asm.convertDex(Dex2Asm.java:597)
at com.googlecode.d2j.dex.Dex2jar.doTranslate(Dex2jar.java:185)
at com.googlecode.d2j.dex.Dex2jar.to(Dex2jar.java:285)
at com.googlecode.dex2jar.tools.Dex2jarCmd.doCommandLine(Dex2jarCmd.java:112)
at com.googlecode.dex2jar.tools.BaseCmd.doMain(BaseCmd.java:288)
at com.googlecode.dex2jar.tools.Dex2jarCmd.main(Dex2jarCmd.java:33)

merge-error.zip

@ThexXTURBOXx
Copy link
Collaborator

Maybe #486 fixes this, please try that out

@ThexXTURBOXx
Copy link
Collaborator

Stale issue and not enough information to replicate

@ThexXTURBOXx ThexXTURBOXx closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
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