Hi, Try using “nvda -r” – although NVDA 2019.3.1 won’t require the restart (-r) switch, add it just in case. Cheers, Joseph
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 11:28 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates Joseph, Is there anything I can enter into the run dialogue directly to kill the aforementioned tasks? The task manager is being... less than cooperative at the moment. Frankly, I think this computer is near end of life, or it is for me, but I have to hold onto it for at least another four months before I can get a better one.
|
|
Joseph, Is there anything I can enter into the run dialogue directly to kill the aforementioned tasks? The task manager is being... less than cooperative at the moment. Frankly, I think this computer is near end of life, or it is for me, but I have to hold onto it for at least another four months before I can get a better one.
|
|
Hi, If the license is stored in a file other than nvda.ini or not contained inside addons folder, it won’t impact you. Cheers, Joseph
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 11:15 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates Will do. Would this impact my Acapela TTS at all? Will I need to reregister it or anything of the like?
|
|
Will do. Would this impact my Acapela TTS at all? Will I need to reregister it or anything of the like?
|
|
Hi, Hmmm, doesn’t say anything useful apart from same add-on manifest errors. Can you try the following: - Quit any instance of NVDA (you’ll need to use Task Manager to kill nvda.exe and nvdaRemoteHelperLoader.exe).
- Open Start and type “%appdata%” (without quotes) to open Roaming folder.
- From Roaming folder, go to nvda folder.
- Locate nvda.ini file and make a copy of it somewhere.
- Delete nvda.ini file from nvda folder.
- Try starting NVDA and see if you can hear the startup chime. If you can hear it, it might have been a corrupted configuration file.
- Send your nvda.ini file to me and NV Access addresses directly, as it may contain sensitive information and we’ll do some more investigations.
- Unless you cannot live without add-ons, open addons folder from nvda folder and delete everything in there (at the cost of having to reinstall add-ons you need).
Cheers, Joseph
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 10:55 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates NVDA.log file INFO - __main__ (00:23:08.907) - MainThread (700): Starting NVDA version 2019.3.1 INFO - core.main (00:23:09.731) - MainThread (700): Config dir: C:\Users\GAB\AppData\Roaming\nvda INFO - config.ConfigManager._loadConfig (00:23:09.739) - MainThread (700): Loading config: C:\Users\GAB\AppData\Roaming\nvda\nvda.ini INFO - core.main (00:23:09.985) - MainThread (700): Using Windows version 10.0.18362 workstation INFO - core.main (00:23:09.985) - MainThread (700): Using Python version 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 14 2019, 23:09:19) [MSC v.1916 32 bit (Intel)] INFO - core.main (00:23:09.986) - MainThread (700): Using comtypes version 1.1.7 INFO - core.main (00:23:09.986) - MainThread (700): Using configobj version 5.1.0 with validate version 1.0.1 DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.039) - MainThread (700): Add-on balloonHistory is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.044) - MainThread (700): Add-on boo is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.046) - MainThread (700): Add-on BTSync is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.051) - MainThread (700): Add-on DECTalk is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.059) - MainThread (700): Add-on Eloquence is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.064) - MainThread (700): Add-on festivalTts is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.069) - MainThread (700): Add-on ImageDescriber is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.075) - MainThread (700): Add-on nvSpeechPlayer is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.080) - MainThread (700): Add-on pico is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.082) - MainThread (700): Add-on protalker is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.091) - MainThread (700): Add-on screenCurtain is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.093) - MainThread (700): Add-on Skype7 is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.096) - MainThread (700): Add-on smpsoft is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.099) - MainThread (700): Add-on Softvoice is considered incompatible WARNING - addonHandler._report_manifest_errors (00:23:10.103) - MainThread (700): Error loading manifest: {'name': True, 'summary': True, 'description': VdtTypeError('the value "[\'This add-on allows you to review the 100 most recent strings spoken by NVDA\', \'by default using Shift+F11 and Shift+F12. Additionally\', \'you can copy any spoken item to the clipboard by pressing F12.\']" is of the wrong type.'), 'author': VdtTypeError('the value "[\'Tyler Spivey\', \'James Scholes\']" is of the wrong type.'), 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (00:23:10.104) - MainThread (700): Error loading Addon from path: C:\Users\GAB\AppData\Roaming\nvda\addons\speechHistory Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. WARNING - addonHandler._report_manifest_errors (00:23:10.107) - MainThread (700): Error loading manifest: {'name': True, 'summary': True, 'description': VdtTypeError('the value "[\'If you press NVDA+s\', \'speech mode beeps is omited\', \'just like in jfw.\']" is of the wrong type.'), 'author': True, 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (00:23:10.108) - MainThread (700): Error loading Addon from path: C:\Users\GAB\AppData\Roaming\nvda\addons\speech_beep_omiter Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.120) - MainThread (700): Add-on TeamTalk is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.125) - MainThread (700): Add-on textInformation is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:23:10.129) - MainThread (700): Add-on VAC is considered incompatible DEBUGWARNING - touchHandler.touchSupported (00:23:10.406) - MainThread (700): No touch devices found INFO - synthDriverHandler.setSynth (00:23:41.440) - MainThread (700): Loaded synthDriver AcaTTS DEBUGWARNING - core.main (00:23:41.440) - MainThread (700): Slow starting core (36.57 sec) ERROR - speechDictHandler.SpeechDict.sub (00:23:41.441) - MainThread (700): Invalid dictionary entry 3 in C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic: "((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1 ERROR - speechDictHandler.SpeechDict.sub (00:23:41.442) - MainThread (700): Invalid dictionary entry 5 in C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic: "((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1 INFO - core.main (00:23:41.879) - MainThread (700): Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six version 1.12.0 INFO - brailleInput.initialize (00:23:41.886) - MainThread (700): Braille input initialized INFO - braille.initialize (00:23:41.890) - MainThread (700): Using liblouis version 3.10.0 INFO - braille.initialize (00:23:41.898) - MainThread (700): Using pySerial version 3.4 INFO - braille.BrailleHandler.setDisplayByName (00:23:41.908) - MainThread (700): Loaded braille display driver noBraille, current display has 0 cells. INFO - brailleDisplayDrivers.freedomScientific.BrailleDisplayDriver.__init__ (00:23:41.924) - braille._BgThread (19768): Found Focus 40 connected via custom (\\?\usb#vid_0f4e&pid_0114#5&39b1ff6d&0&1#{a5dcbf10-6530-11d2-901f-00c04fb951ed}) INFO - braille.BrailleHandler.setDisplayByName (00:23:41.937) - braille._BgThread (19768): Loaded braille display driver freedomScientific, current display has 40 cells. INFO - core.main (00:23:42.296) - MainThread (700): Java Access Bridge support initialized INFO - _UIAHandler.UIAHandler.MTAThreadFunc (00:23:42.332) - _UIAHandler.UIAHandler.MTAThread (19804): UIAutomation: IUIAutomation6 DEBUGWARNING - inputCore.InputManager.loadLocaleGestureMap (00:23:42.611) - MainThread (700): No locale gesture map for language en DEBUGWARNING - touchHandler.touchSupported (00:23:42.781) - MainThread (700): No touch devices found DEBUGWARNING - Python warning (00:23:46.099) - MainThread (700): C:\Users\GAB\AppData\Roaming\nvda\addons\Acapela TTS Voices for NVDA - Engines\globalPlugins\menu.py:70: wxPyDeprecationWarning: Call to deprecated item. Use Insert instead. self.submenu_item = gui.mainFrame.sysTrayIcon.menu.InsertMenu(2, wx.ID_ANY, 'Acapela TTS for NVDA', self.submenu) INFO - core.main (00:23:46.103) - MainThread (700): NVDA initialized ERROR - speechDictHandler.SpeechDict.sub (00:23:46.225) - MainThread (700): Invalid dictionary entry 4 in C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic: "((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1 DEBUGWARNING - braille.ackTimeoutResetter (00:23:50.497) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - Python warning (00:37:46.108) - MainThread (700): C:\Program Files (x86)\NVDA\library.zip\api.py:287: DeprecationWarning: Yield() is deprecated DEBUGWARNING - Python warning (00:37:48.253) - MainThread (700): C:\Program Files (x86)\NVDA\library.zip\keyboardHandler.py:538: DeprecationWarning: Yield() is deprecated DEBUGWARNING - braille.ackTimeoutResetter (00:37:48.707) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:37:50.765) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:37:57.934) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:37:58.001) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - watchdog._watcher (00:37:59.076) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 515, in run File "queueHandler.pyc", line 83, in pumpAll File "queueHandler.pyc", line 50, in flushQueue File "eventHandler.pyc", line 62, in _queueEventCallback File "eventHandler.pyc", line 150, in executeEvent File "eventHandler.pyc", line 163, in doPreGainFocus File "api.pyc", line 109, in setFocusObject File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 536, in _get_container File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 977, in _get_parent File "IAccessibleHandler.pyc", line 441, in accParent File "comtypesMonkeyPatches.pyc", line 26, in __call__ File "comtypes\client\__init__.pyc", line 44, in wrap_outparam File "comtypes\client\__init__.pyc", line 68, in GetBestInterface File "comtypes\__init__.pyc", line 1158, in QueryInterface File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - braille.ackTimeoutResetter (00:38:07.443) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs (00:38:08.355) - MainThread (700): IUIAutomationElement.buildUpdatedCache failed given IDs of {30019, 30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010, 30046, 30079} DEBUGWARNING - eventHandler.executeEvent (00:38:08.370) - MainThread (700): error executing event: typedCharacter on <NVDAObjects.Dynamic_UIItemListItemUIA object at 0x07F35110> with extra args of {'ch': 'n'} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1047, in event_typedCharacter File "speech\__init__.pyc", line 836, in speakTypedCharacters File "api.pyc", line 264, in isTypingProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 921, in _get_isProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\UIA\__init__.pyc", line 1207, in _get_states File "NVDAObjects\UIA\__init__.pyc", line 802, in _getUIACacheablePropertyValue File "comtypesMonkeyPatches.pyc", line 26, in __call__ _ctypes.COMError: (-2147220991, 'An event was unable to invoke any of the subscribers', (None, None, None, 0, None)) DEBUGWARNING - braille.ackTimeoutResetter (00:38:09.497) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:38:10.839) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:38:41.567) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - watchdog._watcher (00:38:45.525) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 912, in pumpAll File "IAccessibleHandler.pyc", line 635, in processGenericWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent File "NVDAObjects\__init__.pyc", line 86, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 426, in findOverlayClasses File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 834, in _get_IAccessibleRole File "comtypes\__init__.pyc", line 857, in __call__ File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - braille.ackTimeoutResetter (00:38:51.864) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:38:52.358) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:38:52.854) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:38:53.353) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:38:53.854) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:38:54.353) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:38:54.858) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:38:59.885) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:01.369) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:05.975) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:06.962) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:07.962) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:08.963) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:09.929) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:10.419) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:11.419) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:12.420) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - watchdog._watcher (00:39:13.825) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 515, in run File "queueHandler.pyc", line 83, in pumpAll File "queueHandler.pyc", line 50, in flushQueue File "eventHandler.pyc", line 62, in _queueEventCallback File "eventHandler.pyc", line 150, in executeEvent File "eventHandler.pyc", line 163, in doPreGainFocus File "api.pyc", line 109, in setFocusObject File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 536, in _get_container File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 979, in _get_parent File "NVDAObjects\__init__.pyc", line 95, in __call__ File "appModules\taskmgr.pyc", line 31, in chooseNVDAObjectOverlayClasses File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 777, in _get_presentationType File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 761, in _get_name File "comtypes\__init__.pyc", line 857, in __call__ File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - watchdog._watcher (00:39:32.595) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 912, in pumpAll File "IAccessibleHandler.pyc", line 635, in processGenericWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent File "NVDAObjects\__init__.pyc", line 95, in __call__ File "appModules\taskmgr.pyc", line 31, in chooseNVDAObjectOverlayClasses File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 777, in _get_presentationType File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 752, in _get_name File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 979, in _get_parent File "NVDAObjects\__init__.pyc", line 79, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 613, in __init__ File "IAccessibleHandler.pyc", line 932, in getIAccIdentity File "comtypes\__init__.pyc", line 1158, in QueryInterface File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - NVDAObjects.IAccessible.IAccessible.__init__ (00:39:32.797) - MainThread (700): Resorting to WindowFromPoint on accLocation DEBUGWARNING - NVDAObjects.__call__ (00:39:32.850) - MainThread (700): Exception in chooseNVDAObjectOverlayClasses for <'taskmgr' (appName 'taskmgr', process ID 4116) at address 7e8c6f0> Traceback (most recent call last): File "NVDAObjects\__init__.pyc", line 95, in __call__ File "appModules\taskmgr.pyc", line 31, in chooseNVDAObjectOverlayClasses File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 777, in _get_presentationType File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 752, in _get_name File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 979, in _get_parent File "NVDAObjects\__init__.pyc", line 79, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 629, in __init__ File "comtypesMonkeyPatches.pyc", line 34, in __call__ core.CallCancelled: COM call cancelled DEBUGWARNING - watchdog._watcher (00:39:33.406) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 515, in run File "queueHandler.pyc", line 83, in pumpAll File "queueHandler.pyc", line 50, in flushQueue File "eventHandler.pyc", line 62, in _queueEventCallback File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1047, in event_typedCharacter File "speech\__init__.pyc", line 836, in speakTypedCharacters File "api.pyc", line 264, in isTypingProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 921, in _get_isProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\UIA\__init__.pyc", line 1200, in _get_states File "NVDAObjects\UIA\__init__.pyc", line 823, in _prefetchUIACacheForPropertyIDs File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - watchdog._watcher (00:39:40.010) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 515, in run File "queueHandler.pyc", line 83, in pumpAll File "queueHandler.pyc", line 47, in flushQueue File "comtypesMonkeyPatches.pyc", line 101, in newCpbDel File "comtypes\__init__.pyc", line 918, in __del__ File "comtypes\__init__.pyc", line 1172, in Release File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - watchdog._watcher (00:39:43.675) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 898, in pumpAll File "IAccessibleHandler.pyc", line 672, in processFocusWinEvent File "IAccessibleHandler.pyc", line 531, in winEventToNVDAEvent File "_UIAHandler.pyc", line 556, in isUIAWindow File "_UIAHandler.pyc", line 534, in _isUIAWindowHelper
DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs (00:39:46.692) - MainThread (700): IUIAutomationElement.buildUpdatedCache failed given IDs of {30019, 30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010, 30046, 30079} DEBUGWARNING - eventHandler.executeEvent (00:39:46.703) - MainThread (700): error executing event: gainFocus on <NVDAObjects.Dynamic_MultitaskingViewFrameListItemListItemUIA object at 0x0AF6C810> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\GAB\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "C:\Users\GAB\AppData\Roaming\nvda\addons\easyTableNavigator\globalPlugins\easyTableNavigator.py", line 83, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "appModules\explorer.pyc", line 337, in event_gainFocus File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\UIA\__init__.pyc", line 1354, in _get_rowNumber File "NVDAObjects\UIA\__init__.pyc", line 802, in _getUIACacheablePropertyValue File "comtypesMonkeyPatches.pyc", line 26, in __call__ _ctypes.COMError: (-2147220991, 'An event was unable to invoke any of the subscribers', (None, None, None, 0, None)) DEBUGWARNING - braille.ackTimeoutResetter (00:39:47.203) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:48.202) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:39:49.207) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - watchdog._watcher (00:39:49.426) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 515, in run File "queueHandler.pyc", line 83, in pumpAll File "queueHandler.pyc", line 50, in flushQueue File "eventHandler.pyc", line 62, in _queueEventCallback File "eventHandler.pyc", line 150, in executeEvent File "eventHandler.pyc", line 165, in doPreGainFocus File "NVDAObjects\__init__.pyc", line 313, in objectInForeground File "NVDAObjects\__init__.pyc", line 225, in findBestAPIClass File "NVDAObjects\__init__.pyc", line 220, in findBestAPIClass File "NVDAObjects\window\__init__.pyc", line 104, in getPossibleAPIClasses File "_UIAHandler.pyc", line 556, in isUIAWindow File "_UIAHandler.pyc", line 534, in _isUIAWindowHelper
DEBUGWARNING - displayModel.DisplayModelTextInfo._get__storyFieldsAndRects (00:39:52.912) - MainThread (700): AppModule does not have a binding handle DEBUGWARNING - displayModel.DisplayModelTextInfo._get__storyFieldsAndRects (00:39:52.916) - MainThread (700): AppModule does not have a binding handle DEBUGWARNING - displayModel.DisplayModelTextInfo._get__storyFieldsAndRects (00:39:52.917) - MainThread (700): AppModule does not have a binding handle DEBUGWARNING - displayModel.DisplayModelTextInfo._get__storyFieldsAndRects (00:39:52.923) - MainThread (700): AppModule does not have a binding handle DEBUGWARNING - displayModel.DisplayModelTextInfo._get__storyFieldsAndRects (00:39:52.923) - MainThread (700): AppModule does not have a binding handle DEBUGWARNING - braille.ackTimeoutResetter (00:39:53.325) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - watchdog._watcher (00:39:56.555) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 515, in run File "queueHandler.pyc", line 83, in pumpAll File "comtypesMonkeyPatches.pyc", line 101, in newCpbDel File "comtypes\__init__.pyc", line 918, in __del__ File "comtypes\__init__.pyc", line 1172, in Release File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - braille.ackTimeoutResetter (00:41:55.964) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:41:56.464) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:41:56.963) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:41:57.689) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:42:18.671) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:42:19.421) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:42:43.972) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:42:48.151) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs (00:42:55.175) - MainThread (700): IUIAutomationElement.buildUpdatedCache failed given IDs of {30019, 30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010, 30046, 30079} DEBUGWARNING - eventHandler.executeEvent (00:42:55.184) - MainThread (700): error executing event: gainFocus on <NVDAObjects.Dynamic_MultitaskingViewFrameListItemListItemUIA object at 0x0AF407D0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\GAB\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "C:\Users\GAB\AppData\Roaming\nvda\addons\easyTableNavigator\globalPlugins\easyTableNavigator.py", line 83, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "appModules\explorer.pyc", line 337, in event_gainFocus File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\UIA\__init__.pyc", line 1354, in _get_rowNumber File "NVDAObjects\UIA\__init__.pyc", line 802, in _getUIACacheablePropertyValue File "comtypesMonkeyPatches.pyc", line 26, in __call__ _ctypes.COMError: (-2147220991, 'An event was unable to invoke any of the subscribers', (None, None, None, 0, None)) DEBUGWARNING - RPC process 3336 (SearchUI.exe) (00:43:15.340) - Dummy-4 (13784): Thread 12084, build\x86_64\remote\ia2Support.cpp, IA2Support_inProcess_initialize, 121: disabling IA2 support
DEBUGWARNING - RPC process 12000 (StartMenuExperienceHost.exe) (00:43:18.183) - Dummy-5 (5124): Thread 11252, build\x86_64\remote\ia2Support.cpp, IA2Support_inProcess_initialize, 121: disabling IA2 support
DEBUGWARNING - braille.ackTimeoutResetter (00:43:19.542) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - watchdog._watcher (00:43:23.501) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 515, in run File "queueHandler.pyc", line 83, in pumpAll File "queueHandler.pyc", line 50, in flushQueue File "eventHandler.pyc", line 62, in _queueEventCallback File "eventHandler.pyc", line 150, in executeEvent File "eventHandler.pyc", line 163, in doPreGainFocus File "api.pyc", line 109, in setFocusObject File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 536, in _get_container File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 979, in _get_parent File "NVDAObjects\__init__.pyc", line 79, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 666, in __init__ File "comtypes\__init__.pyc", line 1158, in QueryInterface File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - eventHandler.executeEvent (00:43:23.520) - MainThread (700): error executing event: gainFocus on <NVDAObjects.IAccessible.IAccessible object at 0x07F35B10> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 150, in executeEvent File "eventHandler.pyc", line 163, in doPreGainFocus File "api.pyc", line 109, in setFocusObject File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 536, in _get_container File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 979, in _get_parent File "NVDAObjects\__init__.pyc", line 79, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 670, in __init__ File "comtypes\__init__.pyc", line 1158, in QueryInterface File "comtypesMonkeyPatches.pyc", line 34, in __call__ core.CallCancelled: COM call cancelled DEBUGWARNING - watchdog._watcher (00:43:24.088) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 912, in pumpAll File "IAccessibleHandler.pyc", line 635, in processGenericWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent File "NVDAObjects\__init__.pyc", line 79, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 613, in __init__ File "IAccessibleHandler.pyc", line 932, in getIAccIdentity File "comtypes\__init__.pyc", line 1158, in QueryInterface File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - core.CorePump.run (00:43:24.147) - MainThread (700): errors in this core pump cycle Traceback (most recent call last): File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 912, in pumpAll File "IAccessibleHandler.pyc", line 641, in processGenericWinEvent File "NVDAObjects\__init__.pyc", line 338, in __eq__ File "NVDAObjects\IAccessible\__init__.pyc", line 740, in _isEqual File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 954, in _get_location File "comtypesMonkeyPatches.pyc", line 34, in __call__ core.CallCancelled: COM call cancelled DEBUGWARNING - braille.ackTimeoutResetter (00:43:25.861) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:43:28.366) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs (00:43:46.247) - MainThread (700): IUIAutomationElement.buildUpdatedCache failed given IDs of {30019, 30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010, 30046, 30079} DEBUGWARNING - eventHandler.executeEvent (00:43:46.267) - MainThread (700): error executing event: typedCharacter on <NVDAObjects.UIA.ListItem object at 0x0AF6CB90> with extra args of {'ch': '\r'} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1047, in event_typedCharacter File "speech\__init__.pyc", line 836, in speakTypedCharacters File "api.pyc", line 264, in isTypingProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 921, in _get_isProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\UIA\__init__.pyc", line 1207, in _get_states File "NVDAObjects\UIA\__init__.pyc", line 802, in _getUIACacheablePropertyValue File "comtypesMonkeyPatches.pyc", line 26, in __call__ _ctypes.COMError: (-2147220991, 'An event was unable to invoke any of the subscribers', (None, None, None, 0, None)) DEBUGWARNING - braille.ackTimeoutResetter (00:43:48.819) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:43:49.797) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:43:50.817) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:43:51.440) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:43:52.551) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:43:55.140) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:43:58.357) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:44:30.296) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:06.087) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:19.743) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:24.005) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:25.239) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:26.231) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:27.229) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:28.228) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:29.228) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:30.271) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:31.260) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:32.260) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:33.259) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:34.259) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:35.261) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:36.260) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:37.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:38.259) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:39.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:40.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:41.260) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:42.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:43.261) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:44.259) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:45.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:46.260) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:47.261) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:48.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:49.260) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:50.260) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:51.260) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:52.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:53.261) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:54.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:55.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:56.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:57.263) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:58.261) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:45:59.260) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:00.261) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:01.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:03.262) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:07.309) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:08.311) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:09.307) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:10.305) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:11.308) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:12.308) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:13.512) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:14.134) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:19.012) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:23.524) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:24.510) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:25.511) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:26.509) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:27.513) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:28.509) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:29.510) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:30.511) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:31.513) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:33.792) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:34.794) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:35.792) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:36.802) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:37.801) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:38.792) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:39.795) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:40.795) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:41.792) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:42.793) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:43.793) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:44.801) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:45.792) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:46.791) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:47.802) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:48.793) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:46:49.793) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:10.416) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:11.415) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:12.417) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:13.415) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:14.416) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:15.414) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:17.414) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:18.416) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:19.415) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:20.415) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:26.525) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:27.525) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:28.525) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:30.004) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:34.497) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:35.495) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:36.495) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:37.495) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:38.497) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:39.496) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:40.496) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:41.496) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:42.495) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:43.494) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:46.509) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:47.495) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:48.494) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:49.497) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:47:52.012) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:05.012) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:06.011) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:07.013) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:08.009) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:09.010) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:10.010) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:11.009) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:13.949) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:14.950) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:15.948) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:16.947) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:17.947) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:18.950) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:19.950) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:20.949) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:21.950) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:22.946) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:30.440) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:30.938) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:31.431) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:31.932) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:32.432) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:32.933) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:33.431) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:33.930) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:34.433) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:34.932) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:35.435) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:35.933) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:36.433) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:36.934) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:37.431) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:37.930) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:38.431) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:38.932) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:39.431) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:39.930) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:40.431) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:40.931) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:41.432) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:41.932) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:42.431) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:42.931) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:43.430) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:43.932) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:44.446) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:44.934) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:45.432) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:45.932) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:46.432) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:46.931) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:47.445) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:47.931) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:48.433) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:48.932) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:57.091) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:58.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:49:59.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:00.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:01.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:02.087) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:03.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:04.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:05.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:06.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:07.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:08.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:09.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:10.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:11.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:12.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:13.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:14.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:15.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:16.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:17.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:18.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:19.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:20.087) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:21.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:22.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:23.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:24.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:25.091) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:26.091) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:27.091) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:28.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:29.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:30.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:31.091) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:32.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:33.087) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:34.087) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:35.087) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:36.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:37.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:38.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:39.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:40.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:41.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:42.091) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:43.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:44.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:45.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:46.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:47.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:48.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:49.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:50.088) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:51.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:52.091) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:53.091) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:54.089) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:50:55.090) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:13.917) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:17.242) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:20.246) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:21.248) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:22.249) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:23.247) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:24.247) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:25.245) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:26.254) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:27.250) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:28.243) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:29.248) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:30.246) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:31.249) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:32.245) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:51:33.249) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:52:22.372) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:53:57.673) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:54:14.629) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:39.715) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - watchdog._watcher (00:54:51.571) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 915, in pumpAll File "IAccessibleHandler.pyc", line 772, in processForegroundWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 42, in getNVDAObjectFromEvent File "IAccessibleHandler.pyc", line 347, in accessibleObjectFromEvent File "oleacc.pyc", line 265, in AccessibleObjectFromEvent
DEBUGWARNING - core.CorePump.run (00:54:51.733) - MainThread (700): errors in this core pump cycle Traceback (most recent call last): File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 915, in pumpAll File "IAccessibleHandler.pyc", line 772, in processForegroundWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent File "NVDAObjects\__init__.pyc", line 79, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 613, in __init__ File "IAccessibleHandler.pyc", line 932, in getIAccIdentity File "comtypes\__init__.pyc", line 1158, in QueryInterface File "comtypesMonkeyPatches.pyc", line 34, in __call__ core.CallCancelled: COM call cancelled DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:55.473) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:55.544) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:55.571) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:56.046) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:56.090) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:56.277) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:56.322) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:56.469) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:56.763) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:56.770) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:56.776) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:57.504) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:54:57.634) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:55:00.147) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:55:00.292) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:55:00.301) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:55:00.310) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - braille.ackTimeoutResetter (00:55:08.874) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:55:09.779) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - watchdog._watcher (00:55:12.816) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 912, in pumpAll File "IAccessibleHandler.pyc", line 635, in processGenericWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 42, in getNVDAObjectFromEvent File "IAccessibleHandler.pyc", line 347, in accessibleObjectFromEvent File "oleacc.pyc", line 265, in AccessibleObjectFromEvent
DEBUGWARNING - core.CorePump.run (00:55:12.919) - MainThread (700): errors in this core pump cycle Traceback (most recent call last): File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 912, in pumpAll File "IAccessibleHandler.pyc", line 635, in processGenericWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent File "NVDAObjects\__init__.pyc", line 79, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 613, in __init__ File "IAccessibleHandler.pyc", line 932, in getIAccIdentity File "comtypes\__init__.pyc", line 1158, in QueryInterface File "comtypesMonkeyPatches.pyc", line 34, in __call__ core.CallCancelled: COM call cancelled DEBUGWARNING - watchdog._watcher (00:55:13.459) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 915, in pumpAll File "IAccessibleHandler.pyc", line 672, in processFocusWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent File "NVDAObjects\__init__.pyc", line 86, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 426, in findOverlayClasses File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 827, in _get_IAccessibleRole File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - core.CorePump.run (00:55:13.512) - MainThread (700): errors in this core pump cycle Traceback (most recent call last): File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 915, in pumpAll File "IAccessibleHandler.pyc", line 672, in processFocusWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent File "NVDAObjects\__init__.pyc", line 86, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 426, in findOverlayClasses File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 827, in _get_IAccessibleRole File "comtypesMonkeyPatches.pyc", line 34, in __call__ core.CallCancelled: COM call cancelled DEBUGWARNING - watchdog._watcher (00:55:14.018) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 912, in pumpAll File "IAccessibleHandler.pyc", line 635, in processGenericWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent File "NVDAObjects\__init__.pyc", line 69, in __call__ File "NVDAObjects\__init__.pyc", line 224, in findBestAPIClass File "NVDAObjects\IAccessible\MSHTML.pyc", line 464, in kwargsFromSuper File "NVDAObjects\IAccessible\MSHTML.pyc", line 180, in HTMLNodeFromIAccessible File "comtypes\__init__.pyc", line 1191, in QueryService File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - core.CorePump.run (00:55:14.023) - MainThread (700): errors in this core pump cycle Traceback (most recent call last): File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 912, in pumpAll File "IAccessibleHandler.pyc", line 635, in processGenericWinEvent File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent File "NVDAObjects\IAccessible\__init__.pyc", line 48, in getNVDAObjectFromEvent File "NVDAObjects\__init__.pyc", line 79, in __call__ File "NVDAObjects\IAccessible\__init__.pyc", line 638, in __init__ File "comtypesMonkeyPatches.pyc", line 34, in __call__ core.CallCancelled: COM call cancelled DEBUGWARNING - braille.ackTimeoutResetter (00:55:14.510) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:25.079) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:28.703) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:29.770) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:32.560) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:46.430) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:48.705) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:49.765) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:51.025) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:55:52.842) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - braille.ackTimeoutResetter (00:55:55.367) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:56.683) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:57.681) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:58.697) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:55:59.712) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - watchdog._watcher (00:56:07.413) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 515, in run File "queueHandler.pyc", line 83, in pumpAll File "queueHandler.pyc", line 50, in flushQueue File "eventHandler.pyc", line 62, in _queueEventCallback File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1046, in event_typedCharacter File "NVDAObjects\__init__.pyc", line 1016, in _reportErrorInPreviousWord File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 342, in getTextWithFields File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 289, in _getText File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 173, in _getEmbedding File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\mozilla.pyc", line 40, in _get_parent File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\__init__.pyc", line 977, in _get_parent File "IAccessibleHandler.pyc", line 441, in accParent File "comtypesMonkeyPatches.pyc", line 26, in __call__ File "comtypes\client\__init__.pyc", line 44, in wrap_outparam File "comtypes\client\__init__.pyc", line 68, in GetBestInterface File "comtypes\__init__.pyc", line 1158, in QueryInterface File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - NVDAObjects.NVDAObject._reportErrorInPreviousWord (00:56:07.477) - MainThread (700): Error fetching last character of previous word Traceback (most recent call last): File "NVDAObjects\__init__.pyc", line 1016, in _reportErrorInPreviousWord File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 342, in getTextWithFields File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 289, in _getText File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 180, in _getEmbedding File "comtypesMonkeyPatches.pyc", line 34, in __call__ core.CallCancelled: COM call cancelled DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:56:07.699) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:56:07.713) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IA2WindowHandle (00:56:09.869) - MainThread (700): IAccessible2::windowHandle failed: (-2147220995, 'Object is not connected to server', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:56:10.125) - MainThread (700): accRole failed: (-2147220995, 'Object is not connected to server', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IA2Attributes (00:56:10.162) - MainThread (700): IAccessibleObject.attributes COMError (-2147220995, 'Object is not connected to server', (None, None, None, 0, None)) DEBUGWARNING - braille.ackTimeoutResetter (00:56:12.682) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:56:18.956) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:56:18.965) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:56:18.973) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:56:28.794) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (01:02:42.400) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - watchdog._watcher (01:03:46.752) - watchdog (16196): Trying to recover from freeze, core stack: File "nvda.pyw", line 215, in <module> File "core.pyc", line 545, in main File "wx\core.pyc", line 2134, in MainLoop File "gui\__init__.pyc", line 1030, in Notify File "core.pyc", line 514, in run File "IAccessibleHandler.pyc", line 912, in pumpAll File "IAccessibleHandler.pyc", line 635, in processGenericWinEvent File "IAccessibleHandler.pyc", line 531, in winEventToNVDAEvent File "_UIAHandler.pyc", line 556, in isUIAWindow File "_UIAHandler.pyc", line 534, in _isUIAWindowHelper
DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (01:03:46.756) - MainThread (700): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs (01:03:59.393) - MainThread (700): IUIAutomationElement.buildUpdatedCache failed given IDs of {30019, 30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010, 30046, 30079} DEBUGWARNING - eventHandler.executeEvent (01:03:59.532) - MainThread (700): error executing event: typedCharacter on <NVDAObjects.Dynamic_UIItemListItemUIA object at 0x02270450> with extra args of {'ch': 'n'} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1047, in event_typedCharacter File "speech\__init__.pyc", line 836, in speakTypedCharacters File "api.pyc", line 264, in isTypingProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\__init__.pyc", line 921, in _get_isProtected File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\UIA\__init__.pyc", line 1207, in _get_states File "NVDAObjects\UIA\__init__.pyc", line 802, in _getUIACacheablePropertyValue File "comtypesMonkeyPatches.pyc", line 26, in __call__ _ctypes.COMError: (-2147220991, 'An event was unable to invoke any of the subscribers', (None, None, None, 0, None)) DEBUGWARNING - braille.ackTimeoutResetter (01:04:04.491) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (01:04:05.384) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (01:04:05.897) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (01:04:06.593) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (01:04:07.352) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (01:04:08.028) - braille._BgThread (19768): Waiting for freedomScientific ACK packet timed out On 3/30/2020 12:50 AM, Joseph Lee wrote: Hi, The log file includes runtime information on NVDA. At a minimum, the log may contain only version information and nothing else (if log level is set to “disabled”). By default, the log contains information on modules loaded at startup and errors if any. If log level is set to “input/output” or higher, it will record keyboard commands, touch gestures, braille commands, and what NVDA is saying. If set to “debug”, all sorts of debug messages from various modules will be recorded. Cheers, Joseph From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 9:42 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates What information do these logs contain and how frequently are they wiped/overwritten? I'm having a bit of trouble reading it with JAWS for some reason.
|
|
NVDA.log file
INFO - __main__ (00:23:08.907) - MainThread (700):
Starting NVDA version 2019.3.1
INFO - core.main (00:23:09.731) - MainThread (700):
Config dir: C:\Users\GAB\AppData\Roaming\nvda
INFO - config.ConfigManager._loadConfig (00:23:09.739) -
MainThread (700):
Loading config: C:\Users\GAB\AppData\Roaming\nvda\nvda.ini
INFO - core.main (00:23:09.985) - MainThread (700):
Using Windows version 10.0.18362 workstation
INFO - core.main (00:23:09.985) - MainThread (700):
Using Python version 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 14 2019,
23:09:19) [MSC v.1916 32 bit (Intel)]
INFO - core.main (00:23:09.986) - MainThread (700):
Using comtypes version 1.1.7
INFO - core.main (00:23:09.986) - MainThread (700):
Using configobj version 5.1.0 with validate version 1.0.1
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.039) - MainThread (700):
Add-on balloonHistory is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.044) - MainThread (700):
Add-on boo is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.046) - MainThread (700):
Add-on BTSync is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.051) - MainThread (700):
Add-on DECTalk is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.059) - MainThread (700):
Add-on Eloquence is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.064) - MainThread (700):
Add-on festivalTts is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.069) - MainThread (700):
Add-on ImageDescriber is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.075) - MainThread (700):
Add-on nvSpeechPlayer is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.080) - MainThread (700):
Add-on pico is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.082) - MainThread (700):
Add-on protalker is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.091) - MainThread (700):
Add-on screenCurtain is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.093) - MainThread (700):
Add-on Skype7 is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.096) - MainThread (700):
Add-on smpsoft is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.099) - MainThread (700):
Add-on Softvoice is considered incompatible
WARNING - addonHandler._report_manifest_errors (00:23:10.103) -
MainThread (700):
Error loading manifest:
{'name': True, 'summary': True, 'description': VdtTypeError('the
value "[\'This add-on allows you to review the 100 most recent
strings spoken by NVDA\', \'by default using Shift+F11 and
Shift+F12. Additionally\', \'you can copy any spoken item to the
clipboard by pressing F12.\']" is of the wrong type.'), 'author':
VdtTypeError('the value "[\'Tyler Spivey\', \'James Scholes\']" is
of the wrong type.'), 'version': True, 'minimumNVDAVersion': True,
'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True}
ERROR - addonHandler._getAvailableAddonsFromPath (00:23:10.104) -
MainThread (700):
Error loading Addon from path:
C:\Users\GAB\AppData\Roaming\nvda\addons\speechHistory
Traceback (most recent call last):
File "addonHandler\__init__.pyc", line 195, in
_getAvailableAddonsFromPath
File "addonHandler\__init__.pyc", line 297, in __init__
addonHandler.AddonError: Manifest file has errors.
WARNING - addonHandler._report_manifest_errors (00:23:10.107) -
MainThread (700):
Error loading manifest:
{'name': True, 'summary': True, 'description': VdtTypeError('the
value "[\'If you press NVDA+s\', \'speech mode beeps is omited\',
\'just like in jfw.\']" is of the wrong type.'), 'author': True,
'version': True, 'minimumNVDAVersion': True,
'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True}
ERROR - addonHandler._getAvailableAddonsFromPath (00:23:10.108) -
MainThread (700):
Error loading Addon from path:
C:\Users\GAB\AppData\Roaming\nvda\addons\speech_beep_omiter
Traceback (most recent call last):
File "addonHandler\__init__.pyc", line 195, in
_getAvailableAddonsFromPath
File "addonHandler\__init__.pyc", line 297, in __init__
addonHandler.AddonError: Manifest file has errors.
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.120) - MainThread (700):
Add-on TeamTalk is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.125) - MainThread (700):
Add-on textInformation is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:23:10.129) - MainThread (700):
Add-on VAC is considered incompatible
DEBUGWARNING - touchHandler.touchSupported (00:23:10.406) -
MainThread (700):
No touch devices found
INFO - synthDriverHandler.setSynth (00:23:41.440) - MainThread
(700):
Loaded synthDriver AcaTTS
DEBUGWARNING - core.main (00:23:41.440) - MainThread (700):
Slow starting core (36.57 sec)
ERROR - speechDictHandler.SpeechDict.sub (00:23:41.441) -
MainThread (700):
Invalid dictionary entry 3 in
C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic:
"((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1
ERROR - speechDictHandler.SpeechDict.sub (00:23:41.442) -
MainThread (700):
Invalid dictionary entry 5 in
C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic:
"((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1
INFO - core.main (00:23:41.879) - MainThread (700):
Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six
version 1.12.0
INFO - brailleInput.initialize (00:23:41.886) - MainThread (700):
Braille input initialized
INFO - braille.initialize (00:23:41.890) - MainThread (700):
Using liblouis version 3.10.0
INFO - braille.initialize (00:23:41.898) - MainThread (700):
Using pySerial version 3.4
INFO - braille.BrailleHandler.setDisplayByName (00:23:41.908) -
MainThread (700):
Loaded braille display driver noBraille, current display has 0
cells.
INFO -
brailleDisplayDrivers.freedomScientific.BrailleDisplayDriver.__init__
(00:23:41.924) - braille._BgThread (19768):
Found Focus 40 connected via custom
(\\?\usb#vid_0f4e&pid_0114#5&39b1ff6d&0&1#{a5dcbf10-6530-11d2-901f-00c04fb951ed})
INFO - braille.BrailleHandler.setDisplayByName (00:23:41.937) -
braille._BgThread (19768):
Loaded braille display driver freedomScientific, current display
has 40 cells.
INFO - core.main (00:23:42.296) - MainThread (700):
Java Access Bridge support initialized
INFO - _UIAHandler.UIAHandler.MTAThreadFunc (00:23:42.332) -
_UIAHandler.UIAHandler.MTAThread (19804):
UIAutomation: IUIAutomation6
DEBUGWARNING - inputCore.InputManager.loadLocaleGestureMap
(00:23:42.611) - MainThread (700):
No locale gesture map for language en
DEBUGWARNING - touchHandler.touchSupported (00:23:42.781) -
MainThread (700):
No touch devices found
DEBUGWARNING - Python warning (00:23:46.099) - MainThread (700):
C:\Users\GAB\AppData\Roaming\nvda\addons\Acapela TTS Voices for
NVDA - Engines\globalPlugins\menu.py:70: wxPyDeprecationWarning:
Call to deprecated item. Use Insert instead.
self.submenu_item = gui.mainFrame.sysTrayIcon.menu.InsertMenu(2,
wx.ID_ANY, 'Acapela TTS for NVDA', self.submenu)
INFO - core.main (00:23:46.103) - MainThread (700):
NVDA initialized
ERROR - speechDictHandler.SpeechDict.sub (00:23:46.225) -
MainThread (700):
Invalid dictionary entry 4 in
C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic:
"((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1
DEBUGWARNING - braille.ackTimeoutResetter (00:23:50.497) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - Python warning (00:37:46.108) - MainThread (700):
C:\Program Files (x86)\NVDA\library.zip\api.py:287:
DeprecationWarning: Yield() is deprecated
DEBUGWARNING - Python warning (00:37:48.253) - MainThread (700):
C:\Program Files (x86)\NVDA\library.zip\keyboardHandler.py:538:
DeprecationWarning: Yield() is deprecated
DEBUGWARNING - braille.ackTimeoutResetter (00:37:48.707) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:37:50.765) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:37:57.934) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:37:58.001) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING - watchdog._watcher (00:37:59.076) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 515, in run
File "queueHandler.pyc", line 83, in pumpAll
File "queueHandler.pyc", line 50, in flushQueue
File "eventHandler.pyc", line 62, in _queueEventCallback
File "eventHandler.pyc", line 150, in executeEvent
File "eventHandler.pyc", line 163, in doPreGainFocus
File "api.pyc", line 109, in setFocusObject
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 536, in _get_container
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 977, in
_get_parent
File "IAccessibleHandler.pyc", line 441, in accParent
File "comtypesMonkeyPatches.pyc", line 26, in __call__
File "comtypes\client\__init__.pyc", line 44, in wrap_outparam
File "comtypes\client\__init__.pyc", line 68, in
GetBestInterface
File "comtypes\__init__.pyc", line 1158, in QueryInterface
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - braille.ackTimeoutResetter (00:38:07.443) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs
(00:38:08.355) - MainThread (700):
IUIAutomationElement.buildUpdatedCache failed given IDs of {30019,
30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010,
30046, 30079}
DEBUGWARNING - eventHandler.executeEvent (00:38:08.370) -
MainThread (700):
error executing event: typedCharacter on
<NVDAObjects.Dynamic_UIItemListItemUIA object at 0x07F35110>
with extra args of {'ch': 'n'}
Traceback (most recent call last):
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in __init__
File "eventHandler.pyc", line 100, in next
File "NVDAObjects\__init__.pyc", line 1047, in
event_typedCharacter
File "speech\__init__.pyc", line 836, in speakTypedCharacters
File "api.pyc", line 264, in isTypingProtected
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 921, in _get_isProtected
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\UIA\__init__.pyc", line 1207, in _get_states
File "NVDAObjects\UIA\__init__.pyc", line 802, in
_getUIACacheablePropertyValue
File "comtypesMonkeyPatches.pyc", line 26, in __call__
_ctypes.COMError: (-2147220991, 'An event was unable to invoke any
of the subscribers', (None, None, None, 0, None))
DEBUGWARNING - braille.ackTimeoutResetter (00:38:09.497) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:38:10.839) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:38:41.567) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - watchdog._watcher (00:38:45.525) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 912, in pumpAll
File "IAccessibleHandler.pyc", line 635, in
processGenericWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in
getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 86, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 426, in
findOverlayClasses
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 834, in
_get_IAccessibleRole
File "comtypes\__init__.pyc", line 857, in __call__
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - braille.ackTimeoutResetter (00:38:51.864) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:38:52.358) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:38:52.854) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:38:53.353) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:38:53.854) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:38:54.353) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:38:54.858) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:38:59.885) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:01.369) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:05.975) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:06.962) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:07.962) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:08.963) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:09.929) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:10.419) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:11.419) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:12.420) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - watchdog._watcher (00:39:13.825) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 515, in run
File "queueHandler.pyc", line 83, in pumpAll
File "queueHandler.pyc", line 50, in flushQueue
File "eventHandler.pyc", line 62, in _queueEventCallback
File "eventHandler.pyc", line 150, in executeEvent
File "eventHandler.pyc", line 163, in doPreGainFocus
File "api.pyc", line 109, in setFocusObject
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 536, in _get_container
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 979, in
_get_parent
File "NVDAObjects\__init__.pyc", line 95, in __call__
File "appModules\taskmgr.pyc", line 31, in
chooseNVDAObjectOverlayClasses
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 777, in
_get_presentationType
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 761, in
_get_name
File "comtypes\__init__.pyc", line 857, in __call__
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - watchdog._watcher (00:39:32.595) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 912, in pumpAll
File "IAccessibleHandler.pyc", line 635, in
processGenericWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in
getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 95, in __call__
File "appModules\taskmgr.pyc", line 31, in
chooseNVDAObjectOverlayClasses
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 777, in
_get_presentationType
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 752, in
_get_name
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 979, in
_get_parent
File "NVDAObjects\__init__.pyc", line 79, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 613, in
__init__
File "IAccessibleHandler.pyc", line 932, in getIAccIdentity
File "comtypes\__init__.pyc", line 1158, in QueryInterface
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - NVDAObjects.IAccessible.IAccessible.__init__
(00:39:32.797) - MainThread (700):
Resorting to WindowFromPoint on accLocation
DEBUGWARNING - NVDAObjects.__call__ (00:39:32.850) - MainThread
(700):
Exception in chooseNVDAObjectOverlayClasses for <'taskmgr'
(appName 'taskmgr', process ID 4116) at address 7e8c6f0>
Traceback (most recent call last):
File "NVDAObjects\__init__.pyc", line 95, in __call__
File "appModules\taskmgr.pyc", line 31, in
chooseNVDAObjectOverlayClasses
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 777, in
_get_presentationType
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 752, in
_get_name
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 979, in
_get_parent
File "NVDAObjects\__init__.pyc", line 79, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 629, in
__init__
File "comtypesMonkeyPatches.pyc", line 34, in __call__
core.CallCancelled: COM call cancelled
DEBUGWARNING - watchdog._watcher (00:39:33.406) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 515, in run
File "queueHandler.pyc", line 83, in pumpAll
File "queueHandler.pyc", line 50, in flushQueue
File "eventHandler.pyc", line 62, in _queueEventCallback
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in __init__
File "eventHandler.pyc", line 100, in next
File "NVDAObjects\__init__.pyc", line 1047, in
event_typedCharacter
File "speech\__init__.pyc", line 836, in speakTypedCharacters
File "api.pyc", line 264, in isTypingProtected
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 921, in _get_isProtected
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\UIA\__init__.pyc", line 1200, in _get_states
File "NVDAObjects\UIA\__init__.pyc", line 823, in
_prefetchUIACacheForPropertyIDs
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - watchdog._watcher (00:39:40.010) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 515, in run
File "queueHandler.pyc", line 83, in pumpAll
File "queueHandler.pyc", line 47, in flushQueue
File "comtypesMonkeyPatches.pyc", line 101, in newCpbDel
File "comtypes\__init__.pyc", line 918, in __del__
File "comtypes\__init__.pyc", line 1172, in Release
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - watchdog._watcher (00:39:43.675) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 898, in pumpAll
File "IAccessibleHandler.pyc", line 672, in processFocusWinEvent
File "IAccessibleHandler.pyc", line 531, in winEventToNVDAEvent
File "_UIAHandler.pyc", line 556, in isUIAWindow
File "_UIAHandler.pyc", line 534, in _isUIAWindowHelper
DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs
(00:39:46.692) - MainThread (700):
IUIAutomationElement.buildUpdatedCache failed given IDs of {30019,
30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010,
30046, 30079}
DEBUGWARNING - eventHandler.executeEvent (00:39:46.703) -
MainThread (700):
error executing event: gainFocus on
<NVDAObjects.Dynamic_MultitaskingViewFrameListItemListItemUIA
object at 0x0AF6C810> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in __init__
File "eventHandler.pyc", line 100, in next
File
"C:\Users\GAB\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py",
line 426, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 100, in next
File
"C:\Users\GAB\AppData\Roaming\nvda\addons\easyTableNavigator\globalPlugins\easyTableNavigator.py",
line 83, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 100, in next
File "appModules\explorer.pyc", line 337, in event_gainFocus
File "eventHandler.pyc", line 100, in next
File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus
File "NVDAObjects\__init__.pyc", line 988, in reportFocus
File "speech\__init__.pyc", line 485, in speakObject
File "speech\__init__.pyc", line 318, in speakObjectProperties
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\UIA\__init__.pyc", line 1354, in
_get_rowNumber
File "NVDAObjects\UIA\__init__.pyc", line 802, in
_getUIACacheablePropertyValue
File "comtypesMonkeyPatches.pyc", line 26, in __call__
_ctypes.COMError: (-2147220991, 'An event was unable to invoke any
of the subscribers', (None, None, None, 0, None))
DEBUGWARNING - braille.ackTimeoutResetter (00:39:47.203) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:48.202) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:39:49.207) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - watchdog._watcher (00:39:49.426) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 515, in run
File "queueHandler.pyc", line 83, in pumpAll
File "queueHandler.pyc", line 50, in flushQueue
File "eventHandler.pyc", line 62, in _queueEventCallback
File "eventHandler.pyc", line 150, in executeEvent
File "eventHandler.pyc", line 165, in doPreGainFocus
File "NVDAObjects\__init__.pyc", line 313, in objectInForeground
File "NVDAObjects\__init__.pyc", line 225, in findBestAPIClass
File "NVDAObjects\__init__.pyc", line 220, in findBestAPIClass
File "NVDAObjects\window\__init__.pyc", line 104, in
getPossibleAPIClasses
File "_UIAHandler.pyc", line 556, in isUIAWindow
File "_UIAHandler.pyc", line 534, in _isUIAWindowHelper
DEBUGWARNING -
displayModel.DisplayModelTextInfo._get__storyFieldsAndRects
(00:39:52.912) - MainThread (700):
AppModule does not have a binding handle
DEBUGWARNING -
displayModel.DisplayModelTextInfo._get__storyFieldsAndRects
(00:39:52.916) - MainThread (700):
AppModule does not have a binding handle
DEBUGWARNING -
displayModel.DisplayModelTextInfo._get__storyFieldsAndRects
(00:39:52.917) - MainThread (700):
AppModule does not have a binding handle
DEBUGWARNING -
displayModel.DisplayModelTextInfo._get__storyFieldsAndRects
(00:39:52.923) - MainThread (700):
AppModule does not have a binding handle
DEBUGWARNING -
displayModel.DisplayModelTextInfo._get__storyFieldsAndRects
(00:39:52.923) - MainThread (700):
AppModule does not have a binding handle
DEBUGWARNING - braille.ackTimeoutResetter (00:39:53.325) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - watchdog._watcher (00:39:56.555) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 515, in run
File "queueHandler.pyc", line 83, in pumpAll
File "comtypesMonkeyPatches.pyc", line 101, in newCpbDel
File "comtypes\__init__.pyc", line 918, in __del__
File "comtypes\__init__.pyc", line 1172, in Release
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - braille.ackTimeoutResetter (00:41:55.964) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:41:56.464) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:41:56.963) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:41:57.689) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:42:18.671) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:42:19.421) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:42:43.972) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:42:48.151) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs
(00:42:55.175) - MainThread (700):
IUIAutomationElement.buildUpdatedCache failed given IDs of {30019,
30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010,
30046, 30079}
DEBUGWARNING - eventHandler.executeEvent (00:42:55.184) -
MainThread (700):
error executing event: gainFocus on
<NVDAObjects.Dynamic_MultitaskingViewFrameListItemListItemUIA
object at 0x0AF407D0> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in __init__
File "eventHandler.pyc", line 100, in next
File
"C:\Users\GAB\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py",
line 426, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 100, in next
File
"C:\Users\GAB\AppData\Roaming\nvda\addons\easyTableNavigator\globalPlugins\easyTableNavigator.py",
line 83, in event_gainFocus
nextHandler()
File "eventHandler.pyc", line 100, in next
File "appModules\explorer.pyc", line 337, in event_gainFocus
File "eventHandler.pyc", line 100, in next
File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus
File "NVDAObjects\__init__.pyc", line 988, in reportFocus
File "speech\__init__.pyc", line 485, in speakObject
File "speech\__init__.pyc", line 318, in speakObjectProperties
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\UIA\__init__.pyc", line 1354, in
_get_rowNumber
File "NVDAObjects\UIA\__init__.pyc", line 802, in
_getUIACacheablePropertyValue
File "comtypesMonkeyPatches.pyc", line 26, in __call__
_ctypes.COMError: (-2147220991, 'An event was unable to invoke any
of the subscribers', (None, None, None, 0, None))
DEBUGWARNING - RPC process 3336 (SearchUI.exe) (00:43:15.340) -
Dummy-4 (13784):
Thread 12084, build\x86_64\remote\ia2Support.cpp,
IA2Support_inProcess_initialize, 121:
disabling IA2 support
DEBUGWARNING - RPC process 12000 (StartMenuExperienceHost.exe)
(00:43:18.183) - Dummy-5 (5124):
Thread 11252, build\x86_64\remote\ia2Support.cpp,
IA2Support_inProcess_initialize, 121:
disabling IA2 support
DEBUGWARNING - braille.ackTimeoutResetter (00:43:19.542) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - watchdog._watcher (00:43:23.501) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 515, in run
File "queueHandler.pyc", line 83, in pumpAll
File "queueHandler.pyc", line 50, in flushQueue
File "eventHandler.pyc", line 62, in _queueEventCallback
File "eventHandler.pyc", line 150, in executeEvent
File "eventHandler.pyc", line 163, in doPreGainFocus
File "api.pyc", line 109, in setFocusObject
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 536, in _get_container
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 979, in
_get_parent
File "NVDAObjects\__init__.pyc", line 79, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 666, in
__init__
File "comtypes\__init__.pyc", line 1158, in QueryInterface
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - eventHandler.executeEvent (00:43:23.520) -
MainThread (700):
error executing event: gainFocus on
<NVDAObjects.IAccessible.IAccessible object at 0x07F35B10>
with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 150, in executeEvent
File "eventHandler.pyc", line 163, in doPreGainFocus
File "api.pyc", line 109, in setFocusObject
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 536, in _get_container
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 979, in
_get_parent
File "NVDAObjects\__init__.pyc", line 79, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 670, in
__init__
File "comtypes\__init__.pyc", line 1158, in QueryInterface
File "comtypesMonkeyPatches.pyc", line 34, in __call__
core.CallCancelled: COM call cancelled
DEBUGWARNING - watchdog._watcher (00:43:24.088) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 912, in pumpAll
File "IAccessibleHandler.pyc", line 635, in
processGenericWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in
getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 79, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 613, in
__init__
File "IAccessibleHandler.pyc", line 932, in getIAccIdentity
File "comtypes\__init__.pyc", line 1158, in QueryInterface
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - core.CorePump.run (00:43:24.147) - MainThread
(700):
errors in this core pump cycle
Traceback (most recent call last):
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 912, in pumpAll
File "IAccessibleHandler.pyc", line 641, in
processGenericWinEvent
File "NVDAObjects\__init__.pyc", line 338, in __eq__
File "NVDAObjects\IAccessible\__init__.pyc", line 740, in
_isEqual
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 954, in
_get_location
File "comtypesMonkeyPatches.pyc", line 34, in __call__
core.CallCancelled: COM call cancelled
DEBUGWARNING - braille.ackTimeoutResetter (00:43:25.861) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:43:28.366) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs
(00:43:46.247) - MainThread (700):
IUIAutomationElement.buildUpdatedCache failed given IDs of {30019,
30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010,
30046, 30079}
DEBUGWARNING - eventHandler.executeEvent (00:43:46.267) -
MainThread (700):
error executing event: typedCharacter on
<NVDAObjects.UIA.ListItem object at 0x0AF6CB90> with extra
args of {'ch': '\r'}
Traceback (most recent call last):
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in __init__
File "eventHandler.pyc", line 100, in next
File "NVDAObjects\__init__.pyc", line 1047, in
event_typedCharacter
File "speech\__init__.pyc", line 836, in speakTypedCharacters
File "api.pyc", line 264, in isTypingProtected
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 921, in _get_isProtected
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\UIA\__init__.pyc", line 1207, in _get_states
File "NVDAObjects\UIA\__init__.pyc", line 802, in
_getUIACacheablePropertyValue
File "comtypesMonkeyPatches.pyc", line 26, in __call__
_ctypes.COMError: (-2147220991, 'An event was unable to invoke any
of the subscribers', (None, None, None, 0, None))
DEBUGWARNING - braille.ackTimeoutResetter (00:43:48.819) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:43:49.797) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:43:50.817) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:43:51.440) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:43:52.551) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:43:55.140) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:43:58.357) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:44:30.296) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:06.087) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:19.743) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:24.005) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:25.239) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:26.231) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:27.229) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:28.228) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:29.228) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:30.271) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:31.260) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:32.260) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:33.259) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:34.259) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:35.261) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:36.260) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:37.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:38.259) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:39.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:40.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:41.260) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:42.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:43.261) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:44.259) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:45.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:46.260) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:47.261) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:48.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:49.260) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:50.260) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:51.260) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:52.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:53.261) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:54.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:55.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:56.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:57.263) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:58.261) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:45:59.260) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:00.261) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:01.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:03.262) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:07.309) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:08.311) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:09.307) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:10.305) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:11.308) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:12.308) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:13.512) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:14.134) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:19.012) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:23.524) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:24.510) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:25.511) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:26.509) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:27.513) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:28.509) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:29.510) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:30.511) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:31.513) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:33.792) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:34.794) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:35.792) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:36.802) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:37.801) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:38.792) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:39.795) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:40.795) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:41.792) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:42.793) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:43.793) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:44.801) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:45.792) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:46.791) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:47.802) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:48.793) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:46:49.793) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:10.416) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:11.415) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:12.417) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:13.415) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:14.416) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:15.414) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:17.414) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:18.416) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:19.415) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:20.415) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:26.525) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:27.525) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:28.525) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:30.004) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:34.497) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:35.495) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:36.495) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:37.495) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:38.497) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:39.496) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:40.496) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:41.496) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:42.495) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:43.494) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:46.509) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:47.495) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:48.494) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:49.497) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:47:52.012) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:05.012) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:06.011) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:07.013) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:08.009) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:09.010) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:10.010) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:11.009) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:13.949) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:14.950) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:15.948) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:16.947) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:17.947) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:18.950) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:19.950) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:20.949) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:21.950) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:22.946) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:30.440) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:30.938) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:31.431) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:31.932) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:32.432) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:32.933) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:33.431) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:33.930) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:34.433) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:34.932) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:35.435) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:35.933) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:36.433) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:36.934) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:37.431) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:37.930) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:38.431) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:38.932) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:39.431) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:39.930) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:40.431) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:40.931) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:41.432) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:41.932) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:42.431) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:42.931) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:43.430) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:43.932) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:44.446) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:44.934) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:45.432) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:45.932) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:46.432) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:46.931) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:47.445) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:47.931) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:48.433) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:48.932) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:57.091) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:58.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:49:59.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:00.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:01.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:02.087) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:03.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:04.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:05.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:06.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:07.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:08.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:09.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:10.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:11.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:12.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:13.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:14.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:15.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:16.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:17.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:18.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:19.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:20.087) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:21.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:22.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:23.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:24.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:25.091) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:26.091) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:27.091) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:28.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:29.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:30.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:31.091) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:32.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:33.087) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:34.087) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:35.087) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:36.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:37.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:38.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:39.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:40.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:41.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:42.091) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:43.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:44.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:45.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:46.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:47.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:48.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:49.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:50.088) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:51.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:52.091) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:53.091) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:54.089) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:50:55.090) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:13.917) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:17.242) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:20.246) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:21.248) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:22.249) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:23.247) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:24.247) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:25.245) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:26.254) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:27.250) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:28.243) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:29.248) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:30.246) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:31.249) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:32.245) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:51:33.249) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:52:22.372) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:53:57.673) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:54:14.629) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:39.715) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING - watchdog._watcher (00:54:51.571) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 915, in pumpAll
File "IAccessibleHandler.pyc", line 772, in
processForegroundWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 42, in
getNVDAObjectFromEvent
File "IAccessibleHandler.pyc", line 347, in
accessibleObjectFromEvent
File "oleacc.pyc", line 265, in AccessibleObjectFromEvent
DEBUGWARNING - core.CorePump.run (00:54:51.733) - MainThread
(700):
errors in this core pump cycle
Traceback (most recent call last):
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 915, in pumpAll
File "IAccessibleHandler.pyc", line 772, in
processForegroundWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in
getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 79, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 613, in
__init__
File "IAccessibleHandler.pyc", line 932, in getIAccIdentity
File "comtypes\__init__.pyc", line 1158, in QueryInterface
File "comtypesMonkeyPatches.pyc", line 34, in __call__
core.CallCancelled: COM call cancelled
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:55.473) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:55.544) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:55.571) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:56.046) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:56.090) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:56.277) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:56.322) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:56.469) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:56.763) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:56.770) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:56.776) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:57.504) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:54:57.634) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:55:00.147) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:55:00.292) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:55:00.301) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:55:00.310) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING - braille.ackTimeoutResetter (00:55:08.874) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:55:09.779) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING - watchdog._watcher (00:55:12.816) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 912, in pumpAll
File "IAccessibleHandler.pyc", line 635, in
processGenericWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 42, in
getNVDAObjectFromEvent
File "IAccessibleHandler.pyc", line 347, in
accessibleObjectFromEvent
File "oleacc.pyc", line 265, in AccessibleObjectFromEvent
DEBUGWARNING - core.CorePump.run (00:55:12.919) - MainThread
(700):
errors in this core pump cycle
Traceback (most recent call last):
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 912, in pumpAll
File "IAccessibleHandler.pyc", line 635, in
processGenericWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in
getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 79, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 613, in
__init__
File "IAccessibleHandler.pyc", line 932, in getIAccIdentity
File "comtypes\__init__.pyc", line 1158, in QueryInterface
File "comtypesMonkeyPatches.pyc", line 34, in __call__
core.CallCancelled: COM call cancelled
DEBUGWARNING - watchdog._watcher (00:55:13.459) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 915, in pumpAll
File "IAccessibleHandler.pyc", line 672, in processFocusWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in
getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 86, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 426, in
findOverlayClasses
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 827, in
_get_IAccessibleRole
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - core.CorePump.run (00:55:13.512) - MainThread
(700):
errors in this core pump cycle
Traceback (most recent call last):
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 915, in pumpAll
File "IAccessibleHandler.pyc", line 672, in processFocusWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in
getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 86, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 426, in
findOverlayClasses
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 827, in
_get_IAccessibleRole
File "comtypesMonkeyPatches.pyc", line 34, in __call__
core.CallCancelled: COM call cancelled
DEBUGWARNING - watchdog._watcher (00:55:14.018) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 912, in pumpAll
File "IAccessibleHandler.pyc", line 635, in
processGenericWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in
getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 69, in __call__
File "NVDAObjects\__init__.pyc", line 224, in findBestAPIClass
File "NVDAObjects\IAccessible\MSHTML.pyc", line 464, in
kwargsFromSuper
File "NVDAObjects\IAccessible\MSHTML.pyc", line 180, in
HTMLNodeFromIAccessible
File "comtypes\__init__.pyc", line 1191, in QueryService
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - core.CorePump.run (00:55:14.023) - MainThread
(700):
errors in this core pump cycle
Traceback (most recent call last):
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 912, in pumpAll
File "IAccessibleHandler.pyc", line 635, in
processGenericWinEvent
File "IAccessibleHandler.pyc", line 539, in winEventToNVDAEvent
File "NVDAObjects\IAccessible\__init__.pyc", line 48, in
getNVDAObjectFromEvent
File "NVDAObjects\__init__.pyc", line 79, in __call__
File "NVDAObjects\IAccessible\__init__.pyc", line 638, in
__init__
File "comtypesMonkeyPatches.pyc", line 34, in __call__
core.CallCancelled: COM call cancelled
DEBUGWARNING - braille.ackTimeoutResetter (00:55:14.510) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:25.079) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:28.703) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:29.770) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:32.560) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:46.430) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:48.705) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:49.765) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:51.025) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:55:52.842) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING - braille.ackTimeoutResetter (00:55:55.367) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:56.683) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:57.681) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:58.697) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:55:59.712) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - watchdog._watcher (00:56:07.413) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 515, in run
File "queueHandler.pyc", line 83, in pumpAll
File "queueHandler.pyc", line 50, in flushQueue
File "eventHandler.pyc", line 62, in _queueEventCallback
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in __init__
File "eventHandler.pyc", line 100, in next
File "NVDAObjects\__init__.pyc", line 1046, in
event_typedCharacter
File "NVDAObjects\__init__.pyc", line 1016, in
_reportErrorInPreviousWord
File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 342, in
getTextWithFields
File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 289, in
_getText
File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 173, in
_getEmbedding
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\mozilla.pyc", line 40, in
_get_parent
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\IAccessible\__init__.pyc", line 977, in
_get_parent
File "IAccessibleHandler.pyc", line 441, in accParent
File "comtypesMonkeyPatches.pyc", line 26, in __call__
File "comtypes\client\__init__.pyc", line 44, in wrap_outparam
File "comtypes\client\__init__.pyc", line 68, in
GetBestInterface
File "comtypes\__init__.pyc", line 1158, in QueryInterface
File "comtypesMonkeyPatches.pyc", line 26, in __call__
DEBUGWARNING - NVDAObjects.NVDAObject._reportErrorInPreviousWord
(00:56:07.477) - MainThread (700):
Error fetching last character of previous word
Traceback (most recent call last):
File "NVDAObjects\__init__.pyc", line 1016, in
_reportErrorInPreviousWord
File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 342, in
getTextWithFields
File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 289, in
_getText
File "NVDAObjects\IAccessible\ia2TextMozilla.pyc", line 180, in
_getEmbedding
File "comtypesMonkeyPatches.pyc", line 34, in __call__
core.CallCancelled: COM call cancelled
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:56:07.699) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:56:07.713) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IA2WindowHandle
(00:56:09.869) - MainThread (700):
IAccessible2::windowHandle failed: (-2147220995, 'Object is not
connected to server', (None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:56:10.125) - MainThread (700):
accRole failed: (-2147220995, 'Object is not connected to server',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IA2Attributes
(00:56:10.162) - MainThread (700):
IAccessibleObject.attributes COMError (-2147220995, 'Object is not
connected to server', (None, None, None, 0, None))
DEBUGWARNING - braille.ackTimeoutResetter (00:56:12.682) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:56:18.956) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:56:18.965) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:56:18.973) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:56:28.794) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(01:02:42.400) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING - watchdog._watcher (01:03:46.752) - watchdog
(16196):
Trying to recover from freeze, core stack:
File "nvda.pyw", line 215, in <module>
File "core.pyc", line 545, in main
File "wx\core.pyc", line 2134, in MainLoop
File "gui\__init__.pyc", line 1030, in Notify
File "core.pyc", line 514, in run
File "IAccessibleHandler.pyc", line 912, in pumpAll
File "IAccessibleHandler.pyc", line 635, in
processGenericWinEvent
File "IAccessibleHandler.pyc", line 531, in winEventToNVDAEvent
File "_UIAHandler.pyc", line 556, in isUIAWindow
File "_UIAHandler.pyc", line 534, in _isUIAWindowHelper
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(01:03:46.756) - MainThread (700):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING - NVDAObjects.UIA.UIA._prefetchUIACacheForPropertyIDs
(01:03:59.393) - MainThread (700):
IUIAutomationElement.buildUpdatedCache failed given IDs of {30019,
30086, 30022, 30025, 30036, 30070, 30103, 30008, 30009, 30010,
30046, 30079}
DEBUGWARNING - eventHandler.executeEvent (01:03:59.532) -
MainThread (700):
error executing event: typedCharacter on
<NVDAObjects.Dynamic_UIItemListItemUIA object at 0x02270450>
with extra args of {'ch': 'n'}
Traceback (most recent call last):
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in __init__
File "eventHandler.pyc", line 100, in next
File "NVDAObjects\__init__.pyc", line 1047, in
event_typedCharacter
File "speech\__init__.pyc", line 836, in speakTypedCharacters
File "api.pyc", line 264, in isTypingProtected
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\__init__.pyc", line 921, in _get_isProtected
File "baseObject.pyc", line 42, in __get__
File "baseObject.pyc", line 145, in _getPropertyViaCache
File "NVDAObjects\UIA\__init__.pyc", line 1207, in _get_states
File "NVDAObjects\UIA\__init__.pyc", line 802, in
_getUIACacheablePropertyValue
File "comtypesMonkeyPatches.pyc", line 26, in __call__
_ctypes.COMError: (-2147220991, 'An event was unable to invoke any
of the subscribers', (None, None, None, 0, None))
DEBUGWARNING - braille.ackTimeoutResetter (01:04:04.491) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (01:04:05.384) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (01:04:05.897) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (01:04:06.593) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (01:04:07.352) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (01:04:08.028) -
braille._BgThread (19768):
Waiting for freedomScientific ACK packet timed out
toggle quoted messageShow quoted text
On 3/30/2020 12:50 AM, Joseph Lee
wrote:
Hi,
The log file includes runtime information
on NVDA. At a minimum, the log may contain only version
information and nothing else (if log level is set to
“disabled”). By default, the log contains information on
modules loaded at startup and errors if any. If log level is
set to “input/output” or higher, it will record keyboard
commands, touch gestures, braille commands, and what NVDA is
saying. If set to “debug”, all sorts of debug messages from
various modules will be recorded.
Cheers,
Joseph
From: nvda@nvda.groups.io
<nvda@nvda.groups.io> On Behalf Of Jesse
Farquharson
Sent: Sunday, March 29, 2020 9:42 PM
To: nvda@nvda.groups.io
Subject: Re: [nvda] NVDA 2019.3.1 refuses to start
after most recent addon updates
What information do these logs contain and how frequently are
they wiped/overwritten? I'm having a bit of trouble reading it
with JAWS for some reason.
|
|
Hello, Yes, I am using the latest version of Acapela TTS. The addon was working fine until I updated whichever four I did yesterday. I will send the NVDA.log file shortly.
|
|
Hi, Are you using Acapela TTS version known to be compatible with 2019.3? If yes, I’m interested in looking at nvda.log, as there are add-ons you’ve got that are incompatible with 2019.3 and/or have manifest errors. Cheers, Joseph
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 9:56 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates NVDAOld.log Content INFO - __main__ (00:19:34.991) - MainThread (232): Starting NVDA version 2019.3.1 INFO - core.main (00:19:35.375) - MainThread (232): Config dir: C:\Users\GAB\AppData\Roaming\nvda INFO - config.ConfigManager._loadConfig (00:19:35.375) - MainThread (232): Loading config: C:\Users\GAB\AppData\Roaming\nvda\nvda.ini INFO - core.main (00:19:35.621) - MainThread (232): Using Windows version 10.0.18362 workstation INFO - core.main (00:19:35.622) - MainThread (232): Using Python version 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 14 2019, 23:09:19) [MSC v.1916 32 bit (Intel)] INFO - core.main (00:19:35.622) - MainThread (232): Using comtypes version 1.1.7 INFO - core.main (00:19:35.622) - MainThread (232): Using configobj version 5.1.0 with validate version 1.0.1 DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.696) - MainThread (232): Add-on balloonHistory is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.703) - MainThread (232): Add-on boo is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.705) - MainThread (232): Add-on BTSync is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.712) - MainThread (232): Add-on DECTalk is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.721) - MainThread (232): Add-on Eloquence is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.726) - MainThread (232): Add-on festivalTts is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.733) - MainThread (232): Add-on ImageDescriber is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.738) - MainThread (232): Add-on nvSpeechPlayer is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.743) - MainThread (232): Add-on pico is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.745) - MainThread (232): Add-on protalker is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.754) - MainThread (232): Add-on screenCurtain is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.757) - MainThread (232): Add-on Skype7 is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.760) - MainThread (232): Add-on smpsoft is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.763) - MainThread (232): Add-on Softvoice is considered incompatible WARNING - addonHandler._report_manifest_errors (00:19:35.766) - MainThread (232): Error loading manifest: {'name': True, 'summary': True, 'description': VdtTypeError('the value "[\'This add-on allows you to review the 100 most recent strings spoken by NVDA\', \'by default using Shift+F11 and Shift+F12. Additionally\', \'you can copy any spoken item to the clipboard by pressing F12.\']" is of the wrong type.'), 'author': VdtTypeError('the value "[\'Tyler Spivey\', \'James Scholes\']" is of the wrong type.'), 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (00:19:35.767) - MainThread (232): Error loading Addon from path: C:\Users\GAB\AppData\Roaming\nvda\addons\speechHistory Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. WARNING - addonHandler._report_manifest_errors (00:19:35.771) - MainThread (232): Error loading manifest: {'name': True, 'summary': True, 'description': VdtTypeError('the value "[\'If you press NVDA+s\', \'speech mode beeps is omited\', \'just like in jfw.\']" is of the wrong type.'), 'author': True, 'version': True, 'minimumNVDAVersion': True, 'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True} ERROR - addonHandler._getAvailableAddonsFromPath (00:19:35.771) - MainThread (232): Error loading Addon from path: C:\Users\GAB\AppData\Roaming\nvda\addons\speech_beep_omiter Traceback (most recent call last): File "addonHandler\__init__.pyc", line 195, in _getAvailableAddonsFromPath File "addonHandler\__init__.pyc", line 297, in __init__ addonHandler.AddonError: Manifest file has errors. DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.785) - MainThread (232): Add-on TeamTalk is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.788) - MainThread (232): Add-on textInformation is considered incompatible DEBUGWARNING - addonHandler._getAvailableAddonsFromPath (00:19:35.792) - MainThread (232): Add-on VAC is considered incompatible DEBUGWARNING - touchHandler.touchSupported (00:19:36.112) - MainThread (232): No touch devices found INFO - synthDriverHandler.setSynth (00:19:37.912) - MainThread (232): Loaded synthDriver AcaTTS DEBUGWARNING - core.main (00:19:37.912) - MainThread (232): Slow starting core (6.97 sec) ERROR - speechDictHandler.SpeechDict.sub (00:19:37.913) - MainThread (232): Invalid dictionary entry 3 in C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic: "((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1 ERROR - speechDictHandler.SpeechDict.sub (00:19:37.913) - MainThread (232): Invalid dictionary entry 5 in C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic: "((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1 INFO - core.main (00:19:38.319) - MainThread (232): Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six version 1.12.0 INFO - brailleInput.initialize (00:19:38.325) - MainThread (232): Braille input initialized INFO - braille.initialize (00:19:38.330) - MainThread (232): Using liblouis version 3.10.0 INFO - braille.initialize (00:19:38.337) - MainThread (232): Using pySerial version 3.4 INFO - braille.BrailleHandler.setDisplayByName (00:19:38.348) - MainThread (232): Loaded braille display driver noBraille, current display has 0 cells. INFO - brailleDisplayDrivers.freedomScientific.BrailleDisplayDriver.__init__ (00:19:38.365) - braille._BgThread (15572): Found Focus 40 connected via custom (\\?\usb#vid_0f4e&pid_0114#5&39b1ff6d&0&1#{a5dcbf10-6530-11d2-901f-00c04fb951ed}) INFO - braille.BrailleHandler.setDisplayByName (00:19:38.378) - braille._BgThread (15572): Loaded braille display driver freedomScientific, current display has 40 cells. INFO - core.main (00:19:38.782) - MainThread (232): Java Access Bridge support initialized INFO - _UIAHandler.UIAHandler.MTAThreadFunc (00:19:38.817) - _UIAHandler.UIAHandler.MTAThread (21208): UIAutomation: IUIAutomation6 DEBUGWARNING - inputCore.InputManager.loadLocaleGestureMap (00:19:39.086) - MainThread (232): No locale gesture map for language en DEBUGWARNING - touchHandler.touchSupported (00:19:39.209) - MainThread (232): No touch devices found DEBUGWARNING - Python warning (00:19:42.651) - MainThread (232): C:\Users\GAB\AppData\Roaming\nvda\addons\Acapela TTS Voices for NVDA - Engines\globalPlugins\menu.py:70: wxPyDeprecationWarning: Call to deprecated item. Use Insert instead. self.submenu_item = gui.mainFrame.sysTrayIcon.menu.InsertMenu(2, wx.ID_ANY, 'Acapela TTS for NVDA', self.submenu) INFO - core.main (00:19:42.656) - MainThread (232): NVDA initialized ERROR - speechDictHandler.SpeechDict.sub (00:19:42.781) - MainThread (232): Invalid dictionary entry 4 in C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic: "((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1 DEBUGWARNING - braille.ackTimeoutResetter (00:19:47.042) - braille._BgThread (15572): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - Python warning (00:22:23.687) - MainThread (232): C:\Program Files (x86)\NVDA\library.zip\api.py:287: DeprecationWarning: Yield() is deprecated DEBUGWARNING - Python warning (00:22:30.721) - MainThread (232): C:\Program Files (x86)\NVDA\library.zip\keyboardHandler.py:538: DeprecationWarning: Yield() is deprecated DEBUGWARNING - braille.ackTimeoutResetter (00:22:31.665) - braille._BgThread (15572): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:22:33.305) - braille._BgThread (15572): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:22:36.744) - braille._BgThread (15572): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:22:37.102) - MainThread (232): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - braille.ackTimeoutResetter (00:22:59.399) - braille._BgThread (15572): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:23:00.392) - braille._BgThread (15572): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:23:01.894) - braille._BgThread (15572): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:23:03.161) - braille._BgThread (15572): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - braille.ackTimeoutResetter (00:23:04.114) - braille._BgThread (15572): Waiting for freedomScientific ACK packet timed out DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:23:04.254) - MainThread (232): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) DEBUGWARNING - NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole (00:23:04.277) - MainThread (232): accRole failed: (-2147024809, 'The parameter is incorrect.', (None, None, None, 0, None)) INFO - core.main (00:23:04.871) - MainThread (232): Exiting INFO - config.ConfigManager.save (00:23:04.912) - MainThread (232): Base configuration saved INFO - __main__ (00:23:06.653) - MainThread (232): NVDA exit On 3/30/2020 12:50 AM, Joseph Lee wrote: Hi, The log file includes runtime information on NVDA. At a minimum, the log may contain only version information and nothing else (if log level is set to “disabled”). By default, the log contains information on modules loaded at startup and errors if any. If log level is set to “input/output” or higher, it will record keyboard commands, touch gestures, braille commands, and what NVDA is saying. If set to “debug”, all sorts of debug messages from various modules will be recorded. Cheers, Joseph From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 9:42 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates What information do these logs contain and how frequently are they wiped/overwritten? I'm having a bit of trouble reading it with JAWS for some reason.
|
|
NVDAOld.log Content
INFO - __main__ (00:19:34.991) - MainThread (232):
Starting NVDA version 2019.3.1
INFO - core.main (00:19:35.375) - MainThread (232):
Config dir: C:\Users\GAB\AppData\Roaming\nvda
INFO - config.ConfigManager._loadConfig (00:19:35.375) -
MainThread (232):
Loading config: C:\Users\GAB\AppData\Roaming\nvda\nvda.ini
INFO - core.main (00:19:35.621) - MainThread (232):
Using Windows version 10.0.18362 workstation
INFO - core.main (00:19:35.622) - MainThread (232):
Using Python version 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 14 2019,
23:09:19) [MSC v.1916 32 bit (Intel)]
INFO - core.main (00:19:35.622) - MainThread (232):
Using comtypes version 1.1.7
INFO - core.main (00:19:35.622) - MainThread (232):
Using configobj version 5.1.0 with validate version 1.0.1
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.696) - MainThread (232):
Add-on balloonHistory is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.703) - MainThread (232):
Add-on boo is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.705) - MainThread (232):
Add-on BTSync is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.712) - MainThread (232):
Add-on DECTalk is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.721) - MainThread (232):
Add-on Eloquence is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.726) - MainThread (232):
Add-on festivalTts is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.733) - MainThread (232):
Add-on ImageDescriber is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.738) - MainThread (232):
Add-on nvSpeechPlayer is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.743) - MainThread (232):
Add-on pico is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.745) - MainThread (232):
Add-on protalker is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.754) - MainThread (232):
Add-on screenCurtain is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.757) - MainThread (232):
Add-on Skype7 is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.760) - MainThread (232):
Add-on smpsoft is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.763) - MainThread (232):
Add-on Softvoice is considered incompatible
WARNING - addonHandler._report_manifest_errors (00:19:35.766) -
MainThread (232):
Error loading manifest:
{'name': True, 'summary': True, 'description': VdtTypeError('the
value "[\'This add-on allows you to review the 100 most recent
strings spoken by NVDA\', \'by default using Shift+F11 and
Shift+F12. Additionally\', \'you can copy any spoken item to the
clipboard by pressing F12.\']" is of the wrong type.'), 'author':
VdtTypeError('the value "[\'Tyler Spivey\', \'James Scholes\']" is
of the wrong type.'), 'version': True, 'minimumNVDAVersion': True,
'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True}
ERROR - addonHandler._getAvailableAddonsFromPath (00:19:35.767) -
MainThread (232):
Error loading Addon from path:
C:\Users\GAB\AppData\Roaming\nvda\addons\speechHistory
Traceback (most recent call last):
File "addonHandler\__init__.pyc", line 195, in
_getAvailableAddonsFromPath
File "addonHandler\__init__.pyc", line 297, in __init__
addonHandler.AddonError: Manifest file has errors.
WARNING - addonHandler._report_manifest_errors (00:19:35.771) -
MainThread (232):
Error loading manifest:
{'name': True, 'summary': True, 'description': VdtTypeError('the
value "[\'If you press NVDA+s\', \'speech mode beeps is omited\',
\'just like in jfw.\']" is of the wrong type.'), 'author': True,
'version': True, 'minimumNVDAVersion': True,
'lastTestedNVDAVersion': True, 'url': True, 'docFileName': True}
ERROR - addonHandler._getAvailableAddonsFromPath (00:19:35.771) -
MainThread (232):
Error loading Addon from path:
C:\Users\GAB\AppData\Roaming\nvda\addons\speech_beep_omiter
Traceback (most recent call last):
File "addonHandler\__init__.pyc", line 195, in
_getAvailableAddonsFromPath
File "addonHandler\__init__.pyc", line 297, in __init__
addonHandler.AddonError: Manifest file has errors.
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.785) - MainThread (232):
Add-on TeamTalk is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.788) - MainThread (232):
Add-on textInformation is considered incompatible
DEBUGWARNING - addonHandler._getAvailableAddonsFromPath
(00:19:35.792) - MainThread (232):
Add-on VAC is considered incompatible
DEBUGWARNING - touchHandler.touchSupported (00:19:36.112) -
MainThread (232):
No touch devices found
INFO - synthDriverHandler.setSynth (00:19:37.912) - MainThread
(232):
Loaded synthDriver AcaTTS
DEBUGWARNING - core.main (00:19:37.912) - MainThread (232):
Slow starting core (6.97 sec)
ERROR - speechDictHandler.SpeechDict.sub (00:19:37.913) -
MainThread (232):
Invalid dictionary entry 3 in
C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic:
"((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1
ERROR - speechDictHandler.SpeechDict.sub (00:19:37.913) -
MainThread (232):
Invalid dictionary entry 5 in
C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic:
"((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1
INFO - core.main (00:19:38.319) - MainThread (232):
Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six
version 1.12.0
INFO - brailleInput.initialize (00:19:38.325) - MainThread (232):
Braille input initialized
INFO - braille.initialize (00:19:38.330) - MainThread (232):
Using liblouis version 3.10.0
INFO - braille.initialize (00:19:38.337) - MainThread (232):
Using pySerial version 3.4
INFO - braille.BrailleHandler.setDisplayByName (00:19:38.348) -
MainThread (232):
Loaded braille display driver noBraille, current display has 0
cells.
INFO -
brailleDisplayDrivers.freedomScientific.BrailleDisplayDriver.__init__
(00:19:38.365) - braille._BgThread (15572):
Found Focus 40 connected via custom
(\\?\usb#vid_0f4e&pid_0114#5&39b1ff6d&0&1#{a5dcbf10-6530-11d2-901f-00c04fb951ed})
INFO - braille.BrailleHandler.setDisplayByName (00:19:38.378) -
braille._BgThread (15572):
Loaded braille display driver freedomScientific, current display
has 40 cells.
INFO - core.main (00:19:38.782) - MainThread (232):
Java Access Bridge support initialized
INFO - _UIAHandler.UIAHandler.MTAThreadFunc (00:19:38.817) -
_UIAHandler.UIAHandler.MTAThread (21208):
UIAutomation: IUIAutomation6
DEBUGWARNING - inputCore.InputManager.loadLocaleGestureMap
(00:19:39.086) - MainThread (232):
No locale gesture map for language en
DEBUGWARNING - touchHandler.touchSupported (00:19:39.209) -
MainThread (232):
No touch devices found
DEBUGWARNING - Python warning (00:19:42.651) - MainThread (232):
C:\Users\GAB\AppData\Roaming\nvda\addons\Acapela TTS Voices for
NVDA - Engines\globalPlugins\menu.py:70: wxPyDeprecationWarning:
Call to deprecated item. Use Insert instead.
self.submenu_item = gui.mainFrame.sysTrayIcon.menu.InsertMenu(2,
wx.ID_ANY, 'Acapela TTS for NVDA', self.submenu)
INFO - core.main (00:19:42.656) - MainThread (232):
NVDA initialized
ERROR - speechDictHandler.SpeechDict.sub (00:19:42.781) -
MainThread (232):
Invalid dictionary entry 4 in
C:\Users\GAB\AppData\Roaming\nvda\speechDicts\default.dic:
"((?:(?=\D)\w)+)(\d+)", invalid group reference 1 at position 1
DEBUGWARNING - braille.ackTimeoutResetter (00:19:47.042) -
braille._BgThread (15572):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - Python warning (00:22:23.687) - MainThread (232):
C:\Program Files (x86)\NVDA\library.zip\api.py:287:
DeprecationWarning: Yield() is deprecated
DEBUGWARNING - Python warning (00:22:30.721) - MainThread (232):
C:\Program Files (x86)\NVDA\library.zip\keyboardHandler.py:538:
DeprecationWarning: Yield() is deprecated
DEBUGWARNING - braille.ackTimeoutResetter (00:22:31.665) -
braille._BgThread (15572):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:22:33.305) -
braille._BgThread (15572):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:22:36.744) -
braille._BgThread (15572):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:22:37.102) - MainThread (232):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING - braille.ackTimeoutResetter (00:22:59.399) -
braille._BgThread (15572):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:23:00.392) -
braille._BgThread (15572):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:23:01.894) -
braille._BgThread (15572):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:23:03.161) -
braille._BgThread (15572):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING - braille.ackTimeoutResetter (00:23:04.114) -
braille._BgThread (15572):
Waiting for freedomScientific ACK packet timed out
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:23:04.254) - MainThread (232):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
DEBUGWARNING -
NVDAObjects.IAccessible.IAccessible._get_IAccessibleRole
(00:23:04.277) - MainThread (232):
accRole failed: (-2147024809, 'The parameter is incorrect.',
(None, None, None, 0, None))
INFO - core.main (00:23:04.871) - MainThread (232):
Exiting
INFO - config.ConfigManager.save (00:23:04.912) - MainThread
(232):
Base configuration saved
INFO - __main__ (00:23:06.653) - MainThread (232):
NVDA exit
toggle quoted messageShow quoted text
On 3/30/2020 12:50 AM, Joseph Lee
wrote:
Hi,
The log file includes runtime information
on NVDA. At a minimum, the log may contain only version
information and nothing else (if log level is set to
“disabled”). By default, the log contains information on
modules loaded at startup and errors if any. If log level is
set to “input/output” or higher, it will record keyboard
commands, touch gestures, braille commands, and what NVDA is
saying. If set to “debug”, all sorts of debug messages from
various modules will be recorded.
Cheers,
Joseph
From: nvda@nvda.groups.io
<nvda@nvda.groups.io> On Behalf Of Jesse
Farquharson
Sent: Sunday, March 29, 2020 9:42 PM
To: nvda@nvda.groups.io
Subject: Re: [nvda] NVDA 2019.3.1 refuses to start
after most recent addon updates
What information do these logs contain and how frequently are
they wiped/overwritten? I'm having a bit of trouble reading it
with JAWS for some reason.
|
|
Hi, The log file includes runtime information on NVDA. At a minimum, the log may contain only version information and nothing else (if log level is set to “disabled”). By default, the log contains information on modules loaded at startup and errors if any. If log level is set to “input/output” or higher, it will record keyboard commands, touch gestures, braille commands, and what NVDA is saying. If set to “debug”, all sorts of debug messages from various modules will be recorded. Cheers, Joseph
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 9:42 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates What information do these logs contain and how frequently are they wiped/overwritten? I'm having a bit of trouble reading it with JAWS for some reason.
|
|
What information do these logs contain and how frequently are they wiped/overwritten? I'm having a bit of trouble reading it with JAWS for some reason.
|
|
Hi, Hmmm, in this case, try: - Open Start, then type “%temp%” (without quotes) to open temp folder.
- From temp folder, locate two ffiles: nvda-old.log and nvda.log.
- Open nvda-old.log, copy everything, and paste it as a reply to this email.
- Repeat step 3, this time with nvda.log.
If you know that these logs may contain sensitive information, zip those files up and send it to two email addresses: my email address and NV Access address (info@...). I and NV Access people will let you know what we can come up with based on log contents. Cheers, Joseph
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 9:33 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates Joseph, I attempted to restart my computer previously. No such luck. NVDA works on the logon screen. I had it set some time ago to use my current configuration which, needless to say, is no longer current. However, as soon as I enter my password and log in... nothing happens. NVDA will not start with alt control N, but JAWS seems to just fine.
|
|
Joseph, I attempted to restart my computer previously. No such luck. NVDA works on the logon screen. I had it set some time ago to use my current configuration which, needless to say, is no longer current. However, as soon as I enter my password and log in... nothing happens. NVDA will not start with alt control N, but JAWS seems to just fine.
|
|
Hi, I see. Can you try restarting your computer if possible and see if it helps somewhat? Cheers, Joseph
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 9:29 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates Joseph, I tried doing what you suggested, copied and pasted exactly minus the quotes. Unfortunately, nothing happened.
|
|
Joseph, I tried doing what you suggested, copied and pasted exactly minus the quotes. Unfortunately, nothing happened.
|
|
Hi, If it is an installed copy, open Run dialog (Windows+R) and type “nvda –disable-addons” (without quotes) and see if it starts. If it does, chances are that it might be an add-on that’s somehow not working, and if it happens to be mine, I’ll take a look and come up with something. Cheers, Joseph
toggle quoted messageShow quoted text
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jesse Farquharson Sent: Sunday, March 29, 2020 8:52 PM To: nvda@nvda.groups.io Subject: [nvda] NVDA 2019.3.1 refuses to start after most recent addon updates Hello. So I updated a couple addons yesterday, resource monitor being the only one I can remember. Immediately after doing so, my NVDA has failed entirely. It will not speak. It will not make the startup sound. I don't know if it's turned on at all. Can anyone help?
|
|
Hello. So I updated a couple addons yesterday, resource monitor being the only one I can remember. Immediately after doing so, my NVDA has failed entirely. It will not speak. It will not make the startup sound. I don't know if it's turned on at all. Can anyone help?
|
|