One was this one... There was another one but I didn't have a screenshot of that.
Viewing post in 🦠The Scale Land jam comments
Ursina engine for python is quite small engine (and it's filled with internal engine bugs) :) And i found out if you call .disable() function on disabled object it shows an error and quits, but if you use object.disabled = True on disabled object, then no error accurs. So i am going to change disable() to disabled=True after jam period :)