Win XP SP3 / ultravnc 1.0.8.2
On the old version 1.0.2 I used until now, I used the following cmdline
vncviewer /listen /dsmplugin MSRC4Plugin.dsm /proxy x.x.x.x ID::123
and the viewer would automatically connect to the repeater waiting for the remote end to connect.
Updated to 1.0.8.2 and the same cmdline will cause the viewer to iconify in the notification area. To connect to the repeater I have to click on it so that the viewer window open up, and then click "connect".
Is there a way to preserve the old behavior?
I tried looking at the documentation
http://www.uvnc.com/install/cmdline.html
but couldn't find anything relevant.
I tried using the "new" (where is documented?) syntax:
vncviewer.exe -connect ID:123 -proxy x.x.x.x -dsmplugin MSRC4Plugin.dsm -listen
but get to the same point, the viewer won't connect to the repeater, I have to click the icon, and then click "connect"
Can you help me?
Thanks.
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
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.2->1.0.8.2: viewer won't connect to repeater automatical
Re: 1.0.2->1.0.8.2: viewer won't connect to repeater auto
confirmed, broken
some options are wrong place.carlo1234 wrote:I tried using the "new" (where is documented?) syntax:
vncviewer.exe -connect ID:123 -proxy x.x.x.x -dsmplugin MSRC4Plugin.dsm -listen
Last edited by redge on 2010-02-02 04:32, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: 1.0.2->1.0.8.2: viewer won't connect to repeater auto
The "new" cmdline I tried to use is copied from here
[topic=16712][/topic]
%programfiles%\ultravnc\vncviewer.exe -autoreconnect -connect ID:1234 -proxy repeaterhost:5901 -quickoption 3 -dsmplugin SecureVNCPlugin.dsm -listen
I tried with or without "-autoreconnect" and "-quickoption 3"
If this is wrong, where can I find a current documentation for the vncviewer cmdline?
Is using "/option" or "-option" the same or should I try every option both way?
Thanks!
[topic=16712][/topic]
%programfiles%\ultravnc\vncviewer.exe -autoreconnect -connect ID:1234 -proxy repeaterhost:5901 -quickoption 3 -dsmplugin SecureVNCPlugin.dsm -listen
I tried with or without "-autoreconnect" and "-quickoption 3"
If this is wrong, where can I find a current documentation for the vncviewer cmdline?
Is using "/option" or "-option" the same or should I try every option both way?
Thanks!
Re: 1.0.2->1.0.8.2: viewer won't connect to repeater auto
update ! mistake order
%programfiles%\ultravnc\vncviewer.exe -proxy repeaterhost:5901 -connect ID:1234 -quickoption 3 -dsmplugin SecureVNCPlugin.dsm
both commandline below are OK
vncviewer.exe" -proxy repeaterhost:5901 -connect ID:1234 -dsmplugin filename.dsm
vncviewer.exe" -proxy repeaterhost:5901 ID:1234 -dsmplugin filename.dsm
this remember all command but don't connect if -listen exist
all command line and doc are available at doc.uvnc.com
%programfiles%\ultravnc\vncviewer.exe -proxy repeaterhost:5901 -connect ID:1234 -quickoption 3 -dsmplugin SecureVNCPlugin.dsm
both commandline below are OK
vncviewer.exe" -proxy repeaterhost:5901 -connect ID:1234 -dsmplugin filename.dsm
vncviewer.exe" -proxy repeaterhost:5901 ID:1234 -dsmplugin filename.dsm
this remember all command but don't connect if -listen exist
all command line and doc are available at doc.uvnc.com
Last edited by redge on 2010-02-02 03:53, edited 5 times in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: 1.0.2->1.0.8.2: viewer won't connect to repeater auto
yes, don't mix.Is using "/option" or "-option" the same
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: 1.0.2->1.0.8.2: viewer won't connect to repeater auto
vncviewer /listen /dsmplugin MSRC4Plugin.dsm /proxy x.x.x.x ID::123
vncviewer /listen /dsmplugin MSRC4Plugin.dsm /proxy x.x.x.x /connect ID::123
tested still work but without /listen !
vncviewer /listen /dsmplugin MSRC4Plugin.dsm /proxy x.x.x.x /connect ID::123
tested still work but without /listen !
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: 1.0.2->1.0.8.2: viewer won't connect to repeater auto
Ok, I see I can use the same old command line, I have just to take "/listen" out, as you said, and it will connect to the repeater straight away.
Thanks!.
Thanks!.