Search found 1 match

by wooly
2019-03-04 14:23
Forum: Olders
Topic: UltraVNC (using SecureVNC) application error popups
Replies: 6
Views: 12196

Re: UltraVNC (using SecureVNC) application error popups

Hi

After debugging with the source code, it seems like the root cause is that the IconFaultCounter integer variable keeps getting incremented (even with "Disable Tray Icon" is set to true), causing the vncMenu thread to be killed (with a logging message of "user name has changed").

Is there a ...