http://bugs.winehq.org/show_bug.cgi?id=20434
Summary: X11DRV_CreateBitmap + planes=1, bpp=8 Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: vladimiroski@gmail.com
Created an attachment (id=24253) --> (http://bugs.winehq.org/attachment.cgi?id=24253) output of: WINEDEBUG=-all,+x11drv wine '/media/OFFICE_AIO/autorun.exe' 2> winex11drv.bug
I just got this error (running an autorun of an Office AIO):
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=8
http://bugs.winehq.org/show_bug.cgi?id=20434
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|winex11.drv |-unknown Resolution| |INVALID
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-20 22:22:33 --- There is nothing to fix here, that message is harmless.
http://bugs.winehq.org/show_bug.cgi?id=20434
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-20 22:23:21 --- If it really bothers you - send a patch changing ERR to WARN.
Closing.
http://bugs.winehq.org/show_bug.cgi?id=20434
--- Comment #3 from Vladimir vladimiroski@gmail.com 2009-10-21 07:01:48 --- It does not bothers me, it's just that I like to think that errors may be worth to report.
Anyway, thanks for clearing it up.