Search found 13 matches

by kdh4318
2025-09-03 23:36
Forum: General help
Topic: Indicator frame of server
Replies: 0
Views: 52609

Indicator frame of server

When the server and the client are connected for the first time, the server's Indicator frame feature works properly.
However, if client change the Encoding settings during connection, the server's Indicator frame feature is disrupted.

It doesn't seem to be a normal operation. Could you check it out?
by kdh4318
2025-05-19 07:45
Forum: 1.6.x
Topic: UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 - Feedbacks
Replies: 39
Views: 714604

Re: UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 - Feedbacks

Hello @Rudi De Vos,

While the server is running, changing the settings will keep it normal. However, if i completely shut down and rerun the server, all settings are initialized. Is this the intended action?

Best Regards
by kdh4318
2025-04-25 00:28
Forum: 1.6.x
Topic: UltraVNC 1.6.0.0 and UltraVNC SC 1.6.0.0 - Feedbacks
Replies: 21
Views: 236177

Re: UltraVNC 1.6.0.0 and UltraVNC SC 1.6.0.0 - Feedbacks

Congratulation on the release of 1.6.X.X :thumbs: :thumbs: :thumbs:

How do i attach a picture here? The Custom Popup Message feature is still not working, so i would like to attach a related pictures.

The Popup I`m talking about is not the popup on the Notification tab, but the Message box on the ...
by kdh4318
2025-04-02 00:09
Forum: 1.5.x
Topic: UltraVNC 1.5.0.X-dev - Feedbacks
Replies: 85
Views: 3449723

Re: UltraVNC 1.5.0.X-dev - Feedbacks


UdpEchoServer.cpp
"&�&�" is some data used by realvnc to detect a server
in sourcetree you see the " closing the string

modified
char realvnc[5];
realvnc[0] = 38;
realvnc[1] = -85;
realvnc[2] = 38;
realvnc[3] = -85;
realvnc[4] = 0;
if (strcmp(buffer, realvnc) != 0) {

then you don't get ...
by kdh4318
2025-03-31 00:07
Forum: 1.5.x
Topic: UltraVNC 1.5.0.X-dev - Feedbacks
Replies: 85
Views: 3449723

Re: UltraVNC 1.5.0.X-dev - Feedbacks

Hello Rudi,

It's a very minor error, just curious.
In the 50 line of UdpEchoServer.cpp, one mark(") is omitted. is it meant to be?
Every time building a new release version, the same omission causes a compile error.
by kdh4318
2025-03-26 00:42
Forum: General help
Topic: Multiple pubkeys/pkeys
Replies: 3
Views: 41334

Re: Multiple pubkeys/pkeys

Hello,

I don't understand the saying that the server only has one key. For the pubkey and pkey generated to work properly, the pubkey must exist in the folder where winvnc.exe is located, and the pkey must exist in the folder where vncviewer.exe is located.

This means that if there are multiple ...
by kdh4318
2025-03-24 11:21
Forum: 1.5.x
Topic: UltraVNC 1.5.0.X-dev - Feedbacks
Replies: 85
Views: 3449723

Re: UltraVNC 1.5.0.X-dev - Feedbacks

Hello

If i set a message in Custom popup message, it will not be displayed in the messagebox.
Could you check it out?
by kdh4318
2025-03-24 11:05
Forum: General help
Topic: Multiple pubkeys/pkeys
Replies: 3
Views: 41334

Multiple pubkeys/pkeys

Hello

I've tested the case where the server and client own multiple pkeys and pubkeys, and I've come to the conclusion of the following.
Could you confirm if it's correct?

When the server owns multiple pubkeys, only the pubkey with the fastest name recognizes it as the server's authentication key ...
by kdh4318
2025-03-24 06:07
Forum: Feature requests
Topic: Strengthen Password
Replies: 3
Views: 147325

Re: Strengthen Password

Hello

The feature I requested is to enforce complicated passwords. These functions vary from site to site, but of course, they're also applied to the Ultravnc Forum. As you know, VNC Password only supports up to 8 digits in DES, so it's limited to enforce complicated passwords. Therefore, I think ...
by kdh4318
2025-01-20 07:42
Forum: Developer discussions (mainly user-mode)
Topic: Questions about latest version
Replies: 3
Views: 45511

Re: Questions about latest version

I think it still doesn`t work in 1.6.5.0-dev.

1. Even though i set Encryption of Server, Client notify "The insecure connection was refused." when i set "Only allow encrypted servers." in Client.

2. First of all, even if i shut down the feature of Rules, the Allow Action that was previously added ...
by kdh4318
2024-12-13 01:30
Forum: Feature requests
Topic: Strengthen Password
Replies: 3
Views: 147325

Strengthen Password

Hello Sir,

Recent password setting trends are subject to rules such as limiting the minimum number of characters,
including capital letters or including special characters.

Could you add these features to SecureVNCPlugin?

Best Regards
by kdh4318
2024-12-11 11:22
Forum: Developer discussions (mainly user-mode)
Topic: Questions about latest version
Replies: 3
Views: 45511

Questions about latest version

First of all, congratulations to UltraVNC Team on its 22nd anniversary!
It`s interesting that birthday is the same as mine. :thumbs:

I don`t know if i`m right, but i found some functions not working in the latest version on Github.

1. Even though i set a password in SecureVNCPlugin, the ...
by kdh4318
2024-11-21 07:50
Forum: Developer discussions (mainly user-mode)
Topic: Debug Assertion Failed
Replies: 1
Views: 42768

Debug Assertion Failed

After successfully building winvnc, the followoing error occurs when running the generated winvnc.exe, why? I didn`t touch the code.
Additionally, the recent version on Github has a completely new UI change. Thank you for the upgrade.

Debug Assertion Failed!

Program
C:\Users\Desktop\VNC\winvnc ...