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

Can't load audiologic synthesizer #2109

Closed
nvaccessAuto opened this issue Feb 16, 2012 · 4 comments
Closed

Can't load audiologic synthesizer #2109

nvaccessAuto opened this issue Feb 16, 2012 · 4 comments

Comments

@nvaccessAuto
Copy link

Reported by drein on 2012-02-16 13:46
From NVDA 2011.3, it isn't possible to load audiologic synth.
It worked on nvda 2011.2.
I had this feedback only now, sorry for the late.
Here's a piece of log when a user attempts to select Audiologic from the synthesizer dialog:


NVDA initialized
INFO - synthDriverHandler.setSynth (13:25:57):
Loaded synthDriver audiologic
ERROR - eventHandler.executeEvent (13:25:57):
error executing event: focusEntered on <NVDAObjects.IAccessible.IAccessible object at 0x03FDA3F0> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyo", line 136, in executeEvent
File "eventHandler.pyo", line 84, in init
File "eventHandler.pyo", line 91, in next
File "NVDAObjects__init__.pyo", line 767, in event_focusEntered
File "speech.pyo", line 299, in speakObject
File "speech.pyo", line 266, in speakObjectProperties
File "speech.pyo", line 330, in speakText
File "speech.pyo", line 398, in speak
File "speech.pyo", line 121, in getCurrentLanguage
File "synthDriverHandler.pyo", line 320, in _get_language
File "baseObject.pyo", line 21, in get
File "synthDriverHandler.pyo", line 343, in _get_availableVoices
File "synthDrivers\audiologic.pyo", line 46, in _getAvailableVoices
NameError: global name 'synthDriverHandler' is not defined

@nvaccessAuto
Copy link
Author

Comment 1 by orcauser on 2012-02-16 14:20
Hi Simone,
Thanks for reporting,
I have committed 873d72b which should fix the issue. There may be other problems, so keeping this ticket until the user can confirm that it works correctly again.
Thanks.
Changes:
Milestone changed from None to 2012.1

@nvaccessAuto
Copy link
Author

Comment 3 by drein on 2012-02-17 13:58
Hello,
unfortunately there are still errors, here is the log, with snapshot 5012:
INFO - synthDriverHandler.setSynth (14:45:06):
Loaded synthDriver audiologic
ERROR - eventHandler.executeEvent (14:45:06):
error executing event: gainFocus on <NVDAObjects.IAccessible.IAccessible object at 0x05768A30> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 136, in executeEvent
File "eventHandler.pyc", line 84, in init
File "eventHandler.pyc", line 91, in next
File "NVDAObjects__init__.pyc", line 773, in event_gainFocus
File "NVDAObjects__init__.pyc", line 717, in reportFocus
File "speech.pyc", line 299, in speakObject
File "speech.pyc", line 266, in speakObjectProperties
File "speech.pyc", line 330, in speakText
File "speech.pyc", line 398, in speak
File "speech.pyc", line 121, in getCurrentLanguage
File "synthDriverHandler.pyc", line 320, in _get_language
File "baseObject.pyc", line 21, in get
File "synthDriverHandler.pyc", line 343, in _get_availableVoices
File "synthDrivers\audiologic.pyc", line 46, in _getAvailableVoices
File "collections.pyc", line 51, in init
File "_abcoll.pyc", line 499, in update
ValueError: need more than 0 values to unpack

thank you for your support.

@nvaccessAuto
Copy link
Author

Comment 5 by jteh on 2012-02-18 01:31
Please try 3764e2c.

@nvaccessAuto
Copy link
Author

Comment 6 by drein on 2012-02-22 21:53
fixed in 5013, good work. thank you.
Changes:
State: closed

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

No branches or pull requests

2 participants