Skip to content

Instantly share code, notes, and snippets.

@SeanTolstoyevski
Created April 10, 2020 19:04
Show Gist options
  • Save SeanTolstoyevski/5ec430efe060b767f526fb2e41c519de to your computer and use it in GitHub Desktop.
Save SeanTolstoyevski/5ec430efe060b767f526fb2e41c519de to your computer and use it in GitHub Desktop.
DEBUG - __main__ (12:03:08.168):
Provided arguments: ['D:\\d\\D1H\\Programs\\portables\\nvda_py2\\nvda.exe', '-r', '--debug-logging']
INFO - __main__ (12:03:08.184):
Starting NVDA
DEBUG - __main__ (12:03:08.184):
Debug level logging enabled
DEBUG - core.main (12:03:08.285):
Core starting
INFO - core.main (12:03:08.285):
Config dir: D:\d\D1H\Programs\portables\nvda_py2\userConfig
DEBUG - core.main (12:03:08.285):
loading config
INFO - config.ConfigManager._loadConfig (12:03:08.285):
Loading config: .\userConfig\nvda.ini
DEBUG - config.profileUpgrader.upgrade (12:03:08.301):
Current config schema version: 2, latest: 2
DEBUG - fileUtils.FaultTolerantFile (12:03:08.301):
D:\d\D1H\Programs\portables\nvda_py2\userConfig\nvda.inifv_bxv.tmp
INFO - config.ConfigManager._loadConfig (12:03:08.315):
Config loaded (after upgrade, and in the state it will be used by NVDA):
{u'schemaVersion': u'2', u'development': {u'enableScratchpadDir': u'False'}, u'upgrade': {}, u'update': {u'allowUsageStats': u'True', u'askedAllowUsageStats': u'True', u'autoCheck': u'True', u'startupNotification': u'True'}, u'general': {u'showWelcomeDialogAtStartup': u'False', u'language': u'Windows', u'saveConfigurationOnExit': u'True', u'askToExit': u'True', u'playStartAndExitSounds': u'True', u'loggingLevel': u'INFO'}, u'speech': {u'autoLanguageSwitching': u'False', u'espeak': {u'voice': u'en', u'variant': u'max', u'rate': u'50', u'pitch': u'40', u'inflection': u'75', u'volume': u'100'}}, u'braille': {u'noBraille': {}}, u'keyboard': {u'useCapsLockAsNVDAModifierKey': u'True'}, u'debugLog': {u'timeSinceInput': u'True'}}
DEBUG - core.main (12:03:08.417):
setting language to Windows
INFO - core.main (12:03:08.417):
NVDA version 2019.2.1
INFO - core.main (12:03:08.417):
Using Windows version 10.0.18358 workstation
INFO - core.main (12:03:08.417):
Using Python version 2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:30:55) [MSC v.1500 32 bit (Intel)]
INFO - core.main (12:03:08.417):
Using comtypes version 1.1.7
INFO - core.main (12:03:08.417):
Using configobj version 5.1.0 with validate version 1.0.1
DEBUG - core.main (12:03:08.417):
Initializing add-ons system
DEBUG - addonHandler._getAvailableAddonsFromPath (12:03:08.417):
Listing add-ons from D:\d\D1H\Programs\portables\nvda_py2\userConfig\addons
DEBUGWARNING - touchHandler.touchSupported (12:03:08.496):
Touch only supported on installed copies
DEBUG - core.main (12:03:08.579):
Initializing appModule Handler
DEBUG - core.main (12:03:08.579):
Initializing NVDAHelper
DEBUG - core.main (12:03:08.615):
Speech Dictionary processing
DEBUG - speechDictHandler.SpeechDict.load (12:03:08.615):
Loading speech dictionary '.\userConfig\speechDicts\default.dic'...
DEBUG - speechDictHandler.SpeechDict.load (12:03:08.615):
file '.\userConfig\speechDicts\default.dic' not found.
DEBUG - speechDictHandler.SpeechDict.load (12:03:08.615):
Loading speech dictionary 'builtin.dic'...
DEBUG - speechDictHandler.SpeechDict.load (12:03:08.615):
3 loaded records.
DEBUG - core.main (12:03:08.615):
Initializing speech
ERROR - synthDriverHandler.setSynth (12:03:08.625):
setSynth
Traceback (most recent call last):
File "synthDriverHandler.pyo", line 101, in setSynth
File "synthDriverHandler.pyo", line 74, in getSynthInstance
File "synthDrivers\oneCore.pyo", line 154, in __init__
WindowsError: [Error -529697949] Windows Error 0xE06D7363
INFO - synthDrivers.espeak.SynthDriver.__init__ (12:03:08.654):
Using eSpeak NG version 1.49.3 dev
DEBUG - speechDictHandler.SpeechDict.load (12:03:08.694):
Loading speech dictionary '.\userConfig\speechDicts\voiceDicts.v1\espeak\espeak-English (Great Britain).dic'...
DEBUG - speechDictHandler.SpeechDict.load (12:03:08.694):
file '.\userConfig\speechDicts\voiceDicts.v1\espeak\espeak-English (Great Britain).dic' not found.
DEBUG - synthDriverHandler.SynthDriver.loadSettings (12:03:08.694):
Loaded settings for SynthDriver espeak
INFO - synthDriverHandler.setSynth (12:03:08.694):
Loaded synthDriver espeak
INFO - core.main (12:03:08.694):
Using wx version 4.0.3 msw (phoenix) wxWidgets 3.0.5
DEBUG - core.main (12:03:08.694):
Initializing braille input
INFO - brailleInput.initialize (12:03:08.694):
Braille input initialized
DEBUG - core.main (12:03:08.694):
Initializing braille
INFO - braille.initialize (12:03:08.694):
Using liblouis version 3.10.0
INFO - braille.BrailleHandler.setDisplayByName (12:03:08.704):
Loaded braille display driver noBraille, current display has 0 cells.
DEBUG - core.main (12:03:08.704):
Initializing displayModel
DEBUG - core.main (12:03:08.704):
Initializing GUI
DEBUG - core.main (12:03:08.736):
initializing Java Access Bridge support
WARNING - core.main (12:03:08.736):
Java Access Bridge not available
DEBUG - core.main (12:03:08.736):
Initializing legacy winConsole support
DEBUG - core.main (12:03:08.736):
Initializing UIA support
INFO - _UIAHandler.UIAHandler.MTAThreadFunc (12:03:08.750):
UIAutomation: IUIAutomation6
DEBUG - core.main (12:03:08.880):
Initializing IAccessible support
DEBUG - core.main (12:03:08.880):
Initializing input core
DEBUGWARNING - inputCore.InputManager.loadLocaleGestureMap (12:03:08.880):
No locale gesture map for language en
DEBUGWARNING - inputCore.InputManager.loadUserGestureMap (12:03:08.880):
No user gesture map
DEBUG - core.main (12:03:08.880):
Initializing keyboard handler
DEBUG - core.main (12:03:08.880):
initializing mouse handler
DEBUG - core.main (12:03:08.934):
Initializing touchHandler
DEBUGWARNING - touchHandler.touchSupported (12:03:08.934):
Touch only supported on installed copies
DEBUG - core.main (12:03:08.934):
Initializing global plugin handler
DEBUG - core.main (12:03:08.934):
Initializing core pump
DEBUG - core.main (12:03:08.934):
Initializing watchdog
DEBUG - core.main (12:03:08.934):
initializing updateCheck
INFO - core.main (12:03:08.934):
NVDA initialized
DEBUG - core.main (12:03:08.934):
entering wx application main loop
IO - speech.speak (12:03:08.980):
Speaking [u'Desktop list']
DEBUGWARNING - characterProcessing._getSpeechSymbolsForLocale (12:03:08.984):
No CLDR data for locale en_GB
IO - speech.speak (12:03:09.214):
Speaking [u'NVDA 8 of 31']
IO - inputCore.InputManager.executeGesture (12:03:11.635):
Input: kb(desktop):r
IO - inputCore.logTimeSinceInput (12:03:11.673):
0.037 sec since input
IO - speech._speakSpellingGen (12:03:11.673):
Speaking character u'r'
DEBUG - queueHandler.registerGeneratorObject (12:03:11.673):
Adding generator 1
IO - inputCore.logTimeSinceInput (12:03:11.673):
0.037 sec since input
IO - speech.speak (12:03:11.673):
Speaking [u'Recycle Bin 3 of 31']
DEBUG - queueHandler.pumpAll (12:03:11.673):
generator 1 finished
IO - inputCore.InputManager.executeGesture (12:03:13.546):
Input: kb(desktop):t
IO - inputCore.logTimeSinceInput (12:03:13.562):
0.016 sec since input
IO - speech._speakSpellingGen (12:03:13.562):
Speaking character u't'
DEBUG - queueHandler.registerGeneratorObject (12:03:13.576):
Adding generator 2
IO - inputCore.logTimeSinceInput (12:03:13.576):
0.031 sec since input
IO - speech.speak (12:03:13.576):
Speaking [u'TWBlue 12 of 31']
DEBUG - queueHandler.pumpAll (12:03:13.576):
generator 2 finished
IO - inputCore.InputManager.executeGesture (12:03:15.427):
Input: kb(desktop):t
IO - inputCore.logTimeSinceInput (12:03:15.457):
0.030 sec since input
IO - speech._speakSpellingGen (12:03:15.457):
Speaking character u't'
DEBUG - queueHandler.registerGeneratorObject (12:03:15.457):
Adding generator 3
IO - inputCore.logTimeSinceInput (12:03:15.467):
0.040 sec since input
IO - speech.speak (12:03:15.467):
Speaking [u'TeamTalk 5 Classic 24 of 31']
DEBUG - queueHandler.pumpAll (12:03:15.467):
generator 3 finished
IO - inputCore.InputManager.executeGesture (12:03:17.857):
Input: kb(desktop):t
IO - inputCore.logTimeSinceInput (12:03:17.877):
0.020 sec since input
IO - speech._speakSpellingGen (12:03:17.877):
Speaking character u't'
DEBUG - queueHandler.registerGeneratorObject (12:03:17.877):
Adding generator 4
IO - inputCore.logTimeSinceInput (12:03:17.887):
0.030 sec since input
IO - speech.speak (12:03:17.887):
Speaking [u'This PC 2 of 31']
DEBUG - queueHandler.pumpAll (12:03:17.887):
generator 4 finished
IO - inputCore.InputManager.executeGesture (12:03:21.927):
Input: kb(desktop):g
IO - inputCore.logTimeSinceInput (12:03:21.947):
0.021 sec since input
IO - speech._speakSpellingGen (12:03:21.947):
Speaking character u'g'
DEBUG - queueHandler.registerGeneratorObject (12:03:21.947):
Adding generator 5
IO - inputCore.logTimeSinceInput (12:03:21.947):
0.021 sec since input
IO - speech.speak (12:03:21.947):
Speaking [u'GitHub Desktop 7 of 31']
DEBUG - queueHandler.pumpAll (12:03:21.947):
generator 5 finished
IO - inputCore.InputManager.executeGesture (12:03:23.542):
Input: kb(desktop):g
IO - inputCore.logTimeSinceInput (12:03:23.572):
0.029 sec since input
IO - speech._speakSpellingGen (12:03:23.572):
Speaking character u'g'
DEBUG - queueHandler.registerGeneratorObject (12:03:23.572):
Adding generator 6
IO - inputCore.logTimeSinceInput (12:03:23.582):
0.039 sec since input
IO - speech.speak (12:03:23.582):
Speaking [u'Google Chrome 10 of 31']
DEBUG - queueHandler.pumpAll (12:03:23.582):
generator 6 finished
IO - inputCore.InputManager.executeGesture (12:03:25.111):
Input: kb(desktop):d
IO - inputCore.logTimeSinceInput (12:03:25.141):
0.030 sec since input
IO - speech._speakSpellingGen (12:03:25.141):
Speaking character u'd'
DEBUG - queueHandler.registerGeneratorObject (12:03:25.141):
Adding generator 7
IO - inputCore.logTimeSinceInput (12:03:25.151):
0.040 sec since input
IO - speech.speak (12:03:25.151):
Speaking [u'Documents 17 of 31']
DEBUG - queueHandler.pumpAll (12:03:25.161):
generator 7 finished
IO - inputCore.InputManager.executeGesture (12:03:27.002):
Input: kb(desktop):d
IO - inputCore.logTimeSinceInput (12:03:27.022):
0.020 sec since input
IO - speech._speakSpellingGen (12:03:27.022):
Speaking character u'd'
DEBUG - queueHandler.registerGeneratorObject (12:03:27.022):
Adding generator 8
DEBUG - queueHandler.pumpAll (12:03:27.032):
generator 8 finished
IO - inputCore.logTimeSinceInput (12:03:27.036):
0.035 sec since input
IO - speech.speak (12:03:27.036):
Speaking [u'Downloads 26 of 31']
IO - inputCore.InputManager.executeGesture (12:03:28.792):
Input: kb(desktop):d
IO - inputCore.logTimeSinceInput (12:03:28.812):
0.021 sec since input
IO - speech._speakSpellingGen (12:03:28.812):
Speaking character u'd'
DEBUG - queueHandler.registerGeneratorObject (12:03:28.812):
Adding generator 9
IO - inputCore.logTimeSinceInput (12:03:28.822):
0.030 sec since input
IO - speech.speak (12:03:28.822):
Speaking [u'Dropbox 28 of 31']
DEBUG - queueHandler.pumpAll (12:03:28.822):
generator 9 finished
IO - inputCore.InputManager.executeGesture (12:03:30.911):
Input: kb(desktop):r
IO - inputCore.logTimeSinceInput (12:03:30.941):
0.031 sec since input
IO - speech._speakSpellingGen (12:03:30.941):
Speaking character u'r'
DEBUG - queueHandler.registerGeneratorObject (12:03:30.941):
Adding generator 10
IO - inputCore.logTimeSinceInput (12:03:30.941):
0.031 sec since input
IO - speech.speak (12:03:30.941):
Speaking [u'Recycle Bin 3 of 31']
DEBUG - queueHandler.pumpAll (12:03:30.941):
generator 10 finished
IO - inputCore.InputManager.executeGesture (12:03:32.631):
Input: kb(desktop):v
IO - inputCore.logTimeSinceInput (12:03:32.671):
0.040 sec since input
IO - speech._speakSpellingGen (12:03:32.671):
Speaking character u'v'
DEBUG - queueHandler.registerGeneratorObject (12:03:32.671):
Adding generator 11
IO - inputCore.logTimeSinceInput (12:03:32.680):
0.050 sec since input
IO - speech.speak (12:03:32.680):
Speaking [u'VMware Workstation Pro 18 of 31']
DEBUG - queueHandler.pumpAll (12:03:32.680):
generator 11 finished
IO - inputCore.InputManager.executeGesture (12:03:34.750):
Input: kb(desktop):v
IO - inputCore.logTimeSinceInput (12:03:34.780):
0.030 sec since input
IO - speech._speakSpellingGen (12:03:34.780):
Speaking character u'v'
DEBUG - queueHandler.registerGeneratorObject (12:03:34.780):
Adding generator 12
IO - inputCore.logTimeSinceInput (12:03:34.790):
0.040 sec since input
IO - speech.speak (12:03:34.790):
Speaking [u'Visual Studio 2019 20 of 31']
DEBUG - queueHandler.pumpAll (12:03:34.801):
generator 12 finished
IO - inputCore.InputManager.executeGesture (12:03:44.454):
Input: kb(desktop):NVDA+f1
INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (12:03:44.571):
Developer info for navigator object:
name: u'Visual Studio 2019'
role: ROLE_LISTITEM
states: STATE_FOCUSABLE, STATE_SELECTABLE, STATE_FOCUSED, STATE_SELECTED
isFocusable: True
hasFocus: True
Python object: <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x0540A7B0>
Python class mro: (<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'>, <type 'object'>)
description: None
location: RectLTWH(left=214, top=530, width=76, height=85)
value: None
appModule: <'explorer' (appName u'explorer', process ID 4408) at address 4fcc630>
appModule.productName: u'Microsoft\xae Windows\xae Operating System'
appModule.productVersion: u'10.0.18358.1'
TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'>
windowHandle: 65860
windowClassName: u'SysListView32'
windowControlID: 1
windowStyle: 1442855488
extendedWindowStyle: 0
windowThreadID: 4412
windowText: u'FolderView'
displayText: u'Visual Studio2019'
IAccessibleObject: <POINTER(IAccessible) ptr=0x6a7390 at 5220620>
IAccessibleChildID: 20
IAccessible event parameters: windowHandle=65860, objectID=-4, childID=20
IAccessible accName: u'Visual Studio 2019'
IAccessible accRole: ROLE_SYSTEM_LISTITEM
IAccessible accState: STATE_SYSTEM_SELECTABLE, STATE_SYSTEM_SELECTED, STATE_SYSTEM_MULTISELECTABLE, STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, 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