Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can i fix this error

New Here ,
Dec 06, 2021 Dec 06, 2021

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()

171
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 07, 2021 Dec 07, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 07, 2021 Dec 07, 2021

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

CriminalDuff221160353pw7_0-1638903271553.pngexpand image

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 13, 2021 Dec 13, 2021
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines