http://bugs.winehq.org/show_bug.cgi?id=2096
------- Additional Comments From carl.sopchak@cegis123.com 2005-28-04 14:56 ------- Thanks for the pointers. I *finally* got around to trying some of them. The WINEDEBUG=+bitmap didn't say very much, but adding the DebugBreak() indicated the call was directly from Quicken. Here's the backtrace, and a little of the WINEDEBUG=+bitmap before the break:
trace:bitmap:CreateCompatibleBitmap 0x4150 trace:bitmap:CreateBitmapIndirect 1x1, 2 colors returning 0x4280 trace:bitmap:CreateBitmapIndirect 1x1, 2 colors returning 0x4284 trace:bitmap:CreateCompatibleBitmap (0x1340,0,1082841288) = fixme:bitmap:CreateCompatibleBitmap got bad width 0 or height 1082841288, please look for reason 0x40498478 DebugBreak+0x4 [/usr/src/wine/wine/dlls/kernel/debugger.c:307] in kernel32: leave Unable to open file '/usr/src/wine/wine/dlls/kernel/debugger.c' Wine-dbg>Backtrace: =>1 0x40498478 DebugBreak+0x4 [/usr/src/wine/wine/dlls/kernel/debugger.c:307] in kernel32 (0x408ad79c) 2 0x409e3fad CreateCompatibleBitmap(hdc=0x1340, width=0x0, height=0x408ad8c8) [bitmap.c:212] in gdi32 (0x408ad7c0) 3 0x40d6c68f DRAW_CreateTransparentHandle in qwutil7 (0x408ad814) 4 0x40d43dec DRAW_FancyPage in qwutil7 (0x408ad840) 5 0x40d6494b in qwutil7 (+0x3494b) (0x408ad960) 6 0x4094bdcb WINPROC_wrapper in user32 (0x408ad984) 7 0x4094c0c4 WINPROC_CallWndProc(proc=0x40d64486, hwnd=0x1011e, msg=0xf, wParam=0x0, lParam=0x0) [/usr/src/wine/wine/dlls/user/winproc.c:417] in user32 (0 x408ad9b8) 8 0x40950d54 WINPROC_CallProc32WTo32A+0x7c(func=0x40d64486, hwnd=0x1011e, msg=0xf, wParam=0x0, lParam=0x0) [/usr/src/wine/wine/dlls/user/winproc.c:3030] i n user32 (0x408ad9e8) 9 0x40951429 CallWindowProcW(func=0x409a7b04, hwnd=0x1011e, msg=0xf, wParam=0x0, lParam=0x0) [/usr/src/wine/wine/dlls/user/winproc.c:3255] in user32 (0x40 8ada1c) 10 0x4092bc5e DispatchMessageW+0xa2(msg=0x408ada74) [/usr/src/wine/wine/dlls/user/message.c:2989] in user32 (0x408ada5c) (the backtrace went on to level 58, but I figured this was sufficient...)