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
- 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 9 matches

by lokkju
2010-12-13 11:19
Forum: Olders
Topic: How to install UltraVNC Repeater for Linux (Debian & CentOS)
Replies: 14
Views: 75089

Re: How to install UltraVNC Repeater for Linux (Debian &

Which file do you see the references to X in? I'm not seeing it in my sources... and repeater itself should not require it.
by lokkju
2010-11-22 00:07
Forum: Olders
Topic: How to install UltraVNC Repeater for Linux (Debian & CentOS)
Replies: 14
Views: 75089

Re: How to install UltraVNC Repeater for Linux (Debian &

You're more then welcome to become a commiter to my repository. PM me your google acount email adress, and I'll add you to the repo.
by lokkju
2010-11-19 07:15
Forum: Olders
Topic: How to install UltraVNC Repeater for Linux (Debian & CentOS)
Replies: 14
Views: 75089

Re: How to install UltraVNC Repeater for Linux (Debian &

As a note, I've had a repo with my mods and fixes up at http://code.google.com/p/uvncrepeater/ for almost a year now. I'd love to get a bit more traction in the repo, and would be happy to grant commit access to people who want to mod it.
by lokkju
2006-10-27 15:55
Forum: SCIII
Topic: Howto compile SC: Issue identified - to dumb to create build
Replies: 7
Views: 11742

Re: Howto compile SC: Issue identified - to dumb to create b

You might want to look at the newest RealVNC sources to get an idea of configuration needed to use VS2005 to compile VNC.

One thing to note, be very careful to make you project an unmanaged C++ project, or else you will need the dotnet framework...
by lokkju
2006-10-24 22:24
Forum: Old messages
Topic: java ssl viewer
Replies: 9
Views: 15716

Re: java ssl viewer

After a bit more research, I think I found the root of the problem. in vncEncodeMgr.h, you will find the following: case rfbEncodingTight: case rfbEncodingZlib: case rfbEncodingZlibHex: case rfbEncodingZRLE: vnclog.Print(LL_INTINFO, VNCLOG("ZRLE encoder requested\n")); if (!zrleEncoder) zrleEncoder ...
by lokkju
2006-10-24 20:54
Forum: Old messages
Topic: java ssl viewer
Replies: 9
Views: 15716

Re: java ssl viewer

It seems the problem has to do with the defines for the encoding. In WinVNC (rfb/rfbproto.h), there are 10 encodings defined, 0 to 9, and 16 In the javaviewer, there are only 8, 0 to 7 the VNC SC, I would guess, must be set to not try to push the ones the javaviewer does not handle... How hard would ...
by lokkju
2006-10-19 21:23
Forum: VNC-related products
Topic: UltraVNC SC mod SA (Stand Alone)
Replies: 0
Views: 4173

UltraVNC SC mod SA (Stand Alone)

UltraVNC SC mod SA (Stand Alone) This is a modification of the standard UltraVNC SC server, that allows the helpdesk.txt to be embeded inside the executable itself, and so gets rid of the need for the 7zip self extracting wrapper. I’ve also added support for a RANDOMCODEWITHPREFIX setting, which w ...
by lokkju
2006-10-17 23:38
Forum: VNC-related products
Topic: Remote Support System - Client Support Made Easy
Replies: 90
Views: 52253

Re: Remote Support System - Client Support Made Easy

I just wish people would realize how GPL on stuff works. To summerize: If you use *any* GPL sourcecode, then all code that links to it is also GPL'd. If you make any changes to GPL'd code, those changes are GPL'd. If you compile and distribute any GPL'd code, then anyone who recieves a copy of the ...
by lokkju
2006-10-17 23:10
Forum: VNC-related products
Topic: OneClick:Win8/7/Vista VNC Helpdesk Remote Support System
Replies: 580
Views: 560080

Re: OneClick with Auto-Reconnect Service Mode & Safe Mod

kevineaton77, you really want a repeater service - I am looking at starting a hosted service for that, so contact me for pricing if you want (use pm). pgmoney, it seems the UltraVNC SC binary that you are distributing with you oneclick program must be modified, since it has those extra features (re ...