Constantly crashes when I start the game. Through trial and error, I realized that it crashes after executing the line
"_recognizer = new VoskRecognizer (_model, 16000.0f);" in the VoskSpeechToText.cs script (307 line).
At first I thought that the problem was in the AMD processor, since in the crash log there was a problem with accessing the memory and this assembly starts up normally for a friend with Intel, but then, having asked another friend with AMD to run it, everything started up fine for him too.
In error.log everywhere is written
"ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access the wrong address.' (Address: 00007FF6A13FF485)"
Below is console log at the crash moment and Editor.log:
Editor.log
Constantly crashes when I start the game. Through trial and error, I realized that it crashes after executing the line "_recognizer = new VoskRecognizer (_model, 16000.0f);" in the VoskSpeechToText.cs script (307 line). At first I thought that the problem was in the AMD processor, since in the crash log there was a problem with accessing the memory and this assembly starts up normally for a friend with Intel, but then, having asked another friend with AMD to run it, everything started up fine for him too. In error.log everywhere is written "ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access the wrong address.' (Address: 00007FF6A13FF485)"
Below is console log at the crash moment and Editor.log: Editor.log