On Mon, May 5, 2008 at 10:00 PM, Gibi <wineforum-user@xxxxxxxxxx> wrote: > Problems to run Digsby. > In the first window, of login, seems good. After, to open the second window, it disappear. > I am new in Wine. Tried to read the log and the only thing apparently wrong is with calls to unimplemented functions of gdiplus.dll, GdipSetClipRect, GdipSaveGraphics and GdipSetClipRegions. > Last line in debug: Attribute Error: function 'SHQueryUserNotificationState' not found. > > Need directions to find the error. > Is it in gdiplus? > > Many thanks, > Gibi. > > > > > > gdiplus support is in the works. Try upgrading to .9.61, and if it still doesn't work, use: $ wget kegel.com/wine/winetricks $ sh winetricks gdiplus That will install native gdiplus, which should allow your app to run (assuming gdiplus is the only thing preventing it).