Just gonna say my game is having some crashing issues as well based on the comments, I haven’t updated it in weeks.
Add ROBLOXCRITICAL to the title seeing as many peoples games are crashing
I have found a solution to my crashes, hopefully this will help others as well. The crash comes when destroying sound objects immediately after they end. This is the core sound function that I use:
When the wait()
line is commented out, crashes occur. Adding in the wait()
has gotten rid of all crashes for me.
Thank you. I will make sure the engineer working on sounds looks at this immediately.
This new behavior came when the new sound functionality came I believe. I found this out a few weeks ago. I didn’t know it was a bug and I started wait()-ing to destroy sounds. I probably should have posted about it
Edited the title.
taking a look
Alright, here’s the deal:
The crash happens if you destroy the sound immediately after the Ended event (or any other event).
I’ve disabled the updated flag a few big games that do this (and have been causing crashes), the fix for this is will be out next wednesday and the flag is remaining on.
So it’ll be fixed for the rest of us next Wednesday?
Yeah. If you’re doing this right now, just use one of the tricks to work around it (wait()).
Alright, sounds good. Thanks for the response!
As of this update, the average play time in my game has gone down and I’m seeing networking issues in my game.
Network Receive averages under 10/s rather than 30/s
I’m not destroying sounds after they play or anything like that.
Game: 💜 MeepCity 💜 - Roblox
Have you been able to find anything specific ingame?
I haven’t made any major changes to the game. As of recently I lowered the preferred player count to help reduce the networking latency, but this should only be temporary as the game was doing fine with a high player count before this weeks update.
Xbox servers were also experiencing a lot of lag, which is strange seeing as the update doesn’t arrive on Xbox until usually a week later. So I assume it’s a server-side issue.
We’ve been having crashing issues in our game as well. It happens in one of the servers that we teleport players to. Players last about 2 - 5 minutes and eventually they are crashed.
I’ve been having crashing issues as well as network issues like alexnewtron.
Network latency and crashes could be caused by quite a few different things (there were various features enabled and disabled yesterday which may have also had an effect).
Have you noticed any specific changes in the numbers in the studio diagnostics panel?
Are you able to replicate this problem in studio test server?
Do you have any external logging of server console?
New sound features have been disabled. Please let us know if this improves your networking situation!