You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "Image Animator 3" java.lang.OutOfMemoryError: GC overhead limit exceeded
at sun.awt.image.ImageRepresentation.setPixels(ImageRepresentation.java:516)
at java.awt.image.RGBImageFilter.setPixels(RGBImageFilter.java:228)
at sun.awt.image.ImageDecoder.setPixels(ImageDecoder.java:126)
at sun.awt.image.GifImageDecoder.sendPixels(GifImageDecoder.java:447)
at sun.awt.image.GifImageDecoder.parseImage(Native Method)
at sun.awt.image.GifImageDecoder.readImage(GifImageDecoder.java:596)
at sun.awt.image.GifImageDecoder.produceImage(GifImageDecoder.java:212)
at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:269)
at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:205)
at sun.awt.image.ImageFetcher.run(ImageFetcher.java:169)
Exception in thread "Thread-7" java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.ArrayList.<init>(ArrayList.java:153)
at com.googlecode.d2j.node.DexAnnotationNode.<init>(Unknown Source)
at com.googlecode.d2j.node.DexClassNode.visitAnnotation(Unknown Source)
at com.googlecode.d2j.node.DexAnnotationNode.accept(Unknown Source)
at com.googlecode.d2j.reader.DexFileReader.read_annotation_item(Unknown Source)
at com.googlecode.d2j.reader.DexFileReader.read_annotation_set_item(Unknown Source)
at com.googlecode.d2j.reader.DexFileReader.acceptClass(Unknown Source)
at com.googlecode.d2j.reader.DexFileReader.accept(Unknown Source)
at com.googlecode.d2j.reader.MultiDexFileReader.accept(Unknown Source)
at com.googlecode.d2j.reader.MultiDexFileReader.accept(Unknown Source)
at com.googlecode.d2j.dex.Dex2jar.doTranslate(Unknown Source)
at com.googlecode.d2j.dex.Dex2jar.to(Unknown Source)
at com.googlecode.dex2jar.tools.Dex2jarCmd.doCommandLine(Unknown Source)
at com.googlecode.dex2jar.tools.BaseCmd.doMain(Unknown Source)
at com.googlecode.dex2jar.tools.Dex2jarCmd.main(Unknown Source)
at the.bytecode.club.bytecodeviewer.util.Dex2Jar.dex2Jar(Dex2Jar.java:54)
at the.bytecode.club.bytecodeviewer.BytecodeViewer$8.run(BytecodeViewer.java:957)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: