My game not in studio is error logging this: pls help
exception while signaling: bad_weak_ptr
This error causes everything in game to break and its server sided
My game not in studio is error logging this: pls help
exception while signaling: bad_weak_ptr
This error causes everything in game to break and its server sided
![]()
I have this same exact error, I’ve thought it was something about my game lifecycle but it isn’t. Everything works in-studio but not in-game.
Did you found any solution yet?
No, the error seems to break every script in my game. Not cool @Roblox @GroupyClumpy
I read into it and apparently they have been looking into it and cannot replicate it. Not cool @Roblox @GroupyClumpy
This seems like a C++ error, if you’re still encountering it and it isn’t already reported, create a bug report.
yeah i got this too, seems like something with a roblox studio update (i dont know how roblox studio updates work, dont harrass me over this)
I got this error as well, thought it was my game, but turns out it’s just Roblox.
I’m also getting this inside of the main game, not even in Studio. Hope this isn’t breaking anything serious…
Also seems to happen more often when a player leaves (and the game is saving their data)? Not fully sure on that though.
Hey, I’m also getting this error; however, it doesn’t seem to be affecting anything within the game.
![]()
Yep, I’m getting the error in all my games. Definitely an issue on Roblox’s end.
![]()
Issue is in Roblox’s end, indicates a shared pointer’s (which is smart pointer that frees the memory once all code using it no longer need it) weak pointer (basically shared pointer but doesn’t count towards the strong references, meaning if the shared pointer only has weak pointers, it will free it) is pointing to a object that was already freed. Smart Pointers in C++ - GeeksforGeeks
Nothing you can do to fix that, only roblox can.
it might be when u do --!native on top of the script im not sure its happening to me too but its not breaking anything
That’s not related in the slightest.
Hello! I have this error in my report too. I also have this other error, std::bad_alloc. The error line is when I tween a UI object. Might be my fault here, but never seen it before, and just seems like another C++ issue.


i’ve got the same, completely breaks my whole game
Seems like an ongoing bug within Roblox, just logged onto a game that never had this issue and it has began erroring similarly.
I am getting this error but idk what it means
