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
toolbar button icons appear washed out
Re: toolbar button icons appear washed out
Sounds like something up with image list and/or GDI. You might want to dig in that direction.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.
So after poking around and trying different WINEDEBUG settings, I came across this error message:
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]
Code: Select all
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"microsoft.windows.common-controls"
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]
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.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?