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

Outlook 2016 errors while reading emails with tables #7417

Closed
Neurrone opened this issue Jul 19, 2017 · 3 comments
Closed

Outlook 2016 errors while reading emails with tables #7417

Neurrone opened this issue Jul 19, 2017 · 3 comments

Comments

@Neurrone
Copy link

Steps to reproduce:

  1. Read a moderately complex email that contains tables such as linked in's invites. I'm not sure what the best way would be to post a sample email that can be imported into outlook.
  2. Do a say all. It stops reading once it encounters this error:
ERROR - queueHandler.pumpAll (12:50:10.961):
error in generator 325
Traceback (most recent call last):
  File "queueHandler.pyc", line 72, in pumpAll
  File "sayAllHandler.pyc", line 128, in readTextHelper_generator
  File "speech.pyc", line 835, in speakTextInfo
  File "browseMode.pyc", line 1001, in getControlFieldSpeech
  File "textInfos\__init__.pyc", line 434, in getControlFieldSpeech
  File "speech.pyc", line 1173, in getControlFieldSpeech
  File "NVDAObjects\window\winword.pyc", line 727, in get
  File "NVDAObjects\window\winword.pyc", line 1231, in fetchAssociatedHeaderCellText
  File "NVDAObjects\window\winword.pyc", line 1168, in getHeaderCellTrackerForTable
  File "comtypesMonkeyPatches.pyc", line 35, in new__getattr__
  File "comtypes\client\lazybind.pyc", line 149, in __getattr__
  File "comtypes\automation.pyc", line 664, in _invoke
COMError: (-2146822463, None, (u'Object has been deleted.', u'Microsoft Word', u'wdmain11.chm', 25305, None))
  1. The same error appears as well when moving using the arrow keys, just with a slightly different call stack.

Expected behavior:

The email should read normally without stopping on errors.

Actual behavior:

It stops reading in say all when encountering this error. When using arrow navigation, it errors when encountering the triggering line, and is unable to read it.

System configuration:

NVDA version:
master-14204,86f50927

NVDA Installed or portable:
Installed

Windows version:
Windows 10 version 1611

Name and version of other software in use when reproducing the issue:
Outlook 2016

Other questions:

Does the issue still occur after restarting your PC?
Yes

Have you tried any other versions of NVDA?
Not yet, but this only started happening recently, (like a month ago?) so its either an outlook or NVDA change.

@Neurrone Neurrone changed the title Outlook 2016 errors while reading emails with layout tables Outlook 2016 errors while reading emails with tables Jul 19, 2017
@Neurrone
Copy link
Author

Bump, seeing a lot of these recently.

@PratikP1
Copy link

PratikP1 commented Aug 20, 2017

Possible duplicate of #6827 and #7196. Also possibly related to #5776.

@ehollig
Copy link
Collaborator

ehollig commented Aug 20, 2017

Duplicate of #7196

@ehollig ehollig marked this as a duplicate of #7196 Aug 20, 2017
@ehollig ehollig closed this as completed Aug 20, 2017
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

3 participants