[ 
https://issues.apache.org/jira/browse/FLEX-34469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101960#comment-14101960
 ] 

Alex Harui commented on FLEX-34469:
-----------------------------------

OK, maybe I'm missing something just cruising by this bug, but the stack trace 
indicates to me a missing symbol in decoding a placeobject tag as part of a 
sprite definition, which would be unusual in font handling, unless it is some 
symbol used in wrapping the font in the SWF.   It doesn't look like it is 
grinding through the actual definefont tag and finding missing characters.


> Uncaught exception in compiler
> ------------------------------
>
>                 Key: FLEX-34469
>                 URL: https://issues.apache.org/jira/browse/FLEX-34469
>             Project: Apache Flex
>          Issue Type: Bug
>    Affects Versions: Adobe Flex SDK 4.6 (Release), Apache Flex 4.13.0
>         Environment: Windows 7 64 
>            Reporter: john tolvich
>
> both the latest version of flex 4.13 and an older (4.6) gives me for example :
> For flex 4.6
> Uncaught exception in compiler
> java.lang.IllegalArgumentException: symbol 1165 not defined
>       at flash.swf.Dictionary.getTag(Dictionary.java:182)
>       at flash.swf.TagDecoder.decodePlaceObject23(TagDecoder.java:1424)
>       at flash.swf.TagDecoder.decodeTag(TagDecoder.java:299)
>       at flash.swf.TagDecoder.decodeTags(TagDecoder.java:186)
>       at flash.swf.TagDecoder.decodeDefineSprite(TagDecoder.java:2717)
>       at flash.swf.TagDecoder.decodeTag(TagDecoder.java:314)
>       at flash.swf.TagDecoder.decodeTags(TagDecoder.java:186)
>       at flash.swf.TagDecoder.parse(TagDecoder.java:134)
>       at 
> flex2.compiler.media.MovieTranscoder.getDictionary(MovieTranscoder.java:195)
>       at 
> flex2.compiler.media.MovieTranscoder.extractDefineTag(MovieTranscoder.java:243)
>       at 
> flex2.compiler.media.MovieTranscoder.doTranscode(MovieTranscoder.java:98)
>       at 
> flex2.compiler.media.AbstractTranscoder.transcode(AbstractTranscoder.java:120)
>       at flex2.compiler.as3.EmbedUtil.transcode(EmbedUtil.java:233)
>       at flex2.compiler.as3.EmbedUtil.transcode(EmbedUtil.java:115)
>       at flex2.compiler.as3.EmbedEvaluator.evaluate(EmbedEvaluator.java:252)
>       at macromedia.asc.parser.MetaDataNode.evaluate(MetaDataNode.java:39)
>       at 
> flash.swf.tools.as3.EvaluatorAdapter.evaluate(EvaluatorAdapter.java:351)
>       at 
> macromedia.asc.parser.StatementListNode.evaluate(StatementListNode.java:60)
>       at 
> flash.swf.tools.as3.EvaluatorAdapter.evaluate(EvaluatorAdapter.java:936)
>       at flex2.compiler.as3.EmbedEvaluator.evaluate(EmbedEvaluator.java:332)
>       at macromedia.asc.parser.ProgramNode.evaluate(ProgramNode.java:80)
>       at flex2.compiler.as3.EmbedExtension.parse2(EmbedExtension.java:70)
>       at flex2.compiler.as3.As3Compiler.parse2(As3Compiler.java:461)
>       at flex2.compiler.CompilerAPI.parse2(CompilerAPI.java:2948)
>       at flex2.compiler.CompilerAPI.parse2(CompilerAPI.java:2905)
>       at flex2.compiler.CompilerAPI.batch2(CompilerAPI.java:471)
>       at flex2.compiler.CompilerAPI.batch(CompilerAPI.java:1291)
>       at flex2.compiler.CompilerAPI.compile(CompilerAPI.java:1522)
>       at flex2.tools.oem.Application.compile(Application.java:1349)
>       at flex2.tools.oem.Application.recompile(Application.java:1287)
>       at flex2.tools.oem.Application.compile(Application.java:886)
>       at 
> flex2.tools.flexbuilder.BuilderApplication.compile(BuilderApplication.java:359)
>       at 
> com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder$MyBuilder.mybuild(ASApplicationBuilder.java:319)
>       at 
> com.adobe.flexbuilder.multisdk.compiler.internal.ASApplicationBuilder.build(ASApplicationBuilder.java:129)
>       at 
> com.adobe.flexbuilder.multisdk.compiler.internal.ASBuilder.build(ASBuilder.java:198)
>       at 
> com.adobe.flexbuilder.multisdk.compiler.internal.ASItemBuilder.build(ASItemBuilder.java:70)
>       at 
> com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(FlexProjectBuilder.java:607)
>       at 
> com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuilder.java:382)
>       at 
> com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncrementalBuilder.java:187)
>       at 
> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
>       at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>       at 
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
>       at 
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
>       at 
> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
>       at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>       at 
> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
>       at 
> org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
>       at 
> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
>       at 
> org.eclipse.core.internal.resources.Workspace.buildInternal(Workspace.java:513)
>       at 
> org.eclipse.core.internal.resources.Workspace.build(Workspace.java:422)
>       at 
> org.eclipse.ui.actions.GlobalBuildAction$1.run(GlobalBuildAction.java:180)
>       at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> For flex 4.13 :
> Error:[Flex (module topsecret.swf.flex)]: symbol 1165 not defined



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to