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.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
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

Search found 7 matches

by dimaxp
2007-02-01 09:02
Forum: SCIII
Topic: SCIII Repeater SSL Source Code?
Replies: 8
Views: 16012

Re: SCIII Repeater SSL Source Code?

Ok, an update on progress.

The GUI log was doing some funky incremental memory allocation and would crash. I replaced most of it with an ostringstream and copied it back to the buffer. It no longer crashes the program.

But, there is another problem. sslConn_t is often freed and another method ...
by dimaxp
2007-01-29 16:23
Forum: SCIII
Topic: SCIII Repeater SSL Source Code?
Replies: 8
Views: 16012

Re: SCIII Repeater SSL Source Code?

Well so far I have found that GUI log file generation causes the repeater to crash. Eventually it accesses memory that it shouldn't. I am trying to fix it right now. I will make the revised code available if I fix it.

This does however explain why running it as a service would make it more stable ...
by dimaxp
2007-01-25 00:15
Forum: SCIII
Topic: SCIII Repeater SSL Source Code?
Replies: 8
Views: 16012

Re: SCIII Repeater SSL Source Code?

Rudi has sent me the source for the repeater, thanks Rudi!

It is quite interesting that it runs better as a service rather than as a GUI server. Possibly permission issues or maybe the GUI code has problems, either way it will be interesting to see what piece of the code crashes it.

Thanks for the ...
by dimaxp
2007-01-24 07:24
Forum: SCIII
Topic: SCIII Repeater SSL Source Code?
Replies: 8
Views: 16012

SCIII Repeater SSL Source Code?

Hi,

I am unable to find the source code for the repeater SSL, I have sent a PM to Rudi and have not received a response. The repeater is crashing every ten connections or so, I want to diagnose it, which is only possible with source code. If anyone can PM me a link or help me find it, I would ...
by dimaxp
2007-01-19 01:30
Forum: SCIII
Topic: vncencodemgr.h Gutted?
Replies: 1
Views: 4991

Re: vncencodemgr.h Gutted?

I have copied over the libjpeg, lzo, vncencodemgr.h, and the encoders themselves from UltraVNC into SCIII source. I then recompiled and found that javaviewer ssl functions with SCIII. There is a problem that I have noticed though, the javaviewer refuses to work in Full Color mode. When switched to ...
by dimaxp
2007-01-17 19:26
Forum: SCIII
Topic: vncencodemgr.h Gutted?
Replies: 1
Views: 4991

vncencodemgr.h Gutted?

Hi,

I have been taking a look at the source code of SCIII to figure out why the javaviewer ssl returns the unknown rfb encoding 16 error, instead of connecting. I have found that SCIII winvnc no longer supports any encoding other than RAW, Hextile, and ZRLE. This is because vncencodemgr.h has been ...
by dimaxp
2007-01-15 03:26
Forum: SCIII
Topic: RFB ERROR: SSL JavaViewer <-> Distributor5.exe <-> sciii.exe
Replies: 8
Views: 58458

Re: RFB ERROR: SSL JavaViewer <-> Distributor5.exe <

Was this issue ever corrected?

I found that using hextile for encoding would allow it to work, but unfortunately hextile does not provide suitable compression for use over the internet. When tight or zlib is used, the same error is returned.