I have used UltraVNC server 1.0.8.2 successfully with various non-UltraVNC clients and mostly for reverse connections. Typical usage in these cases:
$ winvnc.exe -sc_exit -connect <ip::port> -run
Using the same ultravnc.ini and winvnc.exe 1.0.9.6.1, this command line causes connection errors with some non-UltraVNC clients in listen mode; e.g.:
TigerVNC 1.0.90: "CConnection: No matching security types"
Remmina (based on LibVNCServer/LibVNCClient 0.97): "Unknown authentication scheme from VNC server: -1294303224"
UltraVNC 1.0.9.6.1: prompts to confirm connection
In fact, by adding -sc_prompt as the first command line parameter to winvnc.exe, connection behavior does not change with any of these clients. This is not true of winvnc.exe 1.0.8.2.
Using winvnc.exe 1.0.9.6.1, is it possible to have -sc_exit without -sc_prompt behaviour?
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
sc_exit implies sc_prompt?
Re: sc_exit implies sc_prompt?
I can repeat this bug. The "-sc_exit" always triggers the "-sc_prompt" in 10961.mmegumi wrote:Typical usage in these cases:
$ winvnc.exe -sc_exit -connect <ip::port> -run
............................
UltraVNC 1.0.9.6.1: prompts to confirm connection
This dosen't happen on 1.0.8.2 or before.