Currently if an audio is played but it won’t load (such as the sound id being zero), Roblox will CONSTANTLY error it in the console. This results in the console log file in Roblox’s log folder taking up a considerable amount of device space.
Reproduction Steps: 1. Open the BaseplateRepro.rbxl (40.6 KB) file 2. Make sure that the sound’s .Playing property is set to true 3. Run the experience in test modee 4. Open up the output and note the constant spam
@Focia19 Confirming this issue may also be related to the audio permission system. As of today (3/22), the staging place for one of our sponsored games appears to have no audio permissions for the various sounds we use in the game. The output explodes when loading the place in Studio, and borderline crashes Studio when playtesting due to the bug mentioned in OP. Media is attached below.
I should note that these permissions were granted several months ago, and that re-granting permissions “succeeds” but doesn’t actually do anything.
Came onto the forum to check if it’s happening to anyone else. All the audio from my game and its 3 places got unwhitelisted and permissions failing. Happened suddenly around 30 minutes ago.
@Focia19, this is causing loads of large log files to be created. Can this be prioritized? For someone who doesn’t play Roblox a lot, I have 289mb of log files, most of which are so drastically increased in size because of the “failed to load sound” error. This is going to be much higher (talking gigabytes) if someone plays Roblox for long periods, or plays frequently, or if they play a game where there are more than just 1 type of sound error being emitted.
For a single less-than 1 hour play session, Roblox has created a 37.31mb log file. This is alarming, for contrast, compared to before this issue started occurring, a longer than 3-hour play session barely reaches a megabyte.
I don’t know if logs are created on mobile but if they are, that’s even more troublesome considering the iPhone 5s is still supported and has a minimum storage capacity of 16GB. Android devices very likely may be able to have smaller storage capacities.
Roblox recommends at least 20mb of storage to install, this recommendation is useless if log files can exceed that size.
The spam should be better now after a flag revert! Also, we are still working on an issue regarding audio permissions that may be a potential cause to this spam!