Trying to run the software on a test 3.6.0 - Flash 10 project. I get the following:
Information:[AWClient (module AW_UIMain)]: macromedia.abc.DecoderException: unknown opcode?? 59
Information:[AWClient (module AW_UIMain)]: at macromedia.abc.Decoder$Opcodes.decode(Decoder.java:1700)
Information:[AWClient (module AW_UIMain)]: at macromedia.abc.Decoder$MethodBodies.decode(Decoder.java:537)
Information:[AWClient (module AW_UIMain)]: at macromedia.abc.Optimizer.optimize(Optimizer.java:293)
Information:[AWClient (module AW_UIMain)]: at macromedia.abc.Optimizer.optimize(Optimizer.java:83)
Information:[AWClient (module AW_UIMain)]: at flex2.linker.DependencyWalker.dump(DependencyWalker.java:266)
Information:[AWClient (module AW_UIMain)]: at flex2.linker.FlexMovie.generate(FlexMovie.java:242)
Information:[AWClient (module AW_UIMain)]: at flex2.linker.API.link(API.java:41)
Information:[AWClient (module AW_UIMain)]: at flex2.tools.Compiler.mxmlc(Compiler.java:295)
Information:[AWClient (module AW_UIMain)]: at flex2.tools.Compiler.main(Compiler.java:53)
Information:[AWClient (module AW_UIMain)]: java.lang.NullPointerException
Information:[AWClient (module AW_UIMain)]: at macromedia.abc.Optimizer.optimize(Optimizer.java:84)
The only line I have to add (other than the SWC in the libraries) is:
anywhere in my project.
From that point on, it doesn't compile, even if I say "-optimize=false", it still spews the error message. I tried with the -fr, -en versions, I added -Xmx2048m, I tried many other elements, but it will never compile.
Cheers
Michel