Closed
Bug 1144022
Opened 11 years ago
Closed 10 years ago
SWF #1692 does not load: "Unexpected: Cannot find property public::InternalError"
Categories
(Firefox Graveyard :: Shumway, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cpeterson, Assigned: till)
References
()
Details
"Unexpected: Cannot find property public::InternalError" shumway.player.js:190:20
http://swf.codeazur.com.br/?tag=#9af86a33262baadce2ad23bb2bbb053e5e9624dcee4d77620094e435d5377114
assert() shumway.player.js:190
unexpected() shumway.player.js:240
ApplicationDomain.prototype.getProperty() shumway.player.js:32745
ApplicationDomain.prototype.getClass() shumway.player.js:32754
translateError() shumway.player.js:14141
Interpreter.interpretMethod() shumway.player.js:33685
createInterpretedFunction/fn() shumway.player.js:14700
execute() shumway.player.js:33028
boot_7876$Bgboot_7876_3516923221() fun-boot_7876$Bgboot_7876_3516923221.as:13
DisplayObjectContainer.prototype._constructChildren() shumway.player.js:49001
Loader.prototype._constructFrame() shumway.player.js:54676
DisplayObject.performFrameNavigation/<() shumway.player.js:47049
WeakList.prototype.forEach() shumway.player.js:1401
DisplayObject.performFrameNavigation() shumway.player.js:47048
Player.prototype._eventLoopTick() shumway.player.js:82846
Player.prototype._enterEventLoop() shumway.player.js:82796
rootLoadingLoop() shumway.player.js:82825
Assignee | ||
Comment 1•11 years ago
|
||
This is bad in several ways:
- I have no idea what InternalError is, at the very least it's undocumented. (Or it's some content thing.)
- We assert when not finding a class. That is never, ever ever the right thing to do.
Luckily, all of this will be completely different once the redux branch has landed, so let's look into it then.
Blocks: shumway-m3
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → till
Assignee | ||
Comment 2•10 years ago
|
||
As hoped, the error went away with the redux branch's merge. There was another error related to our handling of strings as POST bodies in URLRequests. That's fixed in https://github.com/mozilla/shumway/pull/2182.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•