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

dsm issue

Single Click discussions / bugs
Post Reply
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

dsm issue

Post by shawnmstout »

my shortcut link command
"F:\Program Files\UltraVNC\vncviewer.exe" -preset 4 -dsmplugin MSRC4Plugin.dsm -dotcursor -logfile vnc.log -listen 444

my helper.txt line

-connect onlinefixer.com:444 -plugin MSRC4Plugin.dsm -noregistry -autoreconnect

i have also tried in helper.txt
-connect onlinefixer.com:444 -dsmplugin MSRC4Plugin.dsm -noregistry -autoreconnect

error:
Connection failed - Invalid protocol!
The plugin was unable to locate the key file. Please ensure that the registry entry is properly set and that the key file exists

i have verified that the same rc4.key is in the f:\program files\ultravnc directory as whats inside the compiler
Last edited by shawnmstout on 2009-07-18 17:03, edited 1 time in total.
User avatar
pgmoney
100
100
Posts: 285
Joined: 2004-06-26 22:29
Contact:

Re: dsm issue

Post by pgmoney »

shawnmstout wrote:my shortcut link command
"F:\Program Files\UltraVNC\vncviewer.exe" -preset 4 -dsmplugin MSRC4Plugin.dsm -dotcursor -logfile vnc.log -listen 444

my helper.txt line

-connect onlinefixer.com:444 -plugin MSRC4Plugin.dsm -noregistry -autoreconnect

i have also tried in helper.txt
-connect onlinefixer.com:444 -dsmplugin MSRC4Plugin.dsm -noregistry -autoreconnect

error:
Connection failed - Invalid protocol!
-Youve forgotten to select a DSMPlugin and the server uses a DSMPlugin
what am i doing wrong?
The viewer command line you have is for the RemoteZilla viewer. The UVNC viewer has different options. You need to edit the command line.

If you're using the RemoteZilla Viewer, it's not compatible with UVNC server.
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

Re: dsm issue

Post by shawnmstout »

im not using remotezilla, whats the command line for regular vnc?
User avatar
pgmoney
100
100
Posts: 285
Joined: 2004-06-26 22:29
Contact:

Re: dsm issue

Post by pgmoney »

shawnmstout wrote:im not using remotezilla, whats the command line for regular vnc?
-quickoption 4 -dsmplugin msrc4plugin.dsm -listen 444
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

Re: dsm issue

Post by shawnmstout »

i have updated but still getting the plugin was unable to key file

current shortcut used:

"F:\Program Files\UltraVNC\vncviewer.exe" -quickoption 4 -dsmplugin msrc4plugin.dsm -listen 444

also after update im getting
Connection failed - invalid protocol!
possible causes:
-You've forgotten to select a DSMPlugin and the Server uses a DSMPlugin
Last edited by shawnmstout on 2009-07-18 17:23, edited 1 time in total.
User avatar
pgmoney
100
100
Posts: 285
Joined: 2004-06-26 22:29
Contact:

Re: dsm issue

Post by pgmoney »

shawnmstout wrote:i have updated but still getting the plugin was unable to key file

current shortcut used:

"F:\Program Files\UltraVNC\vncviewer.exe" -quickoption 4 -dsmplugin msrc4plugin.dsm -listen 444

also after update im getting
Connection failed - invalid protocol!
possible causes:
-You've forgotten to select a DSMPlugin and the Server uses a DSMPlugin
Server command line is wrong, SC helpdesk.txt should be:
-plugin -connect onlinefixer.com:444 -noregistry

Be sure to use the same plugin and same key for viewer and server.
Last edited by pgmoney on 2009-07-18 17:34, edited 1 time in total.
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

Re: dsm issue

Post by shawnmstout »

helper.txt update
-plugin -connect onlinefixer.com:444 -noregistry

shortcut link
"F:\Program Files\UltraVNC\vncviewer.exe" -quickoption 4 -dsmplugin msrc4plugin.dsm -listen 444

other update
copied from my compiler the rc4.key and msrc4plugin.dsm to the ultravnc directory

same error, im not sure how i can trace whats going on, but its still not working
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

Re: dsm issue

Post by shawnmstout »

so any ideas of anything i might be able to check?
User avatar
pgmoney
100
100
Posts: 285
Joined: 2004-06-26 22:29
Contact:

Re: dsm issue

Post by pgmoney »

shawnmstout wrote:so any ideas of anything i might be able to check?
If you aren't using the noreg plugin it won't find the key unless you set the correct registry values.

I don't use SC and there isn't enough info about the versions of winvnc, vncviewer, dsm plugin, creator and which compiler you're using so I'm not sure what the problem may be.
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

Re: dsm issue

Post by shawnmstout »

if there are newer versions please let me know so i can use them
im using SC_VNC_Vista_Autoit compiler
vncviewer version 1.0.5.2
winvnc.exe version 1, 1, 0, 0
msrc4plugin.dsm ExpertVnc build 110
creater Aut2exe.exe version 3.2.8.1
im not using the no_reg dsm but where can i find this at?

is it better to use no_reg on clients computers and if you use the registry would this solve the rebooting reconnecting issue im facing at the current time?
Last edited by shawnmstout on 2009-07-18 20:03, edited 3 times in total.
User avatar
pgmoney
100
100
Posts: 285
Joined: 2004-06-26 22:29
Contact:

Re: dsm issue

Post by pgmoney »

shawnmstout wrote:if there are newer versions please let me know so i can use them
im using SC_VNC_Vista_Autoit compiler
vncviewer version 1.0.5.2
winvnc.exe version 1, 1, 0, 0
msrc4plugin.dsm ExpertVnc build 110
im not using the no_reg dsm but where can i find this at?

is it better to use no_reg on clients computers and if you use the registry would this solve the rebooting reconnecting issue im facing at the current time?
Those would be questions for Caramel. I haven't looked at that package.
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

Re: dsm issue

Post by shawnmstout »

ok, but if this is not the best version to use, can you make a suggestion? i was using it cause its an easy build to run, not alot of extra stuff to compile
User avatar
pgmoney
100
100
Posts: 285
Joined: 2004-06-26 22:29
Contact:

Re: dsm issue

Post by pgmoney »

shawnmstout wrote:ok, but if this is not the best version to use, can you make a suggestion? i was using it cause its an easy build to run, not alot of extra stuff to compile
I really can't make a suggestion as obviously my opinion would be a bit biased. :)
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

Re: dsm issue

Post by shawnmstout »

ok thanks for your help, how about the no_reg dsm issue, where can i find that file at?
User avatar
pgmoney
100
100
Posts: 285
Joined: 2004-06-26 22:29
Contact:

Re: dsm issue

Post by pgmoney »

shawnmstout wrote:ok thanks for your help, how about the no_reg dsm issue, where can i find that file at?
Have you confirmed the rc4.key file is actually being embedded and extracted to the remote machine?
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

Re: dsm issue

Post by shawnmstout »

no cause i dont know where it saves the files to

where do i look for this at?
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: dsm issue

Post by redge »

shawnmstout wrote:im using SC_VNC_Vista_Autoit compiler
vncviewer version 1.0.5.2
winvnc.exe version 1, 1, 0, 0
msrc4plugin.dsm ExpertVnc build 110
creater Aut2exe.exe version 3.2.8.1
im not using the no_reg dsm but where can i find this at?
work step by step. don't mix everything, this unable to find and solve any bug.
msrc4plugin.dsm 110 from ExpertVNC is unknown source.
prefer msrc4plugin.dsm from UltraVNC 1.2.4.0 based pgmoney code.
available from ultravnc 1.0.6.4
rc4.key is mandatory identical for both side (SingleClick and vncviewer) with msrc4plugin.dsm


have a look in single package.
[topic=14809][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

Re: dsm issue

Post by shawnmstout »

i saw in some of the posts people using dsm no encryption, where is the compatible one at?
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: dsm issue

Post by redge »

using dsm no encryption, where is the compatible one at?
could you clarify ?
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply