When i press the error on the debugger it doesnt bring me to any line of code, So its not related to code i think, And it says the error when i just loaded that specific scene, So i checked the root node of that scene and changed process mode inherit to pausable, and it still says that error… help? I dont think it ruins anything i just dont like seeing errors
Maybe you are trying some operation on a node before it is in the tree. Did you do anything in particular to trigger this error? If you don’t see any side effects in game you may be able to ignore it.
I dont know exactly what get_tree means but i think it means the tree of that scene? Im not sure, and when i load the scene that started the error, it gives no error, when i load this scene and press start, it gives an error, so this scene is the one causing the error not the other one i think, but i dont know how to fix it
I made all the things under that line commented, and it still says that error, my level select loads levels faster than the main menu loading the level select, so something is definitely wrong