fixme:atl:OleClientSite_ShowObject

Questions about Wine on Linux
Locked
ddio
Newbie
Newbie
Posts: 2
Joined: Sat Apr 19, 2014 3:15 am

fixme:atl:OleClientSite_ShowObject

Post by ddio »

Hi,

I'm using wine 1.7.16 with an WIN32 wineprefix on gentoo amd64.

When I'm starting the application vghd, I'm getting this on the terminal:

Code: Select all

libpng warning: Application built with libpng-1.6.10 but running with 1.5.15
err:menubuilder:convert_to_native_icon error 0x80004005 initializing encoder
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:atl:OleClientSite_ShowObject (0x156910) - stub
fixme:atl:OleClientSite_ShowObject (0x1c5f70) - stub
The application does not crash, but it also doesn't show anything.

Does one of the errors say someone something, and how I could fix them?
The Application isn't in the appdb and googling does not gave me much.

Thanks for any help!
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: fixme:atl:OleClientSite_ShowObject

Post by dimesio »

Code: Select all

libpng warning: Application built with libpng-1.6.10 but running with 1.5.15
You need to fix that.
ddio
Newbie
Newbie
Posts: 2
Joined: Sat Apr 19, 2014 3:15 am

Re: fixme:atl:OleClientSite_ShowObject

Post by ddio »

with an prefix with win64 this errors don't occur, but the others still and still not getting any picture:

Code: Select all

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:atl:OleClientSite_ShowObject (0x156950) - stub
fixme:atl:OleClientSite_ShowObject (0x1c5fc0) - stub
Sometimes it crashes(an windows window opens) with:

Run-time error '481':

Invalid picture
Locked