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

Reconnect Module

Simple, Free, Open Source UltraVNC Wrapper Supporting Windows and Mac OSX
Post Reply
catman
Posts: 3
Joined: 2011-05-21 10:37

Reconnect Module

Post by catman »

Hi supercoe,

Already thx for your software, it help me to do my job...

I'm create a short script for relaunch automatically InstantSupportVNC after a few time.
The compilation has good but i try to include this one into the instantSupport package.

I try to put my reconnect.exe into the InstantSupport source folder before then compilation but it doesn't work. To my mind the problem is around the UPX and the Autoitsc binary, because after the first run of my reconnect.exe (include in my InstantSupport.exe) i have a message "Another Instance of WinVnc is already running".

Can you help me.

Thx

Catman.

P.S.: Sorry for my english...
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: Reconnect Module

Post by B »

It doesn't sound to me as if it has anything to do with AutoIT or with the installer. That message means that VNC server is already running and you are trying to run it again.

InstantSupport.exe is really WinVNC (UltraVNC server) of course. So for whatever reason, you are trying to run it twice. When you are "relaunching" it, the old server is still running (probably as a service?).

I could of course be wrong.
catman
Posts: 3
Joined: 2011-05-21 10:37

Re: Reconnect Module

Post by catman »

I understand this fact but i try to be more clear.

I have install chunkvnc on my customer computer but it's not a IP static so after few hours the IP of my customer change and my access is out.

So I create a small script for the automatic reconnect( close InstantSupportVNC and restart it)

But my problem is this, i put my script (reconnect.exe) into the InstantSupport_Files before the compilation of InstantSupport
just for add my script into the package.
All may be good but when i execute InstantSupport.exe and when i see the uncompress files (in Temp directory) i find my reconnect.exe.
So to my mind is good but when i try to lanuch this one, i have this message...

A other think why originaly the name of UltraVNC server is Winvnc.exe and after compilation in the Temporary Files (after decompress) his name is InstantSupportVNC.exe...

Thx

Catman
catman
Posts: 3
Joined: 2011-05-21 10:37

Re: Reconnect Module

Post by catman »

Ok I find my problem, it's around the 'FileInstall' function that i bug
Thx
Catman
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: Reconnect Module

Post by B »

Good... FYI the latest versions of UltraVNC are better able to deal with changing IP addresses. I'm sure that will eventually be rolled up into ChunkVNC (if it's not already).
User avatar
supercoe
400
400
Posts: 1732
Joined: 2009-07-20 21:27
Location: Walker, MN
Contact:

Re: Reconnect Module

Post by supercoe »

The newer UltraVNC servers should have fixed this problem and will be part of the next release.

Glad you fixed the problem but I think it would have been a better choice to restart the InstantSupportVNC.exe (winvnc) process instead of relaunching InstantSupport entirely.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Post Reply