You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: