Why am I getting the following error when closing the web version of my game? ERROR: Condition "_first != nullptr" is true. at: ~List (./core/self_list.h:108) ERROR: Condition "_first != nullptr" is true. at: ~List (./core/self_list.h:108) WARNING: ObjectDB instances leaked at exit (run with --verbose for details). at: cleanup (core/object.cpp:2064) ERROR: Resources still in use at exit (run with --verbose for details). at: clear (core/resource.cpp:417)
ERROR: Condition "_first != nullptr" is true. at: ~List (./core/self_list.h:108) ERROR: Condition "_first != nullptr" is true. at: ~List (./core/self_list.h:108) WARNING: ObjectDB instances leaked at exit (run with --verbose for details). at: cleanup (core/object.cpp:2064) ERROR: Resources still in use at exit (run with --verbose for details). at: clear (core/resource.cpp:417)
Is this normal?
tempuser1000 (run with --verbose for details)
☝️
No, that's not normal, but it hard to say what the problem is. Most likely some sort of memory allocation issue.