I keep getting this output whenever I try to load this particular audio ID in studio:
Failed to load sound rbxassetid://7344678091: error code 46
Now, as for the audio file itself, it was uploaded just fine to the website and it is visible to everyone: https://www.roblox.com/library/7344678091/cave-i
Previously (as in, about 30 minutes ago), I uploaded an identical version of this audio but it was rejected for being “distorted” and I received a warning. I have already made a report about it being falsely moderated, but I’d much prefer to have this audio work now rather than in 6 days, so to get around the hash check that ROBLOX performs on every file uploaded, I simply opened the .ogg in a hex editor and added an extra byte to the very end of the file to allow a new version to be uploaded instead. This shouldn’t cause any problems, as .oggs already have a terminator byte of 00 at the end of each file so it would have no reason to read past the first byte of 00. Indeed, it does not fail to play in literally any other player after this edit besides Studio for… some reason. There is no documentation on error code 46 so I am wondering if anyone can perhaps help me.