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

Name Integrity

Should you have problems with the DSM plugin, here's the place to look for help or report issues
Post Reply
Guest

Name Integrity

Post by Guest »

Hi I can get UltraVNC to work perfectly through a repeater without encryption. But when I use encryption I get an error that says "The plugin cannot be loaded. Please check its name integrity."

I am starting it from a command prompt using the following:

"c:\program files\ultravnc\vncviewer.exe" -proxy xxx.xxx.xxx.xxx:5901 ID:3333 -dsmplugin msrc4plugin_noreg.dsm -listen

I've generated a new key and still get this error. As far as I can tell, I've followed the instructions. I ran testserver.bat I get the log you can see below. I don't see any problem there. Any help would be appreciated.

Thanks,
Arnie

07/30/05 19:22:59 : StartUp
07/30/05 19:22:59 : NOREG MS RC4 NoReg Plugin,Sean E. Covel,Mar 12 2005,1.1.8.0,MSRC4Plugin_NoReg.dsm
07/30/05 19:22:59 : GetEnvVar (getenv) dsmdebug = 1
07/30/05 19:22:59 : dsmdebug = 1
07/30/05 19:22:59 : Set Params
07/30/05 19:22:59 : NOREG MS RC4 NoReg Plugin,Sean E. Covel,Mar 12 2005,1.1.8.0,MSRC4Plugin_NoReg.dsm
07/30/05 19:22:59 : InitVars
07/30/05 19:22:59 : GetCryptoVersion.
07/30/05 19:22:59 : Acquiring the Crypto Context.
07/30/05 19:22:59 : Crypto acquired a Crypto Provider Context.
07/30/05 19:22:59 : Crypto Version = 2
07/30/05 19:22:59 : OS is 'Windows XP'
07/30/05 19:22:59 : Using provider ''
07/30/05 19:22:59 : Max Key Length 128
07/30/05 19:22:59 : GetEnvVar (registry) programfiles = C:\Program Files
07/30/05 19:22:59 : SetParams - StartUp.
07/30/05 19:22:59 : ***** VIEWER Application *****
07/30/05 19:22:59 : Trying to find the key file
07/30/05 19:22:59 : Looking at msrc4pluginkey
07/30/05 19:22:59 : GetEnvVar (getenv) msrc4pluginkey = "c:\program files\UltraVNC\rc4.key"
07/30/05 19:22:59 : msrcpluginkey "c:\program files\UltraVNC\rc4.key"
07/30/05 19:22:59 : Looking for rc4.key
07/30/05 19:22:59 : Found key at rc4.key
07/30/05 19:22:59 : CryptAcquireContext |268487368| || || |1| |-268435456|
07/30/05 19:22:59 : CryptAcquireContext |268487372| || || |1| |-268435456|
07/30/05 19:22:59 : Reading KeyBlob
07/30/05 19:22:59 : Importing ExponentOfOne KeyBlob
07/30/05 19:22:59 : Importing KEY KeyBlob
07/30/05 19:22:59 : Reading KeyBlob
07/30/05 19:22:59 : Importing ExponentOfOne KeyBlob
07/30/05 19:22:59 : Importing KEY KeyBlob
07/30/05 19:22:59 : Key File Read.
Guest

Post by Guest »

Never mind, I found the problem.

The way I was starting it was the problem instead of:

"c:\program files\ultravnc\vncviewer.exe" -proxy xxx.xxx.xxx.xxx:5901 ID:3333 -dsmplugin msrc4plugin_noreg.dsm -listen

I needed to change to the directory "c:\program files\ultravnc\vncviewer.exe"
Then enter -proxy xxx.xxx.xxx.xxx:5901 ID:3333 -dsmplugin msrc4plugin_noreg.dsm -listen
and then it worked.

Arnie
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

I tried your solution from command line started from UltraVNC folder without success.

reason:
for mode II -listen can't work because viewer start as normal mode with ID

the good solution as mode II is just remove -listen and it work !
or
I miss something ?

SingleClick initiate connection to repeater mode II (-id 3333)
viewer initiate connection to repeater mode II (ID:3333)

Start ... Run...
"c:\program files\ultravnc\vncviewer.exe" -proxy xxx.xxx.xxx.xxx:5901 ID:3333 -dsmplugin msrc4plugin_noreg.dsm

from Command Prompt:
C:\Program Files\UltraVNC> vncviewer.exe -proxy xxx.xxx.xxx.xxx:5901 ID:3333 -dsmplugin msrc4plugin_noreg.dsm
Last edited by redge on 2005-08-23 23:28, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply