Hi,
I updated to latest version today, and now I started getting crashes after one voice recording in editor. It only triggers if I do something after with the voice input. When it’s not a command I recognise (like the first example in logs), it’s ok, but when I recognize the command and try to do something afterwards, it crashes.
The project settings are still ok.
When I build to device (Quest 2), the same happens, it records 1 voice and crashes afterwards.
It’s visible in code → if I go through my branches and hit a dead end, everything is fine, if I change that dead end to a print (or go any of the other true gates), the crash occurs.
The logs:
[2022.09.21-14.11.58:032][864]LogAzSpeech: Display: AzSpeech - AsyncVoiceToText: Initializing task
[2022.09.21-14.11.58:046][865]LogAzSpeech: Display: AzSpeech - GetAzureRecognizer: Using language: nl-BE
[2022.09.21-14.12.04:080][224]LogAzSpeech: Display: AzSpeech - ProcessAzSpeechResult: Task completed. Reason: RecognizedSpeech
[2022.09.21-14.12.04:197][231]LogBlueprintUserMessages: [BP_Medic_2] Breng me de aivd.
[2022.09.21-14.12.04:197][231]LogAzSpeech: Display: AzSpeech - AsyncVoiceToText: Result: Breng me de aivd.
[2022.09.21-14.12.05:619][316]LogBlueprintUserMessages: [BP_Medic_2] looked at medic
[2022.09.21-14.12.05:619][316]LogAzSpeech: Display: AzSpeech - AsyncVoiceToText: Initializing task
[2022.09.21-14.12.05:636][317]LogAzSpeech: Display: AzSpeech - GetAzureRecognizer: Using language: nl-BE
[2022.09.21-14.12.10:175][586]LogAzSpeech: Display: AzSpeech - ProcessAzSpeechResult: Task completed. Reason: RecognizedSpeech
[2022.09.21-14.12.10:247][590]LogBlueprintUserMessages: [BP_Medic_2] Breng de AED.
[2022.09.21-14.12.10:247][590]LogOutputDevice: Warning:
Script Stack (2 frames):
BP_Medic_C.ExecuteUbergraph_BP_Medic
BP_Medic_C.TaskCompleted_8BF2DFC04836D8FBA6242187C6B14664
[2022.09.21-14.12.10:247][590]LogWindows: Windows GetLastError: The operation completed successfully. (0)
[2022.09.21-14.12.11:099][612]LogThreadingWindows: Error: Runnable thread TaskGraphThreadBP 28 crashed.
[2022.09.21-14.12.11:100][612]LogWindows: Error: === Critical error: ===
[2022.09.21-14.12.11:100][612]LogWindows: Error:
[2022.09.21-14.12.11:100][612]LogWindows: Error: Assertion failed: !bPostTickComponentUpdate [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/Engine/Private/LevelTick.cpp] [Line: 897]
[2022.09.21-14.12.11:100][612]LogWindows: Error:
[2022.09.21-14.12.11:100][612]LogWindows: Error:
[2022.09.21-14.12.11:100][612]LogWindows: Error:
[2022.09.21-14.12.11:100][612]LogWindows: Error: [Callstack] 0x00007ff8dd674fd9 KERNELBASE.dll!UnknownFunction []
[2022.09.21-14.12.11:100][612]LogWindows: Error: [Callstack] 0x00007ff8a48739b8 UE4Editor-Core.dll!UnknownFunction []
[2022.09.21-14.12.11:100][612]LogWindows: Error: [Callstack] 0x0000008fedef9ee0 UnknownFunction []
[2022.09.21-14.12.11:100][612]LogWindows: Error: [Callstack] 0x0000000000000400 UnknownFunction []
[2022.09.21-14.12.11:100][612]LogWindows: Error: [Callstack] 0x0000000000000068 UnknownFunction []
[2022.09.21-14.12.11:100][612]LogWindows: Error: [Callstack] 0x0000000000004000 UnknownFunction []
[2022.09.21-14.12.11:100][612]LogWindows: Error:
[2022.09.21-14.12.11:100][612]LogWindows: Error: Crash in runnable thread TaskGraphThreadBP 28
[2022.09.21-14.12.11:122][613]LogExit: Executing StaticShutdownAfterError
[2022.09.21-14.12.11:122][613]LogWindows: FPlatformMisc::RequestExit(1)
[2022.09.21-14.12.11:122][613]LogWindows: FPlatformMisc::RequestExitWithStatus(1, 3)
[2022.09.21-14.12.11:122][613]LogCore: Engine exit requested (reason: Win RequestExit)
[2022.09.21-14.12.11:128][613]Log file closed, 09/21/22 16:12:11