Closed
Bug 1148813
Opened 10 years ago
Closed 9 years ago
SWF #639 text is jumbled, not unloaded: "AVM1 warning: method 'undefinedHandler' on object" and "jump outside the action block;"
Categories
(Firefox Graveyard :: Shumway, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: cpeterson, Assigned: yury)
References
()
Details
http://swf.codeazur.com.br/#2ee6c673692190846d69c6bd1389cfa3c5adb9508083207ba57c462eaff9fef4
"AVM1 warning: method 'undefinedHandler' on object" Object { $BgaddEventListener: avm1DefineFunction/fn(), $BgremoveEventListener: avm1DefineFunction/fn(), $BgdispatchEvent: avm1DefineFunction/fn(), $BgdispatchQueue: avm1DefineFunction/fn(), 1 more… } "is undefined" shumway.player.js:69889:12
"jump outside the action block;" shumway.player.js:69721:32
ActionsDataAnalyzer.prototype.analyze() shumway.player.js:69721
interpretActions() shumway.player.js:72481
avm1ProcessTry() shumway.player.js:71113
avm1_0x8F_ActionTry() shumway.player.js:71961
avm1ErrorWrapper() shumway.player.js:71984
avm1gen_f0i0_f9312() avm1gen-f0i0_f9312:20
interpretActions() shumway.player.js:72516
avm1DefineFunction/fn/<() shumway.player.js:70933
AVM1ContextImpl.prototype.enterContext() shumway.player.js:70281
avm1DefineFunction/fn() shumway.player.js:70931
avm1_0x52_ActionCallMethod() shumway.player.js:71593
avm1ErrorWrapper() shumway.player.js:71984
avm1gen_f0i0_f9572() avm1gen-f0i0_f9572:26
interpretActions() shumway.player.js:72516
avm1DefineFunction/fn/<() shumway.player.js:70933
AVM1ContextImpl.prototype.enterContext() shumway.player.js:70281
avm1DefineFunction/fn() shumway.player.js:70931
avm1_0x52_ActionCallMethod() shumway.player.js:71593
avm1ErrorWrapper() shumway.player.js:71984
avm1gen_f0i0_f7124() avm1gen-f0i0_f7124:20
interpretActions() shumway.player.js:72516
avm1DefineFunction/fn/<() shumway.player.js:70933
AVM1ContextImpl.prototype.enterContext() shumway.player.js:70281
avm1DefineFunction/fn() shumway.player.js:70931
avm1_0x52_ActionCallMethod() shumway.player.js:71593
avm1ErrorWrapper() shumway.player.js:71984
avm1gen_f0i0_f5234() avm1gen-f0i0_f5234:142
interpretActions() shumway.player.js:72516
avm1DefineFunction/fn/<() shumway.player.js:70933
AVM1ContextImpl.prototype.enterContext() shumway.player.js:70281
avm1DefineFunction/fn() shumway.player.js:70931
avm1_0x52_ActionCallMethod() shumway.player.js:71593
avm1ErrorWrapper() shumway.player.js:71984
avm1gen_f220i0_f154() avm1gen-f220i0_f154:17
interpretActions() shumway.player.js:72516
avm1DefineFunction/fn/<() shumway.player.js:70933
AVM1ContextImpl.prototype.enterContext() shumway.player.js:70299
avm1DefineFunction/fn() shumway.player.js:70931
Reporter | ||
Comment 1•10 years ago
|
||
Still broken in Shumway 0.11.7 redux.
Updated•9 years ago
|
Blocks: shumway-m4
Updated•9 years ago
|
Assignee: nobody → schneider
Updated•9 years ago
|
Assignee: schneider → ydelendik
Comment 2•9 years ago
|
||
The main issue here seems to be that alpha masking of the text doesn't work as expected. Perhaps AVM1-specific?
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Till Schneidereit [:till] from comment #2)
> The main issue here seems to be that alpha masking of the text doesn't work
> as expected. Perhaps AVM1-specific?
The AVM1 error message is a red herring. I can see some complex masking/layering/tween does not allow text to disappear. Also, I cannot find a way to reduce the test case using Flash IDE.
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•