ruifontes / virtualReview

Displays screen contents via a browsable window.
GNU General Public License v2.0
2 stars 3 forks source link

nvda beeps after virtualising in start window #1

Open bdorer opened 5 years ago

bdorer commented 5 years ago

Using latest NVDA alpha with Windows 10.0.17134 Steps to reproduce Go into the windows 10 start menu and arrow down Virtualice window nvda beeps and produces the following log: IO - inputCore.InputManager.executeGesture (15:19:09.737): Input: kb(laptop):control+NVDA+w IO - tones.beep (15:19:09.753): Beep at pitch 400, for 300 ms, left volume 50, right volume 50 DEBUGWARNING - scriptHandler.executeScript (15:19:10.061): error executing script: <bound method GlobalPlugin.script_virtualWindowReview of <globalPlugins.virtualRevision.GlobalPlugin object at 0x05534410>> with gesture u'Strg+NVDA+w' Traceback (most recent call last): File "scriptHandler.pyc", line 187, in executeScript File "addons\virtualRevision\globalPlugins\virtualRevision.py", line 61, in script_virtualWindowReview File "\addons\virtualRevision\globalPlugins\virtualRevision.py", line 26, in obtainUWPWindowText File "baseObject.pyc", line 47, in get File "baseObject.pyc", line 147, in _getPropertyViaCache File "NVDAObjects__init.pyc", line 713, in _get_simpleFirstChild File "baseObject.pyc", line 47, in get File "baseObject.pyc", line 147, in _getPropertyViaCache File "NVDAObjects\UIA__init.pyc", line 1158, in _get_presentationType File "baseObject.pyc", line 47, in get__ File "baseObject.pyc", line 147, in _getPropertyViaCache File "NVDAObjects__init.pyc", line 642, in _get_presentationType File "baseObject.pyc", line 47, in get__ File "baseObject.pyc", line 147, in _getPropertyViaCache File "NVDAObjects\UIA\init.pyc", line 1110, in _get_states File "NVDAObjects\UIA\init__.pyc", line 732, in _getUIACacheablePropertyValue COMError: (-2147220991, 'Ein Ereignis konnte keinen Abonnenten aufrufen.', (None, None, None, 0, None))

josephsl commented 5 years ago

Hi, regarding COM Error, I can’t reproduce this on 1809. Thanks.

From: Bernd Dorer notifications@github.com Sent: Sunday, January 13, 2019 7:51 AM To: josephsl/virtualReview virtualReview@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [josephsl/virtualReview] nvda beeps after virtualising in start window (#1)

Using latest NVDA alpha with Windows 10.0.17134 Steps to reproduce Go into the windows 10 start menu and arrow down Virtualice window nvda beeps and produces the following log: IO - inputCore.InputManager.executeGesture (15:19:09.737): Input: kb(laptop):control+NVDA+w IO - tones.beep (15:19:09.753): Beep at pitch 400, for 300 ms, left volume 50, right volume 50 DEBUGWARNING - scriptHandler.executeScript (15:19:10.061): error executing script: <bound method GlobalPlugin.script_virtualWindowReview of <globalPlugins.virtualRevision.GlobalPlugin object at 0x05534410>> with gesture u'Strg+NVDA+w' Traceback (most recent call last): File "scriptHandler.pyc", line 187, in executeScript File "addons\virtualRevision\globalPlugins\virtualRevision.py", line 61, in script_virtualWindowReview File "\addons\virtualRevision\globalPlugins\virtualRevision.py", line 26, in obtainUWPWindowText File "baseObject.pyc", line 47, in get File "baseObject.pyc", line 147, in getPropertyViaCache File "NVDAObjects_init.pyc", line 713, in _get_simpleFirstChild File "baseObject.pyc", line 47, in get File "baseObject.pyc", line 147, in getPropertyViaCache File "NVDAObjects\UIA_init.pyc", line 1158, in _get_presentationType File "baseObject.pyc", line 47, in get File "baseObject.pyc", line 147, in getPropertyViaCache File "NVDAObjects_init.pyc", line 642, in _get_presentationType File "baseObject.pyc", line 47, in get File "baseObject.pyc", line 147, in getPropertyViaCache File "NVDAObjects\UIA_init.pyc", line 1110, in get_states File "NVDAObjects\UIA_init.pyc", line 732, in _getUIACacheablePropertyValue COMError: (-2147220991, 'Ein Ereignis konnte keinen Abonnenten aufrufen.', (None, None, None, 0, None))

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/josephsl/virtualReview/issues/1 , or mute the thread https://github.com/notifications/unsubscribe-auth/AHgLkAME_vsqzP87SOaryTHhimFxpJ5Uks5vC1YAgaJpZM4Z9O7C .

bdorer commented 5 years ago

Hi, now I'm at Windows version 10.0.17763. The beep is still there but the addon works. Here's another log fragment. could I do something else to test this?

Input: kb(laptop):control+NVDA+w IO - tones.beep (22:24:40.505): Beep at pitch 400, for 300 ms, left volume 50, right volume 50 IO - tones.beep (22:24:41.144): Beep at pitch 400, for 50 ms, left volume 50, right volume 50 DEBUGWARNING - IAccessibleHandler.accessibleObjectFromEvent (22:24:43.329): oleacc.AccessibleObjectFromEvent with window 66050, objectID 20 and childID 0: [Error -2147467259] Unbekannter Fehler DEBUGWARNING - IAccessibleHandler.accessibleObjectFromEvent (22:24:43.345): oleacc.AccessibleObjectFromEvent with window 66050, objectID 21 and childID 0: [Error -2147467259] Unbekannter Fehler IO - speech.speak (22:24:43.377): Speaking [u'Virtual review: Cortana']

thanks

josephsl commented 5 years ago

Hi, the beep was added to test two things: if it recognizes universal apps, and to give people some kind of progress while trying to load all objects from such windows. I’ll remove this in the next release. Thanks.

From: Bernd Dorer notifications@github.com Sent: Monday, January 14, 2019 1:30 PM To: josephsl/virtualReview virtualReview@noreply.github.com Cc: Joseph Lee joseph.lee22590@gmail.com; Comment comment@noreply.github.com Subject: Re: [josephsl/virtualReview] nvda beeps after virtualising in start window (#1)

Hi, now I'm at Windows version 10.0.17763. The beep is still there but the addon works. Here's another log fragment. could I do something else to test this?

Input: kb(laptop):control+NVDA+w IO - tones.beep (22:24:40.505): Beep at pitch 400, for 300 ms, left volume 50, right volume 50 IO - tones.beep (22:24:41.144): Beep at pitch 400, for 50 ms, left volume 50, right volume 50 DEBUGWARNING - IAccessibleHandler.accessibleObjectFromEvent (22:24:43.329): oleacc.AccessibleObjectFromEvent with window 66050, objectID 20 and childID 0: [Error -2147467259] Unbekannter Fehler DEBUGWARNING - IAccessibleHandler.accessibleObjectFromEvent (22:24:43.345): oleacc.AccessibleObjectFromEvent with window 66050, objectID 21 and childID 0: [Error -2147467259] Unbekannter Fehler IO - speech.speak (22:24:43.377): Speaking [u'Virtual review: Cortana']

thanks

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/josephsl/virtualReview/issues/1#issuecomment-454168468 , or mute the thread https://github.com/notifications/unsubscribe-auth/AHgLkGJBftY-m8QuDu6m-AV_plTxiL2_ks5vDPa8gaJpZM4Z9O7C .