Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes an error occurs when starting NVDA #4914

Closed
nvaccessAuto opened this issue Feb 12, 2015 · 3 comments
Closed

Sometimes an error occurs when starting NVDA #4914

nvaccessAuto opened this issue Feb 12, 2015 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by PZajda on 2015-02-12 10:35
When starting NVDA, sometimes I have the following error:
INFO - __main__ (11:27:01): Starting NVDA INFO - core.main (11:27:02): Config dir: C:\Users\pzajda\AppData\Roaming\nvda INFO - core.main (11:27:02): NVDA version next-11658,29fdc71 INFO - core.main (11:27:02): Using Windows version sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') INFO - core.main (11:27:02): Using Python version 2.7.9 (default, Dec 10 2014, 12:24:55) [v.1500 32 bit (Intel)](MSC) INFO - core.main (11:27:02): Using comtypes version 0.6.2 INFO - synthDriverHandler.setSynth (11:27:03): Loaded synthDriver sapi5 INFO - core.main (11:27:03): Using wx version 3.0.2.0 msw (classic) INFO - braille.initialize (11:27:03): Using liblouis version 2.6.0 INFO - braille.BrailleHandler.setDisplayByName (11:27:03): Loaded braille display driver brltty, current display has 40 cells. INFO - brailleInput.initialize (11:27:03): Braille input initialized ERROR - core.main (11:27:03): Traceback (most recent call last): File "core.pyc", line 312, in main File "braille.pyc", line 1419, in message File "braille.pyc", line 433, in update File "louis\__init__.pyc", line 136, in translate WindowsError: exception: access violation reading 0x47E95972 INFO - core.main (11:27:03): NVDA initialized ERROR - eventHandler.executeEvent (11:27:05): error executing event: gainFocus on <NVDAObjects.IAccessible.IAccessible object at 0x058FF410> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 143, in executeEvent File "eventHandler.pyc", line 91, in __init__ File "eventHandler.pyc", line 98, in next File "appModules\nvda.pyc", line 42, in event_gainFocus File "eventHandler.pyc", line 98, in next File "NVDAObjects\__init__.pyc", line 863, in event_gainFocus File "braille.pyc", line 1453, in handleGainFocus File "braille.pyc", line 1467, in _doNewObject File "braille.pyc", line 1444, in _dismissMessage AttributeError: 'NoneType' object has no attribute 'Stop'
It occurs randomly, when restarting NVDA sometimes I have it again, sometimes not.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2015-02-18 03:46
What braille table and NVDA language do you have configured? Thanks.

@nvaccessAuto
Copy link
Author

Comment 2 by PZajda on 2015-02-18 10:45
I use the French for both. Thanks.

@jcsteh
Copy link
Contributor

jcsteh commented Mar 11, 2016

We believe this to be the same underlying cause as #4457. A fix is now available for testing in the latest "next" branch snapshots.

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

No branches or pull requests

2 participants