humphd / VncSharp

VncSharp is a GPL implementation of the VNC Remote Framebuffer (RFB) Protocol for the .NET Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when connecting to VNC server

ricksu opened this issue · comments

When I tried to connect to VNC server( Windows version 6.4.0), I got the error dialog, saying "Unable to connect to the server. Error was: Only versions 3.3, 3.7, and 3.8 of the RFB Ptotocol are supported..
Check that a VNC host is running there."

Can anyone help? Thanks a lot.

What version of VNC's RFB protocol is the server sending in the code? If it's not one of the ones listed, it's not one we support.

The server is "VNC server", as the picture shown below. I think it should running RFB protocol 3.8.

vnc

thanks.

I'm not sure. Without attaching a debugger and seeing which protocol version is being sent, I don't know.