NEW-CYLANDIA / little-warioware

A collectively developed take on Nintendo's WarioWare series, made in Godot Engine
https://new-cylandia.itch.io/little-warioware
MIT License
44 stars 12 forks source link

"Attempt to call function 'create_timer' in base 'null instance' on a null instance." error on Pixelart microgame #52

Closed slimewitch closed 11 months ago

slimewitch commented 1 year ago

when completing the Pixelart microgame on any difficulty right as the timer runs out, this error is produced. as far as i can tell it isnt frame perfect as ive produced it through natural play a couple times, I was able to reproduce this on both the main repo on windows 10 and the web build on firefox.

It seems to be caused by the "yield(get_tree().create_timer(0.5), "timeout")" line. as far as I can tell removing this line doesn't seem to affect the rest of the game's function and stops the error from occuring, but I may be missing something.

slimewitch commented 11 months ago

fixed by #57