Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

[1.0.1] Three issues

Post Reply
fredtheman
8
8
Posts: 26
Joined: 2006-05-06 05:31

[1.0.1] Three issues

Post by fredtheman »

Hello

I just performed a test with someone running XP, and we experienced three problems (server on XPSP2, client on W2KSP4; client listens, server connects to client to avoid the firewall issue):

1. The screen is not refreshed: I need to hit the Refresh Screen button in the toolbar everytime if I want to see changes on the server. I'm not using the video driver, just winvnc.exe

2. On the client, I cannot close the server: After hitting the X button, the window closes, but it reopens itself; only when the server host closes the window does the window on the client closes itself

3. My VB5 program checks if WinVNC lives in the application directory; if not, it is downloaded; next, it checks if WinVNC is already running; if not, it runs it, so the user doesn't have to do anything.

Problem: once winvnc.exe has been downloaded, it doesn't launch itself on the XP server host:

Code: Select all

    'If not already launched, launch it
    If bWinVNCRunning = False Then
        dTaskID = Shell(App.Path & "\" & WINVNC & " -run", vbNormalFocus)
    End If
this works on the W2K test host I used.

Any idea?

Thank you
Fred.
fredtheman
8
8
Posts: 26
Joined: 2006-05-06 05:31

Re: [1.0.1] Three issues

Post by fredtheman »

fredtheman wrote:2. On the client, I cannot close the server
OK, found it: I though the "-autoreconnect" switch was just meant to leave the WinVNC server running even after a connection ended. Didn't know it made it impossible for the client to close the connection nicely.

That leaves the other two. If someone has an idea...
Post Reply