Never seen this before: verify rocket60.data.routing::RoutingService/getRoute() stack: scope: [global Object$ flash.events::EventDispatcher$ rocket60.data.routing::RoutingService$] locals: rocket60.data.routing::RoutingService Array? 0:getlocal0 stack: rocket60.data.routing::RoutingService scope: [global Object$ flash.events::EventDispatcher$ rocket60.data.routing::RoutingService$] locals: rocket60.data.routing::RoutingService Array? 1:pushscope stack: scope: [global Object$ flash.events::EventDispatcher$ rocket60.data.routing::RoutingService$] rocket60.data.routing::RoutingService locals: rocket60.data.routing::RoutingService Array? 2:findpropstrict Namespace stack: global scope: [global Object$ flash.events::EventDispatcher$ rocket60.data.routing::RoutingService$] rocket60.data.routing::RoutingService locals: rocket60.data.routing::RoutingService Array? 5:getlocal2 VerifyError: Error #1025: An invalid register 2 was accessed.
Weird thing is, it happens even when RoutingService.getRoute() is completely empty. Any ideas?
Think I got it: It has to do with the fact that elsewhere in the class I set the default XML namespace. Resetting at the end of the method seems to have taken care of it.
Weird thing is, the method in which the namespace is set - and then reset - is never even called.
:shrug: