TwelvestoneFlash

VerifyError?


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
baron ruhstoff
 
2009-12-03

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?

baron ruhstoff
 
2009-12-03

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:

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFlash

VerifyError?