Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

UltraVNC Viewer crashes when UAC screen shows on the server

Post Reply
pabouk
Posts: 2
Joined: 2010-11-04 12:08

UltraVNC Viewer crashes when UAC screen shows on the server

Post by pabouk »

When UAC (User Account Control) screen shows on the server, viewer crashes (or terminates without any message) immediately and it is not possible to connect again to the server until the UAC screen is handled locally on the server.

Both client and server are 1.0.9.1 on Windows 7 64 bit.
The server uses the hook driver.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: UltraVNC Viewer crashes when UAC screen shows on the ser

Post by Rudi De Vos »

This is the normal behaviour when winvnc run as application.
UAC popup show in a secure desktop, winvnc get access refused, and close viewer connection.

Only running as service, you can get access to the UAC popup.
pabouk
Posts: 2
Joined: 2010-11-04 12:08

Re: UltraVNC Viewer crashes when UAC screen shows on the ser

Post by pabouk »

Thank you for the explication! I run WinVNC as an application (with escalated privileges) to enable the driver. Then I was wondering why I cannot access UAC screens having suspicion that they used to be accessible.

Should not rather WinVNC send a message to the client saying that it cannot access the screen so the client could show the reason for closing the connection? The current behaviour is very user unfriendly.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6831
Joined: 2004-04-23 10:21
Contact:

Re: UltraVNC Viewer crashes when UAC screen shows on the ser

Post by Rudi De Vos »

You can change this behaviour by starting winvnc with a comman line

-sc_exit

*Server quit when viewer disconnect
*Don't exit when desktop switch to UAC/winlogon

In this case the viewer stay connected ( with a black screen)...and continue after the (local)user has pressed the uac popup.
Post Reply