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

Problems after Windows update

Post Reply
Heider
Posts: 1
Joined: 2013-10-10 14:07

Problems after Windows update

Post by Heider »

Hi all,

I have some Problems with the current uvnc version (1.1.9.3) after the Windows update this week. I'm running uvnc-server on a Windows Server 2008 R2 SP 1 and the viewer under Windows 7 SP 1.

Issue 1: Without any setting changes, the viewer seems to call the backspace key infinitely so I'm unable to write any text because it is nearly instantly deleted. I can bypass this problem by clicking the “Toggle the Remote Input and Remote Blank Monitor (On/Off)”-Button in the viewer. After that, I still can use Mouse and Keyboard but the text I write is not deleted any more.

Issue 2: I use Visual Studio 2010 to program on the remote desktop. Although I activated to capture alpha blending, the menus are not polled to the screen. Curiously, in other programs this works. May be related to this problem is that in “Qt Designer” from the current Qt Library I'm also unable to use the Widgetbox, which is used to Drag & Drop GUI Elements into a created panel or widget. Maybe both programs use some special type of alpha blending which is not captured by unvc, I hope this is fixed in future versions of unvc.

Thanks in advance for looking into my Problems.

Regards,
Mario
User avatar
rcooke
40
40
Posts: 98
Joined: 2011-02-19 13:06
Location: Toronto, Canada
Contact:

Re: Problems after Windows update

Post by rcooke »

You should direct your complaints to VS2010 for using - clearly - non-standard display API calls. uVNC will happily capture anything using the documented and approved screen calls.


You might be able to get it working with a different combination of settings, like:
- screen driver on, Syshook off,
- screen driver on, syshook on
- screen driver on, syshook off, turbo on
- screen driver on, syshook off, turbo off

and so on until you have tried all the possible combinations. And reboot between each test.

I have also seen it where toggling between active windows gets the missing one to appear. Worse, I have seen it where dragging a small dialog around the screen acts like a painter - the missing window appears everyplace I drag over.
Regards,
Richard Cooke
Post Reply