-
-
Notifications
You must be signed in to change notification settings - Fork 630
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
NVDA causing Windows Live Messenger to exit on startup #677
Comments
Comment 1 by jteh on 2010-07-20 03:05
This one is really weird. I don't have a clue what's going on yet. |
Comment 2 by jteh on 2010-07-20 07:02 I haven't been able to reproduce the problem while running in a debugger, probably because it doesn't get focus at the right time. I've finally tracked the problem down to a nameChange event at startup from a window with a class name of "MSNHiddenWindowClass". It seems that NVDA can successfully instantiate the object, but if it does, Messenger silently exits. If I block the event before IAccessibleHandler.winEventToNVDAEvent() is called, everything works fine. I tried returning early in the IAccessible constructor if this window class is detected, but this doesn't help, so it must be occurring earlier than the NVDAObject construction. Disabling all !QueryService calls doesn't help. |
Comment 3 by jteh on 2010-07-20 07:11 The strange thing is that sending WM_NULL to the window once Messenger has fully started doesn't cause a problem. |
Comment 4 by jteh on 2010-07-21 07:16 |
Comment 5 by jteh on 2010-07-22 01:37 |
Comment 6 by jteh on 2010-10-28 06:19 |
Comment 7 by EltonLopes (in reply to comment 6) on 2010-10-29 15:48 The problem with Windows Live Messenger 2009 return in Windows 7 with Windows Live Messenger 2009. This don't occur with NVDA 2010.2rc1. Replying to jteh:
|
Comment 8 by EltonLopes on 2010-10-29 15:51 |
Comment 9 by jteh on 2010-10-29 22:17 |
Comment 10 by EltonLopes (in reply to comment 9) on 2010-10-31 22:50 Replying to jteh:
|
Comment 11 by jteh on 2010-11-09 00:07 |
Reported by ManuelRamos on 2010-05-29 12:14
When opening Windows Live Messenger with Windows 7 and NVDA Trunk 3554, it is happening that WLM appears but, ater a fiew seconds it clooses without running Windows Live Messenger. We've been suggested to run WLM as administrators or to press Windows+t keys to open it. However, working around it will be much apreciated.
The text was updated successfully, but these errors were encountered: