http://bugs.winehq.org/show_bug.cgi?id=12808
Summary: indexed bitmaps support is broken Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: gdi32 AssignedTo: wine-bugs@winehq.org ReportedBy: misha-cn-ua@ya.ru
This bug occurs in every application, written using AlphaControls from http://www.alphaskins.com
The problem: skins in that controls usually consist of indexed 8-bit bitmaps, which at runtime are converted to 24-bit, splitted into parts and used to draw controls. Under Wine such conversion results to messed up display, the program's interface is very poor.
A workaround is to manually convert skin bitmaps to 24-bit, then program work almost normally, however there some other glitches (track bars).
The easiest way to show the bug is to run AlphaControls demo application under Wine. That demo can be freely downloaded from this page: http://www.alphaskins.com/ademos.php
http://bugs.winehq.org/show_bug.cgi?id=12808
Misha misha-cn-ua@ya.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |misha-cn-ua@ya.ru URL| |http://www.alphaskins.com/ad | |emos.php
http://bugs.winehq.org/show_bug.cgi?id=12808
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #1 from Lei Zhang thestig@google.com 2008-04-26 12:55:21 --- Please set the version field in the bug report.
http://bugs.winehq.org/show_bug.cgi?id=12808
--- Comment #2 from Austin English austinenglish@gmail.com 2008-04-26 14:11:43 --- Can you attach a screenshot in wine showing the problem, and one in windows for reference?
http://bugs.winehq.org/show_bug.cgi?id=12808
--- Comment #3 from Misha misha-cn-ua@ya.ru 2008-04-29 11:21:31 --- Created an attachment (id=12567) --> (http://bugs.winehq.org/attachment.cgi?id=12567) Screenshot on Wine
With other skins result maybe somewhat better, but not ok.
http://bugs.winehq.org/show_bug.cgi?id=12808
--- Comment #4 from Misha misha-cn-ua@ya.ru 2008-04-29 11:25:53 --- Created an attachment (id=12568) --> (http://bugs.winehq.org/attachment.cgi?id=12568) Screenshot on Windows XP SP2
http://bugs.winehq.org/show_bug.cgi?id=12808
Misha misha-cn-ua@ya.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.9.60
http://bugs.winehq.org/show_bug.cgi?id=12808
--- Comment #5 from Misha misha-cn-ua@ya.ru 2008-04-29 11:28:38 --- Created an attachment (id=12569) --> (http://bugs.winehq.org/attachment.cgi?id=12569) Another screen on Wine (the same skin as on Windows)
Interface with this skin is completely broken.
http://bugs.winehq.org/show_bug.cgi?id=12808
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #6 from Jaime Rave jaimerave@gmail.com 2008-04-29 13:27:08 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=12808
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16377
http://bugs.winehq.org/show_bug.cgi?id=12808
--- Comment #7 from Diaa Sami diaasami@gmail.com 2009-01-28 20:19:18 --- Tried this with the current WINE GIT(8f829034f3fe4da3e7adce2f4685e10ba2e2fe82), it doesn't work at all, 3 windows show up with the contents being garbled copies of what's behind the windows
http://bugs.winehq.org/show_bug.cgi?id=12808
Bug 12808 depends on bug 16377, which changed state.
Bug 16377 Summary: AlphaSkins hangs while starting http://bugs.winehq.org/show_bug.cgi?id=16377
What |Old Value |New Value ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
http://bugs.winehq.org/show_bug.cgi?id=12808
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave@gmail.com
--- Comment #8 from Jaime Rave jaimerave@gmail.com 2009-11-17 11:08:04 --- Still a problem in Wine 1.1.33. At the beginning, the program seems to be draw correctly but then the widgets just disappear.
http://bugs.winehq.org/show_bug.cgi?id=12808
trueman d.artyukh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |d.artyukh@gmail.com
--- Comment #9 from trueman d.artyukh@gmail.com 2010-10-08 02:58:34 CDT --- Interface with 8-bit skin is still completely broken. Tested on Wine 1.2, 1.3.4
http://bugs.winehq.org/show_bug.cgi?id=12808
Wolfram Sang wolfram@the-dreams.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wolfram@the-dreams.de
--- Comment #10 from Wolfram Sang wolfram@the-dreams.de 2010-11-20 17:29:21 CST ---
From my quick tests, the patch for Blobby Volley (Bug #4432) helps here as
well. There are still the mentioned glitches, but the main problem seems gone.
http://bugs.winehq.org/show_bug.cgi?id=12808
--- Comment #11 from Austin English austinenglish@gmail.com 2010-12-02 12:37:40 CST --- (In reply to comment #10)
From my quick tests, the patch for Blobby Volley (Bug #4432) helps here as well. There are still the mentioned glitches, but the main problem seems gone.
Committed: http://source.winehq.org/git/wine.git/?a=commitdiff;h=27d2b9b81490ca41c23ac3...
please retest.
http://bugs.winehq.org/show_bug.cgi?id=12808
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #12 from Austin English austinenglish@gmail.com 2010-12-11 17:05:09 CST --- Marking fixed.
http://bugs.winehq.org/show_bug.cgi?id=12808
Misha misha-cn-ua@ya.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Misha misha-cn-ua@ya.ru 2010-12-13 03:23:02 CST --- Just tested - there are still some glitches with AlphaSkins, but they are unrelated to this bug. This bug seems to be fixed.
http://bugs.winehq.org/show_bug.cgi?id=12808
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED
--- Comment #14 from Dmitry Timoshkov dmitry@codeweavers.com 2010-12-15 03:15:17 CST --- The bug will be closed as a part of the release process.
http://bugs.winehq.org/show_bug.cgi?id=12808
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2010-12-24 13:13:17 CST --- Closing bugs fixed in 1.3.10.
http://bugs.winehq.org/show_bug.cgi?id=12808
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.x
http://bugs.winehq.org/show_bug.cgi?id=12808
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.2.x |---