aharui commented on issue #402: Compiler Error: Internal error
URL: https://github.com/apache/royale-asjs/issues/402#issuecomment-471654649
 
 
   That means that somehow, one of the .JS files is referencing 
flash.events.Event.  In theory, none of the Royale classes do that without 
conditional compilation for the COMPILE::SWF option.  If your code is still 
referencing flash.events.Event, that could result in this error, but only, in 
theory, if your compiler options are set to also allow SWF compilation.
   
   I think the quick check is to grep all of the .JS files in bin/js-debug for 
"flash.events.Event" and see which JS files are using it.  Royale code should 
be using org.apache.royale.events.Event or mx.events.Event or 
mx.events.FlexEvent in most cases.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to