JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#1863 export frame error
Author: user nissanjp
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: FontsPDF
State: closed Help

> What steps will reproduce the problem? > What is the expected output? What do you see instead? java.lang.IndexOutOfBoundsException: Index: 2368, Size: 2368 at java.util.ArrayList.rangeCheck(ArrayList.java:657) at java.util.ArrayList.get(ArrayList.java:433) at gnu.jpdf.TtfParser.readCMAP(TtfParser.java:329) at gnu.jpdf.TtfParser.loadFromTTF(TtfParser.java:68) at gnu.jpdf.PDFDocument.getEmbeddedFont(PDFDocument.java:322) at gnu.jpdf.PDFPage.getEmbeddedFont(PDFPage.java:250) at gnu.jpdf.PDFGraphics.setTtfFont(PDFGraphics.java:2171) at com.jpexs.decompiler.flash.exporters.DualPdfGraphics2D.drawText(DualPdfGraphics2D.java:671 ) at com.jpexs.decompiler.flash.exporters.DualPdfGraphics2D.drawTextRecords(DualPdfGraphics2D.j ava:633) at com.jpexs.decompiler.flash.tags.base.TextTag.staticTextToImage(TextTag.java:450) at com.jpexs.decompiler.flash.tags.base.StaticTextTag.toImage(StaticTextTag.java:656) at com.jpexs.decompiler.flash.timeline.Timeline.drawDrawable(Timeline.java:808) at com.jpexs.decompiler.flash.timeline.Timeline.toImage(Timeline.java:1095) at com.jpexs.decompiler.flash.exporters.FrameExporter.lambda$exportFrames$7(FrameExporter.jav a:554) at com.jpexs.decompiler.flash.RetryTask.run(RetryTask.java:41) at com.jpexs.decompiler.flash.exporters.FrameExporter.exportFrames(FrameExporter.java:568) at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseExport(CommandLineArgume ntParser.java:2343) at com.jpexs.decompiler.flash.console.CommandLineArgumentParser.parseArguments(CommandLineArg umentParser.java:917) at com.jpexs.decompiler.flash.gui.Main.main(Main.java:2376) JPEXS Free Flash Decompiler v.16.2.0 ------------------------------------ Exporting frames... Export finished. Total export time: 00:01.074 OK > What version of the product are you using? Is it "nightly build"? Which operating system do you have? > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you.
admin
This is fixed in nightly 2164
State: new→upgraded
admin
State: upgraded→closed