Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- 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

UltraVNC 1.5.0.4-dev - Feedbacks

Post Reply
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6875
Joined: 2004-04-23 10:21
Contact:

UltraVNC 1.5.0.4-dev - Feedbacks

Post by Rudi De Vos »

Feedbacks for UltraVNC 1.5.0.4-dev in this topic.

UltraVNC 1.5.0.4-dev:
- https://uvnc.eu/download/1504/UltraVNC_1504-dev.zip
- https://uvnc.eu/download/1504/UltraVNC_ ... _Setup.exe
- https://uvnc.eu/download/1504/UltraVNC_ ... _Setup.exe

UltraVNC 1.5.0.4-dev - December 2024:
- UI update
- Moved ini file to programdata
- Bug fixes... see git
- Administration password

UltraVNC 1.5.0.3-dev:
- UI corrections

UltraVNC 1.5.0.2-dev:
- Merged IPv4 and IPv6 as single EXE with switch using a property setting
- Fix RealVNC udp port usage
- UI better layoput, icons

UltraVNC 1.5.0.1-dev:
- Revert fonts for FileTransfer
- Fullscreen add Chat FileTransfer to the topbar

UltraVNC 1.5.0.0-dev:
- Directx Reconnect fix
- Extra links added
- Text/version info fixes
- Replaced libs with vcpkg manager for easy maintenance and upgrades
- Stack corruption (#185)

UltraVNC 1.4.4.0-dev:
- Code cleanup
- Spellcheck UI
- Standardization of UI
- Use CertVerifyCertificateChainPolicy API to verify TLS certificate chain (#144)
- Use Ariel font
- VeNCrypt authentication with TLS encrypted transport (#142)
- WIP: RSA-AES authentication and encryption (#139)
- Fix typo: 'Repetear' -> 'Repeater' (#138)
- Fix Windows Recovery Environment (WinRE) 10 detected as unsupported
- Change name snapshot, so you can easy sort on date
- Use same omnithread for Server and Viewer
- Re-init D3D device in pre-update if invalid (#130)
- SC, added an try/catch to restore UAC if used.
- Add scrollbar to properties
- Fix: set groups defaults before loading, not after
- SC UAC reset fix
- Able to connect to Debian v12=bookworm (by WayVNC protocol) #133

Files are updated on change, check upload dates.
Please provide feedback on bugs, many things changed and we need to get it ready for release
ddbivens
80
80
Posts: 134
Joined: 2015-12-26 14:53
Location: Tellico Plains, TN 37385 USA

UltraVNC 1.5.0.4-dev - Feedbacks

Post by ddbivens »

Initial testing... The first build did not seem to copy (or create) the .ini file in the ProgramData\UltraVNC folder. I updated my batch program that runs the install to take care of this by creating the folder and coping the .ini file before it runs the UltraVNC setup program.

The current build does copy the .ini file, but if the .ini file already exist in the ProgramData folder, the installer does a hard stop with the window saying the file already exists, OK button. It seems the silent install still works, so it must bypass the window with the OK button.

I just disabled my batch code that created the folder and copied the ini file and did an install over an older version with the new build. The installer correctly created the folder in ProgramData and copied the .ini file.
I don't currently have any PCs without UltraVNC installed for testing.

I noticed the new version does not honor the .ini settings:

QuerySetting=4
QueryTimeout=6
QueryAccept=1
QueryIfNoLogon=0

to prompt to allow the connection. I have not actually tested any settings, I just noticed this one because I use it on my PC to give me a few seconds to reject an incoming connection.

Hope this feedback helps a little.
Thank you for all your hard work!!!
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6875
Joined: 2004-04-23 10:21
Contact:

UltraVNC 1.5.0.4-dev - Feedbacks

Post by Rudi De Vos »

Thanks for the feedback, the installer popups are temporal to now what the installer does in the background.
Will be removed in final release.

I will check the
QuerySetting QueryTimeout QueryAccept QueryIfNoLogon
parameters
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6875
Joined: 2004-04-23 10:21
Contact:

Re: UltraVNC 1.5.0.4-dev - Feedbacks

Post by Rudi De Vos »

Found, the default action was not set, updated so in case no rule is set Query is added
Files updated

Image
SkyBeam
80
80
Posts: 144
Joined: 2012-12-31 11:01

Re: UltraVNC 1.5.0.4-dev - Feedbacks

Post by SkyBeam »

Can de path to ultravnc.ini be adjusted? E.g. by command-line parameter?

Reason I am asking for is that I am running multiple VNC configurations in multiple folders. Up to now it was easy to separate the configuration as it was reading ultravnc.ini from the program folder.
ddbivens
80
80
Posts: 134
Joined: 2015-12-26 14:53
Location: Tellico Plains, TN 37385 USA

Re: UltraVNC 1.5.0.4-dev - Feedbacks

Post by ddbivens »

I downloaded the 12/21/2024 release and installed it at home and on my work PC.
I was not prompted to allow the UltraVNC connection.

I ran uvnc_settings.exe to find the settings shown in your reply above and attempted to make two changes. I changed the Max CPU to 50 and I added a Query Message. The changes would not save. I thought this might be because I keep my .ini marked as Read Only to preserve my settings. But then I found out that uvnc_settings.exe is trying to save to the .ini file located in the Program Files\UltraVNC folder and not in the ProgramData\UltraVNC folder.
I removed the read only attribute from Program Files\UltraVNC\UltraVNC.ini file and the changes were saved to the Program Files\UltraVNC\UltraVNC.ini file. I copied that .ini file to the ProgramData\UltraVNC folder, stopped and started the service and I still was not prompted to allow the connection.
Post Reply