Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on start the game, VoskRecognizer can't be created #7

Closed
hardsmoke opened this issue Jul 24, 2023 · 1 comment
Closed

Crash on start the game, VoskRecognizer can't be created #7

hardsmoke opened this issue Jul 24, 2023 · 1 comment

Comments

@hardsmoke
Copy link

hardsmoke commented Jul 24, 2023

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
console log

@hardsmoke
Copy link
Author

hardsmoke commented Jul 24, 2023

found a solution to the problem, my user folder has a сyrillic symbols

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant