Functions of gdiplus.dll

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Gibi
Level 1
Level 1
Posts: 5
Joined: Mon May 05, 2008 9:35 pm

Functions of gdiplus.dll

Post by Gibi »

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.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Functions of gdiplus.dll

Post by austin987 »

On Mon, May 5, 2008 at 10:00 PM, Gibi <[email protected]> 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).
Dan Kegel

Functions of gdiplus.dll

Post by Dan Kegel »

On Mon, May 5, 2008 at 8:00 PM, Gibi <[email protected]> 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.
Which version of Wine are you using? We've had stubs for some of those
functions for a long time. The current version of Wine is 0.9.61.

If you are using the latest wine, try using also a native gdiplus as a
workaround, e.g.
wget http://kegel.com/wine/winetricks
sh winetricks gdiplus
Last line in debug: Attribute Error: function 'SHQueryUserNotificationState' not found.
That function is vista-only, seems unlikely you'd need it?
- Dan
Gibi
Level 1
Level 1
Posts: 5
Joined: Mon May 05, 2008 9:35 pm

Post by Gibi »

austin987,
your answer was fast, thanks!
I did install the latest version, did not work!(Still have not seen the debug to see what happened)
Will use native gdiplus and bring news,
thanks!

Dan Kegel,
thanks! I was using version 0.9.59-1, in Debian. Installed the latest version and did not work. Seems to be the same problem.
Anyway, will try native gdiplus.
Thanks!

Gibi
Gibi
Level 1
Level 1
Posts: 5
Joined: Mon May 05, 2008 9:35 pm

Post by Gibi »

Dan,
can not say about Vista, is it?

Can I do something to help you to help me?
Dan Kegel

Functions of gdiplus.dll

Post by Dan Kegel »

On Tue, May 6, 2008 at 5:27 PM, Gibi <[email protected]> wrote:
can not say about Vista, is it?
Yeah. Well, let's ignore that error until you've tried native gdiplus.
Can I do something to help you to help me?
Please try what I asked earlier,

wget http://kegel.com/wine/winetricks
sh winetricks gdiplus

and let me know what happens.
Gibi
Level 1
Level 1
Posts: 5
Joined: Mon May 05, 2008 9:35 pm

Post by Gibi »

Dan,
do I have the right for a silly question?
Did winetricks and sh winetricks gdiplus, it is asking to install ppviewer.exe! Is it right?
Thanks,
Gibi.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Functions of gdiplus.dll

Post by austin987 »

On Tue, May 6, 2008 at 8:02 PM, Gibi <[email protected]> wrote:
Dan,
do I have the right for a silly question?
Did winetricks and sh winetricks gdiplus, it is asking to install ppviewer.exe! Is it right?
Thanks,
Gibi.





Yes
Dan Kegel

Functions of gdiplus.dll

Post by Dan Kegel »

On Tue, May 6, 2008 at 6:02 PM, Gibi <[email protected]> wrote:
Did winetricks and sh winetricks gdiplus, it is asking to install ppviewer.exe! Is it right?
Yes. I suppose it should try harder to warn you it's getting gdiplus
from ppviewer.
Gibi
Level 1
Level 1
Posts: 5
Joined: Mon May 05, 2008 9:35 pm

Post by Gibi »

It works!
At least, in progress.
Ok, I was able to login and opened the window of contact list. Now, I can not open the window of IM. What should I do?

Thanks, have no words, austin987 and Dan.
Gibi.
Dan Kegel

Functions of gdiplus.dll

Post by Dan Kegel »

On Tue, May 6, 2008 at 6:49 PM, Gibi <[email protected]> wrote:
It works!
Good. For the record, the gdiplus problem with Digsby is
http://bugs.winehq.org/show_bug.cgi?id=12421
Ok, I was able to login and opened the window of contact list. Now, I can not open the window of IM. What should I do?
File a bug?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Functions of gdiplus.dll

Post by austin987 »

On Tue, May 6, 2008 at 8:49 PM, Gibi <[email protected]> wrote:
It works!
At least, in progress.
Ok, I was able to login and opened the window of contact list. Now, I can not open the window of IM. What should I do?

Thanks, have no words, austin987 and Dan.
Gibi.





As a first guess, try native richedit.
Locked