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

#212 Some as files are not exported
Author: developer honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed Help

> What steps will reproduce the problem? try to export any swf (e.g the attached) ffdec.bat -export as swfs\as3simple.swf_dir swfs\as3simple.swf > What is the expected output? What do you see instead? Expected: both AS files are saved to the disk. Current: only 1 file is saved (It is not deterministic that which file is exported) From error log: java.io.IOException: cannot create directory C:\Projectek\ffdec\FFDec\swfs\as3simple.swf_dir\Classes at com.jpexs.decompiler.flash.abc.ScriptPack.export(ScriptPack.java:105) at com.jpexs.decompiler.flash.SWF$ExportPackTask.call(SWF.java:564) at com.jpexs.decompiler.flash.SWF$ExportPackTask.call(SWF.java:537) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) From output: Exported script 1/2 Classes.Main OK > What version of the product are you using? On what operating system? 1.6.5, Win7 x64 > Please provide any additional information below. Attach the file you have problem with if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE Maybe because of the paralell processing, but i'm not sure. In the previous version (1.6.4u1) it was OK. Minor issue: there are 2 spaces between "Exported" and "script" words in the output.
admin
State: new→opened
admin
version 1.6.5u1 was released it should be fixed now
State: opened→upgraded
developer
It is OK now, thank you.
admin
State: upgraded→closed