Skip to content

Instantly share code, notes, and snippets.

@SeanTolstoyevski
Created April 10, 2020 19:00
Show Gist options
  • Save SeanTolstoyevski/86c49309cc2a9516a5a3e364c2c0f076 to your computer and use it in GitHub Desktop.
Save SeanTolstoyevski/86c49309cc2a9516a5a3e364c2c0f076 to your computer and use it in GitHub Desktop.
DEBUG - __main__ (11:50:05.093) - MainThread (4016):
Provided arguments: ['--debug-logging']
INFO - __main__ (11:50:05.093) - MainThread (4016):
Starting NVDA version source-master-e8cde2c
DEBUG - __main__ (11:50:05.093) - MainThread (4016):
Debug level logging enabled
DEBUG - core.main (11:50:05.249) - MainThread (4016):
Core starting
INFO - core.main (11:50:05.249) - MainThread (4016):
Config dir: C:\projects\nvda\source\userConfig
DEBUG - core.main (11:50:05.249) - MainThread (4016):
loading config
INFO - config.ConfigManager._loadConfig (11:50:05.249) - MainThread (4016):
Loading config: .\userConfig\nvda.ini
DEBUG - config.profileUpgrader.upgrade (11:50:05.249) - MainThread (4016):
Current config schema version: 4, latest: 4
DEBUG - fileUtils.FaultTolerantFile (11:50:05.264) - MainThread (4016):
C:\projects\nvda\source\userConfig\nvda.inis4ahsawb.tmp
INFO - config.ConfigManager._loadConfig (11:50:05.264) - MainThread (4016):
Config loaded (after upgrade, and in the state it will be used by NVDA):
{'schemaVersion': '4', 'update': {}, 'general': {'showWelcomeDialogAtStartup': 'False', 'language': 'Windows', 'saveConfigurationOnExit': 'True', 'askToExit': 'True', 'playStartAndExitSounds': 'True', 'loggingLevel': 'INFO'}, 'upgrade': {}, 'development': {'enableScratchpadDir': 'False'}, 'speech': {'espeak': {'voice': 'en', 'variant': 'max', 'rate': '30', 'pitch': '40', 'inflection': '75', 'volume': '100'}}, 'braille': {'noBraille': {}}, 'vision': {'NVDAHighlighter': {'highlightFocus': 'False', 'highlightNavigator': 'False', 'highlightBrowseMode': 'False'}, 'screenCurtain': {}}, 'keyboard': {'useCapsLockAsNVDAModifierKey': 'True'}, 'debugLog': {'timeSinceInput': 'True'}}
DEBUG - core.main (11:50:05.389) - MainThread (4016):
setting language to Windows
INFO - core.main (11:50:05.389) - MainThread (4016):
Using Windows version 10.0.18358 workstation
INFO - core.main (11:50:05.389) - MainThread (4016):
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 (11:50:05.389) - MainThread (4016):
Using comtypes version 1.1.7
INFO - core.main (11:50:05.389) - MainThread (4016):
Using configobj version 5.1.0 with validate version 1.0.1
DEBUG - core.main (11:50:05.405) - MainThread (4016):
Initializing add-ons system
DEBUG - addonHandler._getAvailableAddonsFromPath (11:50:05.405) - MainThread (4016):
Listing add-ons from C:\projects\nvda\source\userConfig\addons
DEBUGWARNING - touchHandler.touchSupported (11:50:05.500) - MainThread (4016):
Touch only supported on installed copies
DEBUG - core.main (11:50:05.629) - MainThread (4016):
Initializing appModule Handler
DEBUG - core.main (11:50:05.629) - MainThread (4016):
Initializing NVDAHelper
DEBUG - core.main (11:50:05.669) - MainThread (4016):
Initializing tones
DEBUG - core.main (11:50:05.679) - MainThread (4016):
Speech Dictionary processing
DEBUG - speechDictHandler.SpeechDict.load (11:50:05.679) - MainThread (4016):
Loading speech dictionary '.\userConfig\speechDicts\default.dic'...
DEBUG - speechDictHandler.SpeechDict.load (11:50:05.679) - MainThread (4016):
file '.\userConfig\speechDicts\default.dic' not found.
DEBUG - speechDictHandler.SpeechDict.load (11:50:05.679) - MainThread (4016):
Loading speech dictionary 'builtin.dic'...
DEBUG - speechDictHandler.SpeechDict.load (11:50:05.679) - MainThread (4016):
3 loaded records.
DEBUG - core.main (11:50:05.679) - MainThread (4016):
Initializing speech
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:50:05.689) - MainThread (4016):
registering pre_configSave action: <class 'synthDrivers.oneCore.SynthDriver'>
ERROR - synthDriverHandler.setSynth (11:50:05.694) - MainThread (4016):
setSynth
Traceback (most recent call last):
File "synthDriverHandler.py", line 103, in setSynth
_curSynth=getSynthInstance(name)
File "synthDriverHandler.py", line 76, in getSynthInstance
newSynth = _getSynthDriver(name)()
File "synthDrivers\oneCore.py", line 157, in __init__
self._handle = self._dll.ocSpeech_initialize()
OSError: [WinError -529697949] Windows Error 0xe06d7363
INFO - synthDrivers.espeak.SynthDriver.__init__ (11:50:05.749) - MainThread (4016):
Using eSpeak NG version b'1.49.3 dev'
DEBUG - speechDictHandler.SpeechDict.load (11:50:05.809) - MainThread (4016):
Loading speech dictionary '.\userConfig\speechDicts\voiceDicts.v1\espeak\espeak-English (Great Britain).dic'...
DEBUG - speechDictHandler.SpeechDict.load (11:50:05.809) - MainThread (4016):
file '.\userConfig\speechDicts\voiceDicts.v1\espeak\espeak-English (Great Britain).dic' not found.
DEBUG - synthDriverHandler.SynthDriver.loadSettings (11:50:05.809) - MainThread (4016):
Loaded settings for SynthDriver espeak
INFO - synthDriverHandler.setSynth (11:50:05.809) - MainThread (4016):
Loaded synthDriver espeak
INFO - core.main (11:50:05.814) - MainThread (4016):
Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5 with six version 1.12.0
DEBUG - core.main (11:50:05.814) - MainThread (4016):
Initializing braille input
INFO - brailleInput.initialize (11:50:05.814) - MainThread (4016):
Braille input initialized
DEBUG - core.main (11:50:05.814) - MainThread (4016):
Initializing braille
INFO - braille.initialize (11:50:05.814) - MainThread (4016):
Using liblouis version 3.13.0
INFO - braille.initialize (11:50:05.820) - MainThread (4016):
Using pySerial version 3.4
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:50:05.820) - MainThread (4016):
registering pre_configSave action: <class 'brailleDisplayDrivers.noBraille.BrailleDisplayDriver'>
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:50:05.820) - MainThread (4016):
loading braille noBraille
INFO - braille.BrailleHandler.setDisplayByName (11:50:05.820) - MainThread (4016):
Loaded braille display driver noBraille, current display has 0 cells.
DEBUG - core.main (11:50:05.820) - MainThread (4016):
Initializing vision
DEBUG - core.main (11:50:05.820) - MainThread (4016):
Initializing displayModel
DEBUG - core.main (11:50:05.820) - MainThread (4016):
Initializing GUI
DEBUG - windowUtils._rawWindowProc (11:50:05.849) - MainThread (4016):
CustomWindow rawWindowProc called for unknown window 2295618
DEBUG - windowUtils._rawWindowProc (11:50:05.849) - MainThread (4016):
CustomWindow rawWindowProc called for unknown window 2295618
DEBUG - windowUtils._rawWindowProc (11:50:05.849) - MainThread (4016):
CustomWindow rawWindowProc called for unknown window 2295618
DEBUG - windowUtils._rawWindowProc (11:50:05.849) - MainThread (4016):
CustomWindow rawWindowProc called for unknown window 2295618
DEBUG - core.main (11:50:05.859) - MainThread (4016):
initializing Java Access Bridge support
INFO - core.main (11:50:05.990) - MainThread (4016):
Java Access Bridge support initialized
DEBUG - core.main (11:50:05.990) - MainThread (4016):
Initializing legacy winConsole support
DEBUG - core.main (11:50:05.990) - MainThread (4016):
Initializing UIA support
INFO - _UIAHandler.UIAHandler.MTAThreadFunc (11:50:06.004) - _UIAHandler.UIAHandler.MTAThread (7564):
UIAutomation: IUIAutomation6
DEBUG - core.main (11:50:06.110) - MainThread (4016):
Initializing IAccessible support
DEBUG - core.main (11:50:06.114) - MainThread (4016):
Initializing input core
DEBUGWARNING - inputCore.InputManager.loadLocaleGestureMap (11:50:06.114) - MainThread (4016):
No locale gesture map for language en
DEBUGWARNING - inputCore.InputManager.loadUserGestureMap (11:50:06.114) - MainThread (4016):
No user gesture map
DEBUG - core.main (11:50:06.114) - MainThread (4016):
Initializing keyboard handler
DEBUG - core.main (11:50:06.114) - MainThread (4016):
initializing mouse handler
DEBUG - core.main (11:50:06.154) - MainThread (4016):
Initializing touchHandler
DEBUGWARNING - touchHandler.touchSupported (11:50:06.154) - MainThread (4016):
Touch only supported on installed copies
DEBUG - core.main (11:50:06.154) - MainThread (4016):
Initializing global plugin handler
DEBUG - core.main (11:50:06.154) - MainThread (4016):
Initializing core pump
DEBUG - core.main (11:50:06.154) - MainThread (4016):
Initializing watchdog
DEBUG - core.main (11:50:06.159) - MainThread (4016):
Update checking not supported
INFO - core.main (11:50:06.159) - MainThread (4016):
NVDA initialized
DEBUG - core.main (11:50:06.159) - MainThread (4016):
entering wx application main loop
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:50:06.174) - MainThread (4016):
registering pre_configSave action: <class 'visionEnhancementProviders.NVDAHighlighter.NVDAHighlighterSettings'>
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:50:06.184) - MainThread (4016):
loading vision NVDAHighlighter
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:50:06.184) - MainThread (4016):
Loaded settings for NVDAHighlighterSettings
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._registerConfigSaveAction (11:50:06.184) - MainThread (4016):
registering pre_configSave action: <class 'visionEnhancementProviders.screenCurtain.ScreenCurtainSettings'>
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:50:06.195) - MainThread (4016):
loading vision screenCurtain
DEBUG - autoSettingsUtils.autoSettings.AutoSettings._loadSpecificSettings (11:50:06.195) - MainThread (4016):
Loaded settings for ScreenCurtainSettings
IO - speech.speak (11:50:06.220) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'Desktop', 'list']
DEBUGWARNING - characterProcessing._getSpeechSymbolsForLocale (11:50:06.220) - MainThread (4016):
No CLDR data for locale en_GB
IO - speech.speak (11:50:06.359) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'Recycle Bin', '3 of 31']
IO - inputCore.InputManager.executeGesture (11:50:09.603) - winInputHook (4388):
Input: kb(desktop):r
IO - inputCore.logTimeSinceInput (11:50:09.625) - MainThread (4016):
0.017 sec since input
IO - speech.speak (11:50:09.625) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'r', EndUtteranceCommand()]
IO - inputCore.InputManager.executeGesture (11:50:13.583) - winInputHook (4388):
Input: kb(desktop):g
IO - inputCore.logTimeSinceInput (11:50:13.652) - MainThread (4016):
0.069 sec since input
IO - speech.speak (11:50:13.652) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'g', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:13.652) - MainThread (4016):
0.069 sec since input
IO - speech.speak (11:50:13.652) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'GitHub Desktop', '7 of 31']
IO - inputCore.InputManager.executeGesture (11:50:16.043) - winInputHook (4388):
Input: kb(desktop):g
IO - inputCore.logTimeSinceInput (11:50:16.089) - MainThread (4016):
0.047 sec since input
IO - speech.speak (11:50:16.089) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'g', EndUtteranceCommand()]
DEBUG - speech.manager.SpeechManager._handleIndex (11:50:16.089) - MainThread (4016):
Unknown index 7, speech probably cancelled from main thread.
IO - inputCore.logTimeSinceInput (11:50:16.099) - MainThread (4016):
0.056 sec since input
IO - speech.speak (11:50:16.099) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'Google Chrome', '10 of 31']
IO - inputCore.InputManager.executeGesture (11:50:18.459) - winInputHook (4388):
Input: kb(desktop):v
IO - inputCore.logTimeSinceInput (11:50:18.489) - MainThread (4016):
0.029 sec since input
IO - speech.speak (11:50:18.489) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'v', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:18.519) - MainThread (4016):
0.060 sec since input
IO - speech.speak (11:50:18.519) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'VMware Workstation Pro', '18 of 31']
IO - inputCore.InputManager.executeGesture (11:50:20.569) - winInputHook (4388):
Input: kb(desktop):v
IO - inputCore.logTimeSinceInput (11:50:20.619) - MainThread (4016):
0.050 sec since input
IO - speech.speak (11:50:20.619) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'v', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:20.629) - MainThread (4016):
0.050 sec since input
IO - speech.speak (11:50:20.629) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'Visual Studio 2019', '20 of 31']
IO - inputCore.InputManager.executeGesture (11:50:24.369) - winInputHook (4388):
Input: kb(desktop):t
IO - inputCore.logTimeSinceInput (11:50:24.419) - MainThread (4016):
0.050 sec since input
IO - speech.speak (11:50:24.419) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 't', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:24.419) - MainThread (4016):
0.050 sec since input
IO - speech.speak (11:50:24.419) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'TeamTalk 5 Classic', '24 of 31']
IO - inputCore.InputManager.executeGesture (11:50:26.479) - winInputHook (4388):
Input: kb(desktop):t
IO - inputCore.logTimeSinceInput (11:50:26.529) - MainThread (4016):
0.050 sec since input
IO - speech.speak (11:50:26.529) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 't', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:26.539) - MainThread (4016):
0.060 sec since input
IO - speech.speak (11:50:26.539) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'This PC', '2 of 31']
IO - inputCore.InputManager.executeGesture (11:50:28.379) - winInputHook (4388):
Input: kb(desktop):t
IO - inputCore.logTimeSinceInput (11:50:28.449) - MainThread (4016):
0.070 sec since input
IO - speech.speak (11:50:28.449) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 't', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:28.449) - MainThread (4016):
0.070 sec since input
IO - speech.speak (11:50:28.449) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'TWBlue', '12 of 31']
IO - inputCore.InputManager.executeGesture (11:50:31.010) - winInputHook (4388):
Input: kb(desktop):d
IO - inputCore.logTimeSinceInput (11:50:31.049) - MainThread (4016):
0.039 sec since input
IO - speech.speak (11:50:31.049) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:31.059) - MainThread (4016):
0.049 sec since input
IO - speech.speak (11:50:31.059) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'Documents', '17 of 31']
IO - inputCore.InputManager.executeGesture (11:50:33.359) - winInputHook (4388):
Input: kb(desktop):d
IO - inputCore.logTimeSinceInput (11:50:33.409) - MainThread (4016):
0.050 sec since input
IO - speech.speak (11:50:33.409) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:33.409) - MainThread (4016):
0.050 sec since input
IO - speech.speak (11:50:33.409) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'Downloads', '26 of 31']
IO - inputCore.InputManager.executeGesture (11:50:35.959) - winInputHook (4388):
Input: kb(desktop):d
IO - inputCore.logTimeSinceInput (11:50:36.009) - MainThread (4016):
0.050 sec since input
IO - speech.speak (11:50:36.009) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'd', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:36.015) - MainThread (4016):
0.056 sec since input
IO - speech.speak (11:50:36.015) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'Dropbox', '28 of 31']
IO - inputCore.InputManager.executeGesture (11:50:42.587) - winInputHook (4388):
Input: kb(desktop):r
IO - inputCore.logTimeSinceInput (11:50:42.656) - MainThread (4016):
0.069 sec since input
IO - speech.speak (11:50:42.656) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'r', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:42.656) - MainThread (4016):
0.069 sec since input
IO - speech.speak (11:50:42.656) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'Recycle Bin', '3 of 31']
IO - inputCore.InputManager.executeGesture (11:50:45.606) - winInputHook (4388):
Input: kb(desktop):n
IO - inputCore.logTimeSinceInput (11:50:45.653) - MainThread (4016):
0.047 sec since input
IO - speech.speak (11:50:45.653) - MainThread (4016):
Speaking [CharacterModeCommand(True), LangChangeCommand ('en_GB'), 'n', EndUtteranceCommand()]
IO - inputCore.logTimeSinceInput (11:50:45.653) - MainThread (4016):
0.047 sec since input
IO - speech.speak (11:50:45.653) - MainThread (4016):
Speaking [LangChangeCommand ('en_GB'), 'NVDA', '8 of 31']
IO - inputCore.InputManager.executeGesture (11:50:47.901) - winInputHook (4388):
Input: kb(desktop):NVDA+f1
INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (11:50:48.016) - MainThread (4016):
Developer info for navigator object:
name: 'NVDA'
role: ROLE_LISTITEM
roleText: None
states: STATE_FOCUSABLE, STATE_SELECTABLE, STATE_FOCUSED, STATE_SELECTED
isFocusable: True
hasFocus: True
Python object: <NVDAObjects.Dynamic_SysListView32EmittingDuplicateFocusEventsListItemIAccessible object at 0x0820AE50>
Python class mro: (<class 'NVDAObjects.Dynamic_SysListView32EmittingDuplicateFocusEventsListItemIAccessible'>, <class 'appModules.explorer.SysListView32EmittingDuplicateFocusEvents'>, <class 'NVDAObjects.IAccessible.sysListView32.ListItem'>, <class 'NVDAObjects.behaviors.RowWithFakeNavigation'>, <class 'NVDAObjects.behaviors.RowWithoutCellObjects'>, <class 'NVDAObjects.IAccessible.sysListView32.ListItemWithoutColumnSupport'>, <class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'documentBase.TextContainerObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <class 'object'>)
description: None
location: RectLTWH(left=138, top=5, width=76, height=70)
value: None
appModule: <'explorer' (appName 'explorer', process ID 4408) at address 4052090>
appModule.productName: 'Microsoft® Windows® Operating System'
appModule.productVersion: '10.0.18358.1'
TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'>
windowHandle: 65860
windowClassName: 'SysListView32'
windowControlID: 1
windowStyle: 1442855488
extendedWindowStyle: 0
windowThreadID: 4412
windowText: 'FolderView'
displayText: 'NVDA'
IAccessibleObject: <POINTER(IAccessible) ptr=0x3f85d30 at 603cad0>
IAccessibleChildID: 8
IAccessible event parameters: windowHandle=65860, objectID=-4, childID=8
IAccessible accName: 'NVDA'
IAccessible accRole: ROLE_SYSTEM_LISTITEM
IAccessible accState: STATE_SYSTEM_SELECTED, STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, STATE_SYSTEM_SELECTABLE, STATE_SYSTEM_MULTISELECTABLE, STATE_SYSTEM_VALID (19922950)
IAccessible accDescription: exception: (-2147352573, 'Member not found.', (None, None, None, 0, None))
IAccessible accValue: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment