Skip to main content
Participant
December 6, 2021
Question

How can i fix this error

  • December 6, 2021
  • 1 reply
  • 204 views

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at flipline.api::FliplineAPI/onLicenseSite()
at tacoGame.utils::APIHelper/initAPI()
at tacoGame.core::GameModule/initGame()

    This topic has been closed for replies.

    1 reply

    kglad
    Community Expert
    Community Expert
    December 7, 2021

    click file>publish settings>swf>and tick "permit debugging".  retest and the the problematic line number with the null object will be in the error message.

     

    if it's not obvious what reference in that line triggered the error, use the trace statement above the problematic line to pinpoint the null reference.

    Participant
    December 7, 2021

    i did activate permit debugging but when i debug it just crash

     

     

    kglad
    Community Expert
    Community Expert
    December 13, 2021

    test your file and the error message should appear (unless the animate program itself is crashing).