nvdajp / focusHighlight

NVDA add-on which highlights the focused location.
GNU General Public License v2.0
16 stars 2 forks source link

Windows 10 setting raises error #8

Closed nishimotz closed 6 years ago

nishimotz commented 7 years ago

FH 5.0-dev + NVDA 2017.3jp-beta-170707 + Windows 10 (32bit) build 15063.413

ERROR - unhandled exception (18:23:18.500):
Traceback (most recent call last):
  File "_ctypes/callbacks.c", line 315, in 'calling callback function'
  File "C:\Users\nishimotz\AppData\Roaming\nvda\addons\focusHighlight\globalPlugins\focusHighlight.py", line 490, in wndProc
  File "C:\Users\nishimotz\AppData\Roaming\nvda\addons\focusHighlight\globalPlugins\focusHighlight.py", line 395, in updateFocusLocation
  File "C:\Users\nishimotz\AppData\Roaming\nvda\addons\focusHighlight\globalPlugins\focusHighlight.py", line 350, in moveAndShowWindow
ArgumentError: argument 5: <type 'exceptions.OverflowError'>: long int too long to convert
nishimotz commented 6 years ago

FH 5.3-dev + NVDA 2018.3.2jp + Windows 10 (64bit) build 17134.320

Cannot reproduce the issue.