Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Hard-coded string paths in log

Post Reply
nanohard
Posts: 1
Joined: 2017-07-22 19:33

Hard-coded string paths in log

Post by nanohard »

Looking at the logs (and some forum posts) it's obvious that there are hard-coded path strings for every file lookup:

Code: Select all

Plugin NOT enabled 
c:\users\rudi\desktop\ultravnc\winvnc\winvnc\vncpasswd.h

Code: Select all

c:\users\rudi\desktop\ultravnc\winvnc\winvnc\vncencodemgr.h : unknown encoder requested
vncclient.cpp : Tight found
et cetera.
Is this an error, or does this not matter?
I ask because I'm having trouble maintaining a connection and am trying to troubleshoot the issue.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Hard-coded string paths in log

Post by Rudi De Vos »

no error, this is how the debug is logged
Post Reply