Closed
Bug 1089242
Opened 10 years ago
Closed 9 years ago
Nv2 game stops at loading screen, throws barrage of <Injector is missing a rule to handle injection into property "coopKeys" of object "[object App_MultiPurpose]". Target dependency: "com.metanet.ui::PlayerKeys", named ""> exceptions
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mbx, Assigned: till)
References
Details
Dropbox games/Nv2.swf fails when checking if a class implements the IMediator interface. This looks like it's probably related to describeTypeJSON and XML.
Reporter | ||
Comment 1•10 years ago
|
||
It appears to be an XML issue:
var x: XML = ...;
var l = x.*; // Should not return a copy.
l[0] = </b>; // This should change X's children.
Updated•10 years ago
|
Blocks: shumway-m4
Assignee | ||
Comment 2•9 years ago
|
||
The issue reported here is fixed. Morphing to track the next thing keeping this from working.
Summary: org.swiftsuspenders.Reflector::classExtendsOrImplements fails in Nv2 game. → Nv2 game stops at loading screen, throws barrage of <Injector is missing a rule to handle injection into property "coopKeys" of object "[object App_MultiPurpose]". Target dependency: "com.metanet.ui::PlayerKeys", named ""> exceptions
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
•