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

Another Instance is closing first connection

Post Reply
cprice
8
8
Posts: 8
Joined: 2012-01-13 18:25

Another Instance is closing first connection

Post by cprice »

Hi,

I am currently running UltraVNC SingleClick in listener mode.

I'm using a repeater.

The command line I'm using is:

Code: Select all

winvnc.exe -id %ID% -autoreconnect -connect %REPEATER_IP%::%REPEATER_PORT% -run
I'm running a fairly complex system, with some 3rd party integration which I cannot control.

Basically, it's possible that another command line will attempt to execute while a connection is currently open.

What is happening is if the command line is run again on the client while a connection is open, the 1st connection is being closed, and a "Another instance is already running" message appears on the client.

I would expect that the message appears, but I'm wondering why the first instance is terminating.

Any help would be appreciated.

Thank you.
cprice
8
8
Posts: 8
Joined: 2012-01-13 18:25

Re: Another Instance is closing first connection

Post by cprice »

I have another question related to this.

If another instance attempts to be called, is it possible to suppress the "Another instance is already running" on the server? I'd rather the popup not appear.

But the main issue is the fact that the original connection is being closed when the .exe is called a 2nd time, I need to get that solved first.

Thanks in advance.
Post Reply