Search Issue Tracker
Fixed
Fixed in 2021.3.30f1, 2022.3.7f1, 2023.1.7f1, 2023.2.0b3, 2023.3.0a1, 7000.0.0a1
Votes
6
Found in
2021.3.27f1
2022.3.3f1
2023.1.1f1
2023.2.0a21
2023.3.0a1
7000.0.0a1
Issue ID
UUM-40643
Regression
No
[WebGL] FMOD errors in the browser console when audio is played with PlayOneShot frequently
Reproduction steps:
1. Open the “OneShotBug“ project from internal notes
2. Open the “Controllers” scene
3. Ensure WebGL is the selected platform in Build Settings
4. Build And Run
5. Observe the browser console for up to a minute
Expected result: No FMOD errors
Actual result: Rapid FMOD_ERR_INVALID_PARAM and FMOD_ERR_INVALID_HANDLE errors
Reproduced in: 2021.3.27f1, 2022.3.3f1, 2023.1.1f1, 2023.2.0a21
Reproduced using: macOS 13.4 (Intel), macOS 12.6.5 (Intel)
Full errors:
1. FMOD returns error code 37 (FMOD_ERR_INVALID_PARAM) executing createDSP
2. FMOD returns error code 36 (FMOD_ERR_INVALID_HANDLE) executing addDSP
Notes:
1. Different from [https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-28703], as that bug is tied to the audio source being destroyed and its fixes didn't fix this
2. Not reproduced in Play Mode and StandaloneOSX
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
- Missing page when opening reference for Panel Text Settings
a_yanovski
Oct 25, 2023 08:49
Still an issue in 2022.3.11f1 LTS