fixme:dib:make_rgb_colorref Unhandled color type ff000000

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
metawishmaster
Level 1
Level 1
Posts: 6
Joined: Fri Nov 11, 2011 2:06 pm

fixme:dib:make_rgb_colorref Unhandled color type ff000000

Post by metawishmaster »

Hi, I'v got this error ("fixme:dib:make_rgb_colorref Unhandled color type ff000000") which is expressed such an artifacts in a translucent areas: Image

while in winXP screenshot looks like this: Image
the program was written on Delphi

artifact there was on Ubuntu 11.10 with wine-1.3.35-0ubuntu1~ppa1~oneiric1

Thanks in advance
metawishmaster
Level 1
Level 1
Posts: 6
Joined: Fri Nov 11, 2011 2:06 pm

Post by metawishmaster »

the same thing with latest git-version
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

fixme:dib:make_rgb_colorref Unhandled color type ff000000

Post by jjmckenzie »

On Sat, Dec 24, 2011 at 11:06 AM, metawishmaster
<[email protected]> wrote:
the same thing with latest git-version
Log file posted to a site like pastebin would be most helpful.

James
metawishmaster
Level 1
Level 1
Posts: 6
Joined: Fri Nov 11, 2011 2:06 pm

Re: fixme:dib:make_rgb_colorref Unhandled color type ff00000

Post by metawishmaster »

jjmckenzie wrote:On Sat, Dec 24, 2011 at 11:06 AM, metawishmaster
<[email protected]> wrote:
the same thing with latest git-version
Log file posted to a site like pastebin would be most helpful.
Tis log is from git-version with small edit of dlls/gdi32/dibdrv/objects.c file.
132 COLORREF make_rgb_colorref( HDC hdc, dib_info *dib, COLORREF color, BOOL *got_pixel, DWORD *pixel )
133 {
134 *pixel = 0;
135 *got_pixel = FALSE;
136
137 fprintf(stderr, "===> color = %x\n", color); // added by me
http://pastebin.com/c4c8qLUU
for clarification, the logs are different, but artifacts remain the same
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: fixme:dib:make_rgb_colorref Unhandled color type ff00000

Post by vitamin »

metawishmaster wrote:Hi, I'v got this error ("fixme:dib:make_rgb_colorref Unhandled color type ff000000") which is expressed such an artifacts in a translucent areas: http://imgur.com/hk0nK
File bug report in bugzilla if you want this to be fixed. It's probably due to continuous work on DIB engine.
Locked