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.

#1230 Save session + internal viewer bug
Author:
megalol

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed 

> What steps will reproduce the problem?
Open any swf (for examplle gmp.swf), enable internal viewer and save session on exit.
Choose anything (for example DefineText (13)). Close FFDec. Open FFDec again.
> What is the expected output? What do you see instead?
No error in log. Error in log and preview window bugged (until refresh).
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
latest nightly. Win7SP1x64.
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
java.lang.NullPointerException
at com.jpexs.decompiler.flash.gui.ImagePanel$IconPanel.render(ImagePanel.java:212)
at com.jpexs.decompiler.flash.gui.ImagePanel$IconPanel.setImg(ImagePanel.java:300)
at com.jpexs.decompiler.flash.gui.ImagePanel.drawFrame(ImagePanel.java:1095)
at com.jpexs.decompiler.flash.gui.ImagePanel.access$2000(ImagePanel.java:89)
at com.jpexs.decompiler.flash.gui.ImagePanel$5.run(ImagePanel.java:1268)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
I think this problem was already fixed. Please try the latest nightly, or even the latest
stable version (10.0)
State: new→upgraded
Yes, that bug finally seems to be fixed. Thanks!
State: upgraded→closed