Search Issue Tracker
Fixed
Fixed in 2022.3.34f1, 6000.0.0b14, 7000.0.0a1
Votes
0
Found in
2020.3.48f1
2021.3.25f1
2022.2.20f1
2023.1.0b16
2023.2.0a16
2023.3.0a3
6000.0.0b11
Issue ID
UUM-36106
Regression
No
Crash on FMOD::OutputWASAPI::parseUUIDString when changing sound input to a misconfigured microphone
Reproduction steps:
1. Install NDI tools for Webcam
2. Set sound input to any NDI Webcam
3. Open the attached project “CrashRepro“
4. Enter the Play Mode
5. Click on the “Start Async“ button in the Game View
6. Set sound input to any other NDI Webcam
Expected result: Sound input is changed to another NDI Webcam
Actual result: Editor crashes
Reproducible with: 2020.3.48f1, 2021.3.25f1, 2022.2.20f1, 2023.1.0b16, 2023.2.0a16
Reproducible on: Windows 11
First few lines of stack trace:
{noformat}0x00007FF7CC2C6EAD (Unity) FMOD::OutputWASAPI::parseUUIDString
0x00007FF7CC2C71EA (Unity) FMOD::OutputWASAPI::recordGetDriverInfo
0x00007FF7CC238972 (Unity) FMOD::SystemI::getRecordDriverInfo
0x00007FF7CC27E264 (Unity) FMOD::Output::recordGetInfo
0x00007FF7CC238AF3 (Unity) FMOD::SystemI::getRecordPosition{noformat}
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
- Freeze/crash with multiple StackTraces when opening a specific project
- Crash on TypeContainer<int>::rtti when deleting a Render Texture that is used by the Main Camera
- Multiple ArgumentExceptions are thrown when adding a VisualTreeAsset with Sprite Glyphs to a UIDocument
- Color Node Alpha slider displays incorrect value when viewed in Shader Graph
- Player unresponsive when building a specific project with Autoconnect Profiler enabled
Resolution Note (fix version 6000.0.0b14):
Fixed a Windows bug, where an audio device that returns a mal-formed UUID string could crash the Windows Editor or player.