http://bugs.winehq.org/show_bug.cgi?id=10795
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Status|UNCONFIRMED |NEW Component|-unknown |ole Ever Confirmed|0 |1 Keywords| |download
--- Comment #2 from Dan Kegel dank@kegel.com 2008-03-13 14:19:44 ---
From the original reporter:
--- snip ---
I have radioamateur aprs software UI-View32.exe [Here's part of the log:] fixme:ole:OLEPictureImpl_SaveAsFile (0x13d390)->(0x1616b0, 0, (nil)), hacked stub. fixme:ole:OleLoadPictureEx (0xd341b4,100899,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x34f970), partially implemented. fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette. fixme:ole:OLEFontImpl_IPersistStreamInit_InitNew (0x14bfb0c), stub!
All those ole picture errors make me think that the bug lies in our implementation of oleaut32. Try this: wget http://kegel.com/wine/winetricks sh winetricks dcom98
It works now. Not clean run, but works. Good job. ... [Now there is a second problem:] UI-View32.exe put icons to over map. These shoud dissappear, when I stop program (cleaning window). Now, when I starts again software, old icons are on map. This is not accettable, so old icons should clean away from cache, when software starts or exits.
p.s. but still goins to right way... --- snip ---
So I guess it's an ole/oleaut32 problem. Confirming and changing category. Jukka-Pekka, please file another bug for the "old icons on map" problem.