Poser label issue [Bug 2737]

Vikram Kumar vik at zone81.com
Wed Dec 21 10:19:05 CST 2005


Hi,

I've been looking into Bug 2737
http://bugs.winehq.org/show_bug.cgi?id=2737
and kind of lost on where to go next.

Testing on both Poser5 English and Poser6 Japanese versions, The labels
(text) on the ui don't show up. As far as the rest of the app goes,
Poser 5 seems to be working okay excpet for some redraw issues, so if
the lables show up correctly, the app should be quite useable.

Anyway, looking at the trace, it looks like it uses DrawTextEx to draw
the lables, does something with regions which I can't quite figure out,
and renders the ui. The issue seems to be that the label somewhere along
the line becomes a 1bit DIB which seems to be wrong. x11drv/dib gives a
warning saying:
warn:bitmap:X11DRV_DIB_GetImageBits_1 from unknown 1 bit bitmap
(ff0000,ff00,ff) to 1 bit DIB, direct color mapping

What I tried was to force a negative image on x11drv/dib.c by changing
line 901 to:
-BYTE neg = 0;
+BYTE neg = 1;
The attached image shows the result. The black rectangles are where the
labels are supposed to be (This is the Poser6 Japanese's register your
name & serial number etc dialog) It looks like the DIB is all white
(thus the blackness when negating). If I use the non-negated image, this
part becomes the same color as the background(transparent?) What the
lables are supposed to look like can be found here:
http://bugs.winehq.org/attachment.cgi?id=768&action=view
and how wine does it is:
http://bugs.winehq.org/attachment.cgi?id=767&action=view

I'm kind of stuck at this point, not knowing exactly what to do next.
I'd aprreciate any help, since it will be nice to have this running.

Poser6 demo is available here:
http://downloads.e-frontier.com/us/user/product.php?productid=12045&cat=1349&page=1

Also attached is a trace of
WINEDEBUG="+font,+text,+gdi,+bitmap,+seh" wine PoserJ.exe

Cheers,
Vik

-------------- next part --------------
A non-text attachment was scrubbed...
Name: poser6J.jpg
Type: image/jpeg
Size: 29029 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20051222/5f0b476d/poser6J-0001.jpg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: poser.trace.bz2
Type: application/x-bzip
Size: 228026 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20051222/5f0b476d/poser.trace-0001.bin


More information about the wine-devel mailing list