Our analytics and error logs are swamped with this error…
This error only started recently this past Roblox version change and we haven’t made any changes that could cause this to start happening.
also (idk if this is related to this bug) but has anyone also gotten a problem where some scripts that use run service frequently dont work as intended in studio specifically? for some reason those scripts work perfectly fine in the actual game tho.
This error has crippled our game’s console and error logging systems. It’s being absolutely spammed and clogs up the console, preventing us from seeing important printed info and actual errors from in-game scripts.
It’s an error that occurs at the engine level. Aside from being patient so that they sort it out, you can’t do anything about it, and it is not due to a faulty script you wrote
This error can occur in different contexts, especially when manipulating a null pointer, with smart pointers that C++ offers. They may be attempting to cast a weak pointer to something else, and unfortunately a change in the engine causes this cast to be performed on null in an unsafe manner.