Search Issue Tracker
Fixed in 2021.3.30f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 7000.0.0a1, future release
Votes
6
Found in
2021.3.27f1
2022.3.3f1
2023.1.1f1
2023.2.0a21
2023.3.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
Comments (1)
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
a_yanovski
Oct 25, 2023 08:49
Still an issue in 2022.3.11f1 LTS