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

Problem with UltraVNC install on a windows 9x box

Post Reply
philodox

Problem with UltraVNC install on a windows 9x box

Post by philodox »

I have been testing out installing ultravnc on a 9x computer since I have the NT based fastpush install working properly...

I am placing the files on a server that the users have access to and since every user in a 9x computer is an administrator this should work fine. I will give them all read and execute access on the install files on the server. On my test machine I have tried the install out with the following batch file, but for some reason I get a 'VNC authentication failed!' message when I try to connect to the 9x box after the install.

---
@echo off
md c:\progra~1\orl
md c:\progra~1\orl\vnc
copy /y l:\vnc\winvnc.exe c:\progra~1\orl\vnc
copy /y l:\vnc\mydeta~1.bat c:\windows\system
copy /y l:\vnc\mydeta~1.pif c:\windows\startm~1
copy /y l:\vnc\*.dll c:\progra~1\orl\vnc
copy /y l:\vnc\omni\*.dll c:\windows\system
regedit /s l:\vnc\vncsettings.reg
c:\progra~1\orl\vnc\winvnc -install
EXIT
---

The .reg file that I am using to import the settings is pieced together from my fastpush install on my winxp computer with the header changed so that 9x recognises it:

---
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\orl]

[HKEY_LOCAL_MACHINE\SOFTWARE\orl\winvnc3]
"AllowLoopback"=dword:00000000
"Debug Level"=dword:00000000
"Debug Mode"=dword:00000000
"DisableTrayIcon"=dword:00000001
"MSLogonRequired"=dword:00000001
"UseDSMPlugin"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\orl\winvnc3\default]
"AllowEditClients"=dword:00000000
"AllowLoopback"=dword:00000000
"AllowProperties"=dword:00000000
"AllowShutdown"=dword:00000000
"AutoPortSelect"=dword:00000001
"BlankMonitorEnabled"=dword:00000001
"DefaultScale"=dword:00000001
"EnableDriver"=dword:00000001
"EnableHook"=dword:00000001
"EnableVirtual"=dword:00000000
"FileTransferEnabled"=dword:00000001
"HTTPConnect"=dword:00000000
"IdleTimeout"=dword:00000000
"InputsEnabled"=dword:00000001
"LocalInputsDisabled"=dword:00000000
"LockSetting"=dword:00000000
"OnlyPollConsole"=dword:00000001
"OnlyPollOnEvent"=dword:00000000
"Password"=hex:removedbyphilodox
"PollForeground"=dword:00000001
"PollFullScreen"=dword:00000001
"PollUnderCursor"=dword:00000000
"QuerySetting"=dword:00000004
"QueryTimeout"=dword:0000000f
"RemoveWallpaper"=dword:00000001
"SocketConnect"=dword:00000001
"TurboMode"=dword:00000001
"UseDSMPlugin"=dword:00000000
"XDMCPConnect"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\ultravnc]

[HKEY_LOCAL_MACHINE\SOFTWARE\ultravnc\mslogon]
"group1"=hex:4d,4f,48,2d,48,45,4c,50,44,45,53,4b
"locdom1"=dword:00000002
---

I left out the VNChooks portion of it as it is extremely long... and I remembered to remove the default password this time :twisted:

Any ideas what the problem could be? I have compaired the registries of my xp and 9x computers side by side for the affected groups and they seem identical after the install...
philodox

Post by philodox »

I tried using a modified version of the self extracting local install that someone posted on here and had the same problem... if I use his version it works fine, but as soon as I update it with my registry values I get the above error message after trying to authenticate... I have the sneaking suspicion and it is the group based authentication that is doing it... I will try another test run in a bit with just that removed and see if it works...

This feature should work fine with 9x computers correct? Have I just found a bug?
mikej
Posts: 6
Joined: 2004-08-13 03:25

Post by mikej »

Are you getting the authentication failed error after a reboot?
Post Reply