Wine and VNC4Server

Questions about Wine on Linux
Locked
martinrame
Newbie
Newbie
Posts: 3
Joined: Mon Apr 30, 2012 3:45 pm

Wine and VNC4Server

Post by martinrame »

I'm using Lubuntu 11.10 and installed VNC4SERVER to let me open remote desktop sessions from a Windows machine using Ultravnc viewer.

I can use GTK2 apps without problems, but I'm getting this when I try to run WINE apps:

fixme:ole:OleLoadPictureEx (0xd25114,3782,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa50), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x136dc8)->(0x13dd80, 0, (nil)), hacked stub.
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 0/00/0000, dlt (d/m/y): 0/00/0000
err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 10 (X_UnmapWindow)
Resource id in failed request: 0x2400001
Serial number of failed request: 82
Current serial number in output stream: 93

I must add that the applications I'm trying to use runs without problems when executed from the server.

Any hint?.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Wine and VNC4Server

Post by jjmckenzie »

On Wed, May 2, 2012 at 8:49 AM, martinrame <[email protected]> wrote:
I'm using Lubuntu 11.10 and installed VNC4SERVER to let me open remote desktop sessions from a Windows machine using Ultravnc viewer.

I can use GTK2 apps without problems, but I'm getting this when I try to run WINE apps:

fixme:ole:OleLoadPictureEx (0xd25114,3782,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa50), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x136dc8)->(0x13dd80, 0, (nil)), hacked stub.
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 0/00/0000, dlt (d/m/y): 0/00/0000
err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
This WAS true in some cases. However, the ping process has to be
allowed for this to work. This has been discussed previously and
might be in the FAQ.

James
cgltower
Level 1
Level 1
Posts: 6
Joined: Wed Jul 13, 2011 11:02 pm

Re: Wine and VNC4Server

Post by cgltower »

THis is similar to my issue - try different vnc clients / servers?
Theres turbovnc, tightvnc
and even nx client / servers such as x2go.

With turbovnc I can get wglgears working through wine, so there is some functionality. But some basic X calls are not working and get mucked up in the remote desktop layers.
User avatar
André H.
Moderator
Moderator
Posts: 207
Joined: Sun Dec 07, 2008 8:33 am

Re: Wine and VNC4Server

Post by André H. »

Locked