Weird problem with UltraVNC Viewer

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
occhigrigi
Level 2
Level 2
Posts: 24
Joined: Wed Oct 22, 2008 5:01 am

Weird problem with UltraVNC Viewer

Post by occhigrigi »

Hi everybody,
i've been using ultravnc viewer from long time without any problem.
Starting from wine-1.2-rc2 when i'm connected to a vnc server i cannot close anymore the viewer window and when I try to close the window it sends an ALT+F4 to the application running in the vnc server !!
With wine until version 1.2-rc1 the viewer windows close as expected.

In console there are no messages and the application runs PERFECTLY in every aspect (a platinum one).

I'm running on openSuse 11.2 64bit.
Tried with kde with compiz and with Icewm without compiz, same problem.
The application is freely available from http://sc.uvnc.com/download/click.php?id=51

Any idea ?
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Re: Weird problem with UltraVNC Viewer

Post by dimesio »

occhigrigi wrote:i've been using ultravnc viewer from long time without any problem.
Starting from wine-1.2-rc2 when i'm connected to a vnc server i cannot close anymore the viewer window and when I try to close the window it sends an ALT+F4 to the application running in the vnc server !!
With wine until version 1.2-rc1 the viewer windows close as expected.
Please run a regression test and file a bug. http://wiki.winehq.org/RegressionTesting
Gert van den Berg

Weird problem with UltraVNC Viewer

Post by Gert van den Berg »

You can also have a look at ssvncviewer from this:
http://www.karlrunge.com/x11vnc/ssvnc.html (Might replace UltraVNC
viewer rather than fix it though...)

It supports almost all (if not all) UltraVNC extensions and runs
natively... (The interface can't be compared though..)

Gert
occhigrigi
Level 2
Level 2
Posts: 24
Joined: Wed Oct 22, 2008 5:01 am

Post by occhigrigi »

The only reason I'm using ultravnc viewer is what it supports user/password authentication against a windws domain. Otherwise i should have used the good old native vncviewer :-)
Going to try ssvncviewer as advised.
For the regression test i hope to find time.
krunge
Newbie
Newbie
Posts: 2
Joined: Sat Jun 19, 2010 7:19 pm

Post by krunge »

occhigrigi wrote:The only reason I'm using ultravnc viewer is what it supports user/password authentication against a windws domain. Otherwise i should have used the good old native vncviewer :-)
Going to try ssvncviewer as advised.
The unix SSVNC viewer supports ultravnc mslogon.

Note that the ultravnc mslogon password exchange protocol is extremely weak and the windows domain username and password can be recovered a few seconds. So it is a very good idea to use some sort of additional encrypted tunnel when using ultravnc mslogon (including when using the ultravnc viewer)
James McKenzie

Weird problem with UltraVNC Viewer

Post by James McKenzie »

krunge wrote:
occhigrigi wrote:
The only reason I'm using ultravnc viewer is what it supports user/password authentication against a windws domain. Otherwise i should have used the good old native vncviewer :-)
Going to try ssvncviewer as advised.
The unix SSVNC viewer supports ultravnc mslogon.

Note that the ultravnc mslogon password exchange protocol is extremely weak and the windows domain username and password can be recovered a few seconds. So it is a very good idea to use some sort of additional encrypted tunnel when using ultravnc mslogon (including when using the ultravnc viewer)

Can this be run through ssh X tunneling to the server?

Just wondering what protocol that UltraVNC uses.

James McKenzie
krunge
Newbie
Newbie
Posts: 2
Joined: Sat Jun 19, 2010 7:19 pm

Re: Weird problem with UltraVNC Viewer

Post by krunge »

James McKenzie wrote:krunge wrote:
Can this be run through ssh X tunneling to the server?
VNC can be tunnelled through an ssh port redirection (-L ssh option.) But I don't think the ssh X tunnelling (-X or -Y option) would work; that redirects in the opposite direction (like -R) and also does some things special to the X11 protocol.

For SSH, one would need to install an ssh server on the UltraVNC server side (ultravnc knows nothing about the SSH protocol.) One can set up an ssh server on windows, but I have never done it.

Or one could use SSL tunnelling instead of SSH by using stunnel. That I have done on windows for tunneling VNC and it works fine.
Locked