http://bugs.winehq.org/show_bug.cgi?id=15992
Summary: Sure Thing CD Labeller crashes when you start to try to use it Product: Wine Version: 1.1.8 Platform: Other URL: http://www.surething.com OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Looked into this because it was mentioned in http://jeff-duntemann.livejournal.com/172730.html
The app installs ok, and starts ok, but clicking on the first option in the wizard (create label) crashes in comctl32:
trace:tab:TAB_DeleteAllItems (0x4ff1178) trace:tab:TAB_WindowProc hwnd=0x10062 msg=133e wParam=0 lParam=3257f0 trace:tab:TAB_InsertItemT Rect: 0x10062 (0,0)-(605,498) trace:tab:TAB_DumpItemExternalT external tab 0, mask=0x00000013, dwState=0x00000000, dwStateMask=0x00000000, cchTextMax=0x00000000 trace:tab:TAB_DumpItemExternalT external tab 0, iImage=-1, lParam=0x00000000, pszTextW=L"CD/DVD Label" trace:tab:TAB_SetItemBounds tabH=19, tmH=13, iconh=0 trace:tab:TAB_SetItemBounds client right=605 trace:tab:TAB_SetItemBounds for <L"CD/DVD Label">, l,r=0,86 trace:tab:TAB_SetItemBounds Rect: (0,0)-(86,0) trace:tab:TAB_InsertItemT [0x10062]: added item 0 L"CD/DVD Label" trace:tab:TAB_WindowProc hwnd=0x10062 msg=1328 wParam=0 lParam=5cc3424 trace:tab:TAB_AdjustRect hwnd=0x10062 fLarger=0 ((253,21)-(858,519)) trace:tab:TAB_WindowProc hwnd=0x10062 msg=1328 wParam=0 lParam=0 trace:tab:TAB_AdjustRect hwnd=0x10062 fLarger=0 ((null)) trace:seh:raise_exception code=c0000005 flags=0 addr=0x7e853b67 ... Unhandled exception: page fault on read access to 0x00000004 in 32-bit code (0x7e853b67). Backtrace: =>1 0x7e853b67 TAB_AdjustRect+0xc7(infoPtr=0x4fd1a08, fLarger=0, prc=(nil)) [dlls/comctl32/tab.c:874] in comctl32 2 0x7e85663a TAB_WindowProc+0x3aa(hwnd=0x10062, uMsg=4904, wParam=0, lParam=0) [dlls/comctl32/tab.c:3151] in comctl32 3 0x7ebb174a WINPROC_wrapper+0x1a() in user32 ... 0x7e853b67 TAB_AdjustRect+0xc7 [dlls/comctl32/tab.c:874] in comctl32: movl 0x4(%esi),%ecx 874 iLeftTop = &(prc->top);
(Unfortunately "winetricks comctl32" just gets you slightly further; with that it crashes in SetFocus. Supposedly it gets a lot further in Crossover.)
http://bugs.winehq.org/show_bug.cgi?id=15992
--- Comment #1 from Dan Kegel dank@kegel.com 2008-11-11 08:34:12 --- Lei's patch, http://www.winehq.org/pipermail/wine-patches/2008-November/064434.html fixes this. The next crash is bug 16009.
http://bugs.winehq.org/show_bug.cgi?id=15992
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Lei Zhang thestig@google.com 2008-11-11 11:34:30 --- Patch has been committed: http://www.winehq.org/pipermail/wine-cvs/2008-November/049489.html
http://bugs.winehq.org/show_bug.cgi?id=15992
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2008-11-21 10:32:10 --- Closing bugs fixed in 1.1.9.