After more 2 000 000 (two million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is always welcome

2026-04-01: After 1.7.x, 1.8.x release builds need tests and feedback: https://forum.uvnc.com/viewtopic.php?t=38158

2026-03-11: CVE-2026-3787 and CVE-2026-4962 - Clarification: https://forum.uvnc.com/viewtopic.php?t=38155

2025-12-02: We need help: English Wikipedia UltraVNC page has been requested to deletion: https://forum.uvnc.com/viewtopic.php?t=38127
Any help is welcome to improve the UltraVNC page and/or to comment on the Wikipedia Talk page

2025-05-06: Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

2023-09-21: Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Development: UltraVNC development is always here... Any help is welcome
Feedback is welcome

Help is very needed for:
Windows ARM/ARM64 support: https://forum.uvnc.com/viewtopic.php?t=38163 / https://github.com/ultravnc/UltraVNC/issues/346
macOS support: https://forum.uvnc.com/viewtopic.php?t=38164 / https://github.com/ultravnc/UltraVNC/issues/347
Linux support: https://forum.uvnc.com/viewtopic.php?t=38165 / https://github.com/ultravnc/UltraVNC/issues/348
*BSD support: https://forum.uvnc.com/viewtopic.php?t=38166 / https://github.com/ultravnc/UltraVNC/issues/349
*Solaris support: https://forum.uvnc.com/viewtopic.php?t=38167 / https://github.com/ultravnc/UltraVNC/issues/350

BETA Plugins updated

Should you have problems with the DSM Plugin? Here is the place to look for help or report issues
Post Reply
scovel
100
100
Posts: 307
Joined: 2004-07-12 11:56
Location: CT, USA
Contact:

BETA Plugins updated

Post by scovel »

The Beta plugins have been updated. The plugins based on OpenSSL don't require a seperate libeay32.dll any more.

Unless I get feedback to the contrary I'm thinking that the ARC4 and AESV2 plugins might make "production" status soon.

Sean
DodgeV83
8
8
Posts: 23
Joined: 2004-06-26 05:51

Post by DodgeV83 »

None of your new plugins, beta or non-beta, are unzippable with the included unzipper in Windows XP. I don't want to download WinZip, though it'll probably work there.

"File skipped unknown compression method"

Just wanted to give you a heads up. Hopefully you can revert back to the way you did it in the past to make it easier for us :)

Thanx for the great plugins btw!
Guest

Post by Guest »

Interesting.... I'm using 7Zip because it has a free command-line version. I chose some agressive compression options. I tested it with WinZip. I didn't test it with XP's compession but I'll try some more conservative options and see if XP likes it.

Sean
scovel
100
100
Posts: 307
Joined: 2004-07-12 11:56
Location: CT, USA
Contact:

Post by scovel »

Ok,

Confirmed and corrected. I uploaded new zip files. For those who care, the difference was this:

7z a -tzip src.zip * -mx=9 -mpass=4 -mfb=64 -mm=Deflate64

7z a -tzip src.zip * -mx=9 -mpass=4 -mfb=64

Guess XP doesn't like Deflate64. Didn't make much of a difference anyway.

I like the fact that 7Zip is free, GPL, and has a command-line version I can use for scripting. I had been using RAR for scripting situations in the past but nobody uses RAR files. Everybody know ZIP.

FYI,

I recently (last week) wrote a series of scripts to automate the version number and creating the release builds and zip files. Once I'm satisfied with the code I can execute a script for each plugin that builds the DSM, UPX compresses it, copies it to a release directory, then create the release and source zips. Then it copies it to my WebSite directory. All I have to do then it FTP the file to my website.

Sean
DodgeV83
8
8
Posts: 23
Joined: 2004-06-26 05:51

Post by DodgeV83 »

Wow! Great response time! Thank you very much for fixing the files.

You should be getting paid for this ;)
scovel
100
100
Posts: 307
Joined: 2004-07-12 11:56
Location: CT, USA
Contact:

Post by scovel »

No problem. I told you I had it automated.

Just let me know how it works for you.

Sean
DodgeV83
8
8
Posts: 23
Joined: 2004-06-26 05:51

Post by DodgeV83 »

I just tested it and it works great!

Thanx again!
Post Reply