toolbar button icons appear washed out

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

toolbar button icons appear washed out

Post by jprosser »

Hi Folks,
I'm trying to get MetaTrader working and am almost there except for the toolbar buttons showing up incorrectly. They appear white with some light blue features.

I've turned on palette tracing with WINEDEBUG, and ran strace on wine to see if there was any sort of palette data being accessed, but haven't found anything.

Is there a method to discover what is causing this to happen?

Thanks,
-Joe
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: toolbar button icons appear washed out

Post by vitamin »

jprosser wrote:I've turned on palette tracing with WINEDEBUG, and ran strace on wine to see if there was any sort of palette data being accessed, but haven't found anything.
Sounds like something up with image list and/or GDI. You might want to dig in that direction.
jprosser
Level 1
Level 1
Posts: 5
Joined: Mon Nov 03, 2008 9:03 pm

Post by jprosser »

So after poking around and trying different WINEDEBUG settings, I came across this error message:

Code: Select all

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"microsoft.windows.common-controls" 
I'm wondering if the common controls are things like menubars? I've overriden the comctl32 dll, but that didn't help.

I've tried looking at image-list trace info, but nothing showed up there. When I added +gdi I got flooded.

Does anyone have any ideas of where I might dig next?

Cheers,
-Joe[/quote]
jprosser
Level 1
Level 1
Posts: 5
Joined: Mon Nov 03, 2008 9:03 pm

Post by jprosser »

I did try running wineprefixcreate but it didn't help
Do I run wineprefixcreate on a new .wine or can I run it on the one I've been using?

Cheers,
-Joe
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

jprosser wrote:I did try running wineprefixcreate but it didn't help
Do I run wineprefixcreate on a new .wine or can I run it on the one I've been using?
Wineprefixcreate is deprecated; you shouldn't be running it at all. If you didn't get an error message telling you that when you ran it, then you must be using a very old version of Wine and should upgrade.
Locked