Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2020.3.X, 2021.1.X
Votes
2
Found in
2020.2.0a19
2020.2.0b15
2021.1
2021.2
Issue ID
1301363
Regression
Yes
PhraseRecognizer throws an Assertion failed error when executing KeywordRecognizer.Start() three times
Reproduction steps:
1. Download and open the attached project "PhraseRecognizerBug.zip"
2. Open the Sample scene
3. Enter and exit the Play mode three times
Expected result: No errors are thrown in the Console
Actual result: Assertion failed error is thrown in the Console
Reproducible with: 2020.2.0a19, 2020.2.2f1, 2021.1.0b3, 2021.2.0a2
Not reproducible with: 2018.4.30f1, 2019.4.18f1, 2020.2.0a18
Error message:
Assertion failed on expression: 'NULL == handler->m_Next'
UnityEngine.Windows.Speech.PhraseRecognizer:Start ()
NewBehaviourScript:Start () (at Assets/NewBehaviourScript.cs:15)
Comments (2)
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
- Video does not play in macOS build when built app is placed in a path with a space in it on a specific project
- Crash on AuxWindowManager::OnGotFocus when trying to maximize a tab while Visual Effect Graph window is open
- “NullReferenceException: Object reference not set to an instance of an object” error is thrown when
- [Metal] Game freezes after command buffer Timeout error
- Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
runette_unity
Apr 15, 2021 18:43
I am getting this error message every time I Start KeyworkRecodgnizer - on 2020.3
ecreators
Feb 01, 2021 14:27
After retry, mostly it works as usal. It's a pointer check that fails. But try catch around "Start" call will not be caught.