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

UltraVNC 1.2.4.0 - Download links

Post Reply
CPC
40
40
Posts: 64
Joined: 2010-10-08 15:31

Re: 1.2.4.0 Online

Post by CPC »

1.2.4.0 RC 32bit seems to work well for me so far... as did 1.2.3.0 RC with high dpi fix.

*The only hiccup so far for me, is when I compile it to be included in my single click portable exe... The minor change triggers the antivirus companies again w/ false positives.. but this is separate from UVNC and I will deal with them again.

For those interested. Here are the current release notes from the install of 1.2.4.0 RC

* Ultr@VNC - Latest modifications - History
1.2.4.0
-High dpi cursor offset fix
-reported 123 bugs fixed

Thank you Rudi
CPC
Last edited by CPC on 2020-02-11 23:38, edited 1 time in total.
SkyBeam
80
80
Posts: 142
Joined: 2012-12-31 11:01

Re: 1.2.4.0 Online

Post by SkyBeam »

Also for me version 1.2.4.0 up to now works pretty smooth:
  • Viewer does not require pressing connection button twice
  • MSLogonACL seems to work fine again
  • Multi-Screen setup is much more reliable (I often had more screen-update issues in multi-screen environments)
  • Accurate mouse tracking independent from screen scaling
  • Changing screen resolution or scaling on-the-fly worked fine on server and viewer side (just viewer does not auto-risize and leaving scrollbars)
  • No issues yet observed also if multiple screens with different scaling are used
So for the moment I am pretty happy with the 1.2.4.0 version and did not yet observe any blocker issues.

Many Thanks!
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: 1.2.4.0 Online

Post by Rudi De Vos »

added msi
added ipv6
Thomas Levering
40
40
Posts: 84
Joined: 2015-01-23 06:45

Re: 1.2.4.0 Online

Post by Thomas Levering »

More then one Monitor on Client is not working with this Version (and 1.2.3.x reported)

With 1.2.x the Client Window can be bigger than the screen.

Code: Select all

[options]
selectedscreen=0
nzsolt
20
20
Posts: 32
Joined: 2010-02-08 10:35

Re: 1.2.4.0 Online

Post by nzsolt »

Hi,

first, thanks for hard working on UltraVNC.
Sadly we have problem with latest version 1.2.4.0 32bit (with IPv6) on Windows 2008 Server 64 bit and Win10 64bit too.
When we send (or receive) a file from client to server, the connection is broken, this is in the log.

c:\users\rudi\desktop\ultravnc_1224\winvnc\winvnc\vncclient.cpp : DSMPlugin Pointer to socket OK
--The system cannot find the path specified.
c:\users\rudi\desktop\ultravnc_1224\winvnc\winvnc\vncclient.cpp : Send protocolMsg
Tue Feb 11 07:08:05 2020
c:\users\rudi\desktop\ultravnc_1224\winvnc\winvnc\vncclient.cpp : Send_OK
Tue Feb 11 07:08:11 2020
c:\users\rudi\desktop\ultravnc_1224\winvnc\winvnc\vncmenu.cpp : vncMenu::Shutdown: Close menu - Disconnect all - Shutdown server
--The system cannot find the file specified.
c:\users\rudi\desktop\ultravnc_1224\winvnc\winvnc\vncmenu.cpp : vncMenu WM_CLOSE call - All cleanup done

On XP the 32 bit version (without ipv6), file sending, receiving is working.

Thanks
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: 1.2.4.0 Online

Post by Rudi De Vos »

reuploaded ipv6, some lib was set to SDk windows 10, possible this fail on 2008.
ipv6 bins are now rebuild with SDK 8.1
nzsolt
20
20
Posts: 32
Joined: 2010-02-08 10:35

Re: 1.2.4.0 Online

Post by nzsolt »

I think the file compression is not working in the IPv6 version, because if i use my own vncviewer with compression, the vnc server dies. The UltraVNC viewer works, because it does not use compression either.
Or they use different compression than in non IPv6 version.
DaichiTech
Posts: 3
Joined: 2020-02-19 23:08

Re: 1.2.4.0 Online

Post by DaichiTech »

Hi

1.2.4.0 works well for me.
However, I am having the occasional reconnect issues on a reverse connection as described here viewtopic.php?t=35886
:-?
mike_the_hike
Posts: 2
Joined: 2020-02-21 13:25

Re: 1.2.4.0 Online

Post by mike_the_hike »

Helle,

the vncviewer does not start... can you help?

the server run's correct.

Windows 10, 1909
vibe13
Posts: 1
Joined: 2020-02-28 09:48

Re: 1.2.4.0 Online

Post by vibe13 »

Can someone help me with a script ? what is the command for autostart /autoboot when windows is starting , please help !
CPC
40
40
Posts: 64
Joined: 2010-10-08 15:31

Re: 1.2.4.0 Online

Post by CPC »

@vibe13

Install winvnc.exe as a service that autostarts...
See https://uvnc.com/docs/uvnc-server/51-ul ... eters.html

A sample part of a batch file ran as an admin that may also help.

@ECHO OFF
start winvnc.exe -install
start winvnc.exe -startservice

Hope this helps.
CPC
Post Reply