Search Issue Tracker
Fixed
Fixed in 2020.3.43f1, 2021.3.17f1, 2022.2.3f1, 2023.1.0a24
Votes
0
Found in
2020.3.41f1
2021.3.11f1
2022.1.20f1
2022.2.0b12
2023.1.0a15
Issue ID
UUM-17803
Regression
No
[WebGL] InvalidStateError: Failed to execute 'resume' on 'AudioContext': Cannot resume a closed AudioContext
AudioContext.resume() error is not missing catch.
See:
https://forum.unity.com/threads/invalidstateerror-failed-to-execute-resume-on-audiocontext-cannot-resume-a-closed-audiocontext.1339664/
Steps to recreate:
1. Open "AudioContextClosedBug" project.
2. Switch project to "WebGL platform"
3. "Build and Run" project
4. Click on "Recreate AudioContext" and wait for 5 seconds.
5. Click on "Play Sound".
Expected behavior: A white noise can be heard.
Actual behavior: An error message is shown: "Failed to execute 'resume' on 'AudioContext': Cannot resume a
closed AudioContext.
at_userEventCallback(http://localhost:9609/Build/
build.framework.js:7023:47)" and no audio can be played.
Note: It is important to click "Recreate AudioContext" first and then wait before clicking "Play Sound".
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
- "Invalid SortingGroup index set in Renderer" errors when making many modifications in same frame
- Crash on GizmoBufferSizeHistory::GetBuffer() when opening a specific scene
- RenderTexture is not initialized when it is set as Material's Texture
- Branch node outputs a random value instead of a constant on the false conditon
- Shader Graph Material is left in broken state when switching from a .git branch with no HDRP to a branch that contains HDRP
Resolution Note (fix version 2022.2.3f1):
Verified the fix has landed to 2022.2.4f1 with Ubuntu 20.04 and Chrome.