Search Issue Tracker
Fixed
Fixed in 6000.0.58f1, 6000.2.4f1, 6000.3.0b1
Votes
0
Found in
6000.0.8f1
6000.2.0a1
6000.3.0a1
Issue ID
UUM-74844
Regression
No
A crash occurs on a WebGL build when setting a value on "AudioParam"
How to reproduce:
1. Open the “SeaCrit” project
2. Build and run the project for WebGL
3. Play around in the game for a few minutes
4. Observe the Player
Expected results: The build does not crash
Actual results: The build crashes and an alert pops up
Reproducible in: 6000.0.8f1
Could not test in: 2021.3.39f1, 2022.3.34f1 (Multiple project crucial script errors)
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- The full message reads: “Failed to set the 'value' property on 'AudioParam': The provided float value is non-finite.“
- No stacktrace exists, as this is a WebGL build
- The Editor and the Windows Player do not crash, only the WebGL Player does
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Package conflicts prevent this from compiling. If this is still an issue, please provide a simpler project isolating the bug.
Resolution Note (fix version 6000.3.0b1):
Fix crash occurring when AudioListener position was set with non-finite values.