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

Unable to load synthesizer with invalid voice error #61

Open
NCW-Srandall opened this issue Jan 19, 2022 · 2 comments
Open

Unable to load synthesizer with invalid voice error #61

NCW-Srandall opened this issue Jan 19, 2022 · 2 comments

Comments

@NCW-Srandall
Copy link

Hi,
I'm trying to help someone get set up with a new Win11 machine and getting an error. Snip from NVDA's log below.
DEBUGWARNING - synthDriverHandler.getSynthList (17:19:42.922) - MainThread (18128):
Synthesizer 'mssp' doesn't pass the check, excluding from list
DEBUGWARNING - synthDriverHandler.getSynthList (17:19:42.927) - MainThread (18128):
Synthesizer 'sapi4' doesn't pass the check, excluding from list
WARNING - synthDriverHandler.SynthDriver.loadSettings (17:19:44.540) - MainThread (18128):
Invalid voice: 4294967295
ERROR - synthDriverHandler.setSynth (17:19:44.540) - MainThread (18128):
setSynth failed for ibmeci
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 332, in loadSettings
File "synthDriverHandler.pyc", line 388, in changeVoice
File "speechDictHandler_init_.pyc", line 138, in loadVoiceDict
KeyError: '4294967295'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "synthDriverHandler.pyc", line 462, in setSynth
File "synthDriverHandler.pyc", line 432, in getSynthInstance
File "synthDriverHandler.pyc", line 323, in initSettings
File "synthDriverHandler.pyc", line 338, in loadSettings
File "synthDriverHandler.pyc", line 388, in changeVoice
File "speechDictHandler_init_.pyc", line 138, in loadVoiceDict
KeyError: '4294967295'
INFO - synthDriverHandler.setSynth (17:19:44.541) - MainThread (18128):
Falling back to previous synthDriver espeak
INFO - synthDrivers.espeak.SynthDriver.init (17:19:44.549) - MainThread (18128):
Using eSpeak NG version 1.51-dev
INFO - synthDriverHandler.setSynth (17:19:44.593) - MainThread (18128):
Loaded synthDriver espeak

@Mohamed00
Copy link
Collaborator

Mohamed00 commented Jan 19, 2022 via email

@NCW-Srandall
Copy link
Author

NCW-Srandall commented Jan 20, 2022 via email

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

No branches or pull requests

2 participants