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 issues#483 "printGraph max recursion level reached" exception
Author:
freddie
freddieDate created:
Type: bug
Visibility: Everybody
Assigned to:
State: invalid 

> What steps will reproduce the problem?
Run decompiler to decompile a large AS file (~9000 lines of code)
> What is the expected output? What do you see instead?
Expected:can decompile the swf.
Actual:
The "printGraph max recursion level reached" exception occurred.
com.jpexs.decompiler.flash.abc.types.MethodBody convert
SEVERE: Decompilation error
java.util.concurrent.ExecutionException: com.jpexs.decompiler.graph.TranslateExc
eption: printGraph max recursion level reached.
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:202)
at com.jpexs.helpers.CancellableWorker.get(CancellableWorker.java:97)
at com.jpexs.helpers.CancellableWorker.call(CancellableWorker.java:115)
at com.jpexs.decompiler.flash.abc.types.MethodBody.convert(MethodBody.ja
va:140)
at com.jpexs.decompiler.flash.abc.types.traits.TraitMethodGetterSetter.c
onvert(TraitMethodGetterSetter.java:80)
at com.jpexs.decompiler.flash.abc.types.traits.Traits$TraitConvertTask.c
all(Traits.java:117)
at com.jpexs.decompiler.flash.abc.types.traits.Traits$TraitConvertTask.c
all(Traits.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: com.jpexs.decompiler.graph.TranslateException: printGraph max recursi
on level reached.
at com.jpexs.decompiler.graph.Graph.printGraph(Graph.java:1372)
I used version 1.8.0.u1 in Windows 8.1
> What version of the product are you using? On what operating system?
> 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
bug.txt (7 KiB)State: new→invalid
