[Bug 1716] New: Regression: dlls/comctl32/toolbar.c, X11DRV_CreateBitmap fails

Wine Bugs wine-bugs at winehq.com
Tue Sep 16 09:18:34 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1716

           Summary: Regression: dlls/comctl32/toolbar.c, X11DRV_CreateBitmap
                    fails
           Product: Wine
           Version: 20030911
          Platform: Other
               URL: http://www.iki.fi/~jlavi/Wine/wine-20030307143820.gif
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-gdi
        AssignedTo: wine-bugs at winehq.com
        ReportedBy: jlavi at iki.fi


Trace32 is a hardware debugging system which I use debug Arm
based embedded devices.

The patch committed on March 07 2003 at 17:02:46 CST by Alexandre broke the
buttons in the main window of Trace32:
  http://www.iki.fi/~jlavi/Wine/wine-20030307170246.gif
Also the Wine version 20030911 has the same problem.

The patch changed only the file dlls/comctl32/toolbar.c.

The buttons are corrupted only in the main window of Trace32, not
in its subwindows. With the same subwindows open as in the screenshot,
Wine gives the following error message 108 times:
  err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4

Here is Wine 20030307 17:02:46 output run through uniq:
 err:font:ReadFontDir Can't open directory "/usr/share/wine-c/windows/Fonts"
 fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
 Using closest match instead (Swedish keyboard layout) for scancode mapping.
 Please define your layout in windows/x11drv/keyboard.c and submit them
 to us for inclusion into future Wine releases.
 See the Wine User Guide, chapter "Keyboard" for more information.
 fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
 err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
 fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
 err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
 fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
 err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4

Just before the patch was committed on the same day the buttons worked
at 14:38:20:
  http://www.iki.fi/~jlavi/Wine/wine-20030307143820.gif
With this Wine version the output still contains X11DRV_CreateBitmap error
messages but there is only 27 of them, exactly 4 times less than when buttons
are corrupted.

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list