lambda-nvda / lambdaNvda

NVDA Add-On for LAMBDA Software
GNU General Public License v2.0
5 stars 4 forks source link

Running Lambda with NVDA may cause division by zero error when duplicating lines #9

Closed albzan closed 7 years ago

albzan commented 8 years ago

the error appears also when the addon is disabled. To replicate:

Result : At some point a "Floating point divide by zero" dialog box appears and you have to save and reload the document.

Alternative solution: Consider selecting the line and copy/paste using standard shortcuts.

albzan commented 7 years ago

Still affected. It is not related to this addon.

albzan commented 7 years ago

This is due to a memory leak as reported on a Web doc: "The exception 'Canvas does not allow drawing' is a Delphi exception that is raised when an application cannot get a valid handle to a Canvas associated with a bitmap, screen, or printer."