http://bugs.winehq.org/show_bug.cgi?id=15543
Summary: AIRC application blows up when opening a tree menu Product: Wine Version: 1.1.5 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P1 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: pedro.m.ferreira@mail.cm-portel.pt
When I try to open a treemenu the application just dies.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #1 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-10-07 05:24:05 --- Created an attachment (id=16520) --> (http://bugs.winehq.org/attachment.cgi?id=16520) wine execution log
execution log
http://bugs.winehq.org/show_bug.cgi?id=15543
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Component|comctl32 |-unknown Priority|P1 |P2
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2008-10-07 06:48:12 --- Please remove ~/.wine and try again. If you are using native DLLs state that explicitly.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #3 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-10-07 08:40:21 --- (In reply to comment #2)
Please remove ~/.wine and try again. If you are using native DLLs state that explicitly.
Done, still blows up. I'm not using native DLL's, i'm leaving wine in the default config. Wine version 1.5
http://bugs.winehq.org/show_bug.cgi?id=15543
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-07 11:07:59 --- I don't buy what I'm seeing here. What distro is this? What compiler? What flags?
According to your backtrace: =>1 0x7e86a7a6 TREEVIEW_RecalculateVisibleOrder+0x76(infoPtr=0x201b40, start=0x200c18) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:906] in comctl32 (0x00334b94) 2 0x7e86df57 TREEVIEW_Size+0x87(infoPtr=<register ESI not in topmost frame>, wParam=<is not available>, lParam=<is not available>) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:5336] in comctl32 (0x00334bc4) 3 0x7e873cfe TREEVIEW_WindowProc+0x141e(hwnd=0x201b4, uMsg=5, wParam=0, lParam=25428279) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:5694] in comctl32 (0x003354e4)
The call sequence: TREEVIEW_Size(?, 0, 25428279) -> TREEVIEW_RecalculateVisibleOrder(infoPtr=0x201b40, start=0x200c18)
How's that possible with code looking this way? dlls/comctl32/treeview.c:5335 TREEVIEW_RecalculateVisibleOrder(infoPtr, NULL);
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #5 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-10-07 11:26:23 --- (In reply to comment #4)
I don't buy what I'm seeing here. What distro is this? What compiler? What flags?
According to your backtrace: =>1 0x7e86a7a6 TREEVIEW_RecalculateVisibleOrder+0x76(infoPtr=0x201b40, start=0x200c18) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:906] in comctl32 (0x00334b94) 2 0x7e86df57 TREEVIEW_Size+0x87(infoPtr=<register ESI not in topmost frame>, wParam=<is not available>, lParam=<is not available>) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:5336] in comctl32 (0x00334bc4) 3 0x7e873cfe TREEVIEW_WindowProc+0x141e(hwnd=0x201b4, uMsg=5, wParam=0, lParam=25428279) [/home/xekhz/wine-1.1.5/dlls/comctl32/treeview.c:5694] in comctl32 (0x003354e4)
The call sequence: TREEVIEW_Size(?, 0, 25428279) -> TREEVIEW_RecalculateVisibleOrder(infoPtr=0x201b40, start=0x200c18)
How's that possible with code looking this way? dlls/comctl32/treeview.c:5335 TREEVIEW_RecalculateVisibleOrder(infoPtr, NULL);
I grabbed this version of wine and compiled from source with gcc-4.1
$ md5sum wine-1.1.5.tar.bz2 8e06b02323f2dff1f6db0fea6df89b5b wine-1.1.5.tar.bz2
It is a debian machine Linux Intranet-CMS 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686 GNU/Linux
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-07 11:35:49 --- gcc -v
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #7 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-10-07 14:56:53 --- (In reply to comment #6)
gcc -v
Here it is
xekhz@Intranet-CMS:~$ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #8 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-10-16 08:49:27 --- Using native dll comctl32.dll The problema does not exists. So i think there is a problem in comctl32 fake dll
http://bugs.winehq.org/show_bug.cgi?id=15543
Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Version|1.1.5 |1.1.6
http://bugs.winehq.org/show_bug.cgi?id=15543
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Version|1.1.6 |1.1.5
--- Comment #9 from James Hawkins truiken@gmail.com 2008-10-17 14:21:39 --- Don't change the original reported version.
http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #10 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-10-27 06:51:30 --- wine: Unhandled page fault on read access to 0x00000064 at address 0x7e7227e6 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000064 in 32-bit code (0x7e7227e6). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7e7227e6 ESP:00324b7c EBP:00324b94 EFLAGS:00010246( - 00 -RIZP1) EAX:00000000 EBX:7e73e294 ECX:00167d40 EDX:00000000 ESI:00000000 EDI:002021a0 Stack dump: 0x00324b7c: 002021a0 00210da8 00167d40 00000011 0x00324b8c: 002021a0 000201b4 00324bc4 7e725f97 0x00324b9c: 00000000 000201b4 00324bb4 7eac781d 0x00324bac: 00000001 00000000 00324bc4 7e722a54 0x00324bbc: 7e73e294 002021a0 003254e4 7e72bd3e 0x00324bcc: 00000000 00000000 00000000 00000000 Backtrace: =>1 0x7e7227e6 TREEVIEW_RecalculateVisibleOrder+0x76(infoPtr=0x2021a0, start=0x167d40) [/home/xekhz/wine-1.1.7/dlls/comctl32/treeview.c:906] in comctl32 (0x00324b94) 2 0x7e725f97 TREEVIEW_Size+0x87(infoPtr=<register ESI not in topmost frame>, wParam=<is not available>, lParam=<is not available>) [/home/xekhz/wine-1.1.7/dlls/comctl32/treeview.c:5336] in comctl32 (0x00324bc4) 3 0x7e72bd3e TREEVIEW_WindowProc+0x141e(hwnd=0x201b4, uMsg=5, wParam=0, lParam=25428279) [/home/xekhz/wine-1.1.7/dlls/comctl32/treeview.c:5694] in comctl32 (0x003254e4) 4 0x7ead2a2a WINPROC_wrapper+0x1a() in user32 (0x00325514) 5 0x7ead30db call_window_proc+0x6b(hwnd=<register EDI not in topmost frame>, msg=5, wp=0, lp=25428279, result=0x325588, arg=0x7e72a920) [/home/xekhz/wine-1.1.7/dlls/user32/winproc.c:458] in user32 (0x00325554) 6 0x7ead6e63 CallWindowProcW+0x53(func=0x7e72a920, hwnd=0x201b4, msg=5, wParam=<register ESI not in topmost frame>, lParam=25428279) [/home/xekhz/wine-1.1.7/dlls/user32/winproc.c:2317] in user32 (0x00325594) 7 0x0047ee22 in pbshr110 (+0x8ee22) (0x7eaac310) 8 0x88ec81e5 (0x89c03155) 9 0x00000000 (0x00000000) 0x7e7227e6 TREEVIEW_RecalculateVisibleOrder+0x76 [/home/xekhz/wine-1.1.7/dlls/comctl32/treeview.c:906] in comctl32: movl 0x64(%eax),%esi 906 item->rect.top = infoPtr->uItemHeight * Modules: Module Address Debug info Name (110 modules) PE 330000- 3af000 Deferred libjcc PE 3b0000- 3e4000 Deferred libjutils PE 3f0000- 748000 Export pbshr110 PE 860000- 894000 Deferred pbdpl110 PE 8a0000- 8b9000 Deferred atl71 PE 10000000-1000a000 Deferred sgp PE 10b00000-10ec9000 Deferred pbvm110 PE 11500000-118a3000 Deferred pbdwe110 PE 14700000-14734000 Deferred pbin9110 PE 62cb0000-62da3000 Deferred isqlt09a PE 6ff70000-6ff78000 Deferred irrgt09a PE 6ffa0000-6ffd8000 Deferred igl4n304 PE 6ffe0000-6ffef000 Deferred iregt07b PE 70d00000-70e91000 Deferred gdiplus ELF 7bf00000-7bf03000 Deferred <wine-loader> PE 7c340000-7c396000 Deferred msvcr71 PE 7c3a0000-7c41b000 Deferred msvcp71 ELF 7dd8d000-7dda1000 Deferred midimap<elf> -PE 7dd90000-7dda1000 \ midimap ELF 7dda1000-7ddc8000 Deferred msacm32<elf> -PE 7ddb0000-7ddc8000 \ msacm32 ELF 7ddc8000-7dddf000 Deferred msacm32<elf> -PE 7ddd0000-7dddf000 \ msacm32 ELF 7dddf000-7de70000 Deferred winmm<elf> -PE 7ddf0000-7de70000 \ winmm ELF 7de70000-7dec1000 Deferred libgcrypt.so.11 ELF 7dec1000-7ded4000 Deferred libtasn1.so.3 ELF 7ded4000-7df02000 Deferred libcrypt.so.1 ELF 7df02000-7df70000 Deferred libgnutls.so.13 ELF 7df70000-7df9f000 Deferred libcups.so.2 ELF 7dfd5000-7e008000 Deferred uxtheme<elf> -PE 7dfe0000-7e008000 \ uxtheme ELF 7e008000-7e030000 Deferred oledlg<elf> -PE 7e010000-7e030000 \ oledlg ELF 7e030000-7e044000 Deferred lz32<elf> -PE 7e040000-7e044000 \ lz32 ELF 7e044000-7e05d000 Deferred version<elf> -PE 7e050000-7e05d000 \ version ELF 7e05d000-7e083000 Deferred netapi32<elf> -PE 7e060000-7e083000 \ netapi32 ELF 7e083000-7e096000 Deferred msimg32<elf> -PE 7e090000-7e096000 \ msimg32 ELF 7e096000-7e09f000 Deferred libxcursor.so.1 ELF 7e09f000-7e0a4000 Deferred libxfixes.so.3 ELF 7e0a4000-7e0a7000 Deferred libxcomposite.so.1 ELF 7e0a7000-7e0aa000 Deferred libxrandr.so.2 ELF 7e0aa000-7e0b2000 Deferred libxrender.so.1 ELF 7e0b2000-7e0b7000 Deferred libxxf86vm.so.1 ELF 7e0b7000-7e0ba000 Deferred libxinerama.so.1 ELF 7e0ba000-7e0da000 Deferred imm32<elf> -PE 7e0c0000-7e0da000 \ imm32 ELF 7e0da000-7e1c6000 Deferred libx11.so.6 ELF 7e1c6000-7e1d4000 Deferred libxext.so.6 ELF 7e1de000-7e1e2000 Deferred libgpg-error.so.0 ELF 7e1e2000-7e27a000 Deferred winex11<elf> -PE 7e1f0000-7e27a000 \ winex11 ELF 7e31d000-7e33d000 Deferred libexpat.so.1 ELF 7e33d000-7e368000 Deferred libfontconfig.so.1 ELF 7e376000-7e38a000 Deferred libz.so.1 ELF 7e38a000-7e3f4000 Deferred libfreetype.so.6 ELF 7e3f4000-7e4da000 Deferred oleaut32<elf> -PE 7e410000-7e4da000 \ oleaut32 ELF 7e4da000-7e4ed000 Deferred olepro32<elf> -PE 7e4e0000-7e4ed000 \ olepro32 ELF 7e4ed000-7e551000 Deferred rpcrt4<elf> -PE 7e500000-7e551000 \ rpcrt4 ELF 7e551000-7e65c000 Deferred ole32<elf> -PE 7e570000-7e65c000 \ ole32 ELF 7e65c000-7e691000 Deferred winspool<elf> -PE 7e660000-7e691000 \ winspool ELF 7e691000-7e752000 Dwarf comctl32<elf> -PE 7e6a0000-7e752000 \ comctl32 ELF 7e752000-7e7ab000 Deferred shlwapi<elf> -PE 7e760000-7e7ab000 \ shlwapi ELF 7e7ab000-7e8c4000 Deferred shell32<elf> -PE 7e7c0000-7e8c4000 \ shell32 ELF 7e8c4000-7e970000 Deferred comdlg32<elf> -PE 7e8d0000-7e970000 \ comdlg32 ELF 7e970000-7ea0c000 Deferred gdi32<elf> -PE 7e980000-7ea0c000 \ gdi32 ELF 7ea0c000-7eb52000 Dwarf user32<elf> -PE 7ea20000-7eb52000 \ user32 ELF 7eb52000-7ebbb000 Deferred msvcrt<elf> -PE 7eb60000-7ebbb000 \ msvcrt ELF 7ebbb000-7ec0e000 Deferred advapi32<elf> -PE 7ebd0000-7ec0e000 \ advapi32 ELF 7ec0e000-7ec21000 Deferred libresolv.so.2 ELF 7ec21000-7ec40000 Deferred iphlpapi<elf> -PE 7ec30000-7ec40000 \ iphlpapi ELF 7ec40000-7ec6c000 Deferred ws2_32<elf> -PE 7ec50000-7ec6c000 \ ws2_32 ELF 7ec6c000-7ec86000 Deferred wsock32<elf> -PE 7ec70000-7ec86000 \ wsock32 ELF 7ec86000-7ec89000 Deferred iso8859-1.so ELF 7edcc000-7ef03000 Deferred kernel32<elf> -PE 7ede0000-7ef03000 \ kernel32 ELF 7ef03000-7ef0e000 Deferred libnss_files.so.2 ELF 7ef0e000-7ef18000 Deferred libnss_nis.so.2 ELF 7ef18000-7ef2e000 Deferred libnsl.so.1 ELF 7ef2e000-7ef37000 Deferred libnss_compat.so.2 ELF 7ef37000-7ef5c000 Deferred libm.so.6 ELF 7ef5c000-7f000000 Deferred ntdll<elf> -PE 7ef70000-7f000000 \ ntdll ELF b7c70000-b7c75000 Deferred libxdmcp.so.6 ELF b7c76000-b7c7a000 Deferred libdl.so.2 ELF b7c7a000-b7dab000 Deferred libc.so.6 ELF b7dab000-b7dbd000 Deferred libpthread.so.0 ELF b7dc0000-b7dc3000 Deferred libxau.so.6 ELF b7dcc000-b7f02000 Deferred libwine.so.1 ELF b7f04000-b7f1b000 Deferred ld-linux.so.2 Threads: process tid prio (all id:s are in hex) 00000008 (D) C:\AIRC\SGP\sgp.exe 00000009 0 <== 0000000c 00000012 0 0000000e 0 0000000d 0 0000000f 00000015 0 00000014 0 00000011 0 00000010 0 00000016 00000017 0 Backtrace: =>1 0x7e7227e6 TREEVIEW_RecalculateVisibleOrder+0x76(infoPtr=0x2021a0, start=0x167d40) [/home/xekhz/wine-1.1.7/dlls/comctl32/treeview.c:906] in comctl32 (0x00324b94) 2 0x7e725f97 TREEVIEW_Size+0x87(infoPtr=<register ESI not in topmost frame>, wParam=<is not available>, lParam=<is not available>) [/home/xekhz/wine-1.1.7/dlls/comctl32/treeview.c:5336] in comctl32 (0x00324bc4) 3 0x7e72bd3e TREEVIEW_WindowProc+0x141e(hwnd=0x201b4, uMsg=5, wParam=0, lParam=25428279) [/home/xekhz/wine-1.1.7/dlls/comctl32/treeview.c:5694] in comctl32 (0x003254e4) 4 0x7ead2a2a WINPROC_wrapper+0x1a() in user32 (0x00325514) 5 0x7ead30db call_window_proc+0x6b(hwnd=<register EDI not in topmost frame>, msg=5, wp=0, lp=25428279, result=0x325588, arg=0x7e72a920) [/home/xekhz/wine-1.1.7/dlls/user32/winproc.c:458] in user32 (0x00325554) 6 0x7ead6e63 CallWindowProcW+0x53(func=0x7e72a920, hwnd=0x201b4, msg=5, wParam=<register ESI not in topmost frame>, lParam=25428279) [/home/xekhz/wine-1.1.7/dlls/user32/winproc.c:2317] in user32 (0x00325594) 7 0x0047ee22 in pbshr110 (+0x8ee22) (0x7eaac310) 8 0x88ec81e5 (0x89c03155) 9 0x00000000 (0x00000000) xekhz@Intranet-CMS:~/.wine/drive_c/AIRC/SGP$
Getting the same problem with version 1.17
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #11 from Lei Zhang thestig@google.com 2008-10-27 15:13:05 --- Please **ATTACH** a WINEDEBUG=+treeview log. Do not paste...
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #12 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-11-11 09:40:45 --- Bug exists also in wine 1.1.8
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #13 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-12-10 04:52:07 --- This bug also appears in version 1.1.10
Here is the treeview log from my application.
http://rapidshare.com/files/172021629/treeview.log.tar.gz.html
I really need some help to star using fully wine in my town hall.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #14 from Lei Zhang thestig@google.com 2008-12-10 13:01:03 --- Thanks for the log. Next time, please just attach it to this bug report instead of uploading it to rapidshare.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #15 from Lei Zhang thestig@google.com 2008-12-12 12:41:18 --- Created an attachment (id=17875) --> (http://bugs.winehq.org/attachment.cgi?id=17875) test patch
Please try this patch? Does it help? Please attach a new WINEDEBUG=+treeview log to this report.
http://bugs.winehq.org/show_bug.cgi?id=15543
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #16 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-12-15 04:40:59 --- Created an attachment (id=17950) --> (http://bugs.winehq.org/attachment.cgi?id=17950) treeview comctl32 wine-1.1.10
Still the same problem :(
http://bugs.winehq.org/show_bug.cgi?id=15543
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #17875|0 |1 is obsolete| |
--- Comment #17 from Lei Zhang thestig@google.com 2008-12-16 20:00:58 --- Created an attachment (id=17996) --> (http://bugs.winehq.org/attachment.cgi?id=17996) test patch 2
Sorry, I made a typo in the last test patch. Try this one.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #18 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-12-17 06:35:18 --- (In reply to comment #17)
Created an attachment (id=17996)
--> (http://bugs.winehq.org/attachment.cgi?id=17996) [details]
test patch 2
Sorry, I made a typo in the last test patch. Try this one.
It works, thanks.
Can you give some info about what you have done?
Im trying to look to the wine code so that i can make my own tests. It is hard because i dont know where to start.
Thanks again.
http://bugs.winehq.org/show_bug.cgi?id=15543
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #19 from Lei Zhang thestig@google.com 2008-12-17 13:00:41 --- A treeview is in the process of being destroyed - TREEVIEW_Destroy().
When this happens, it's done as fast as possible, with TREEVIEW_RemoveItem(), rather than, say, TREEVIEW_DeleteItem(). Thus some internal data structures (i.e. firstVisible) are not kept track of as well as they should be.
Then, for whatever reason, the treeview gets a message telling it do calculate something that requires the internal data structures to be valid, leading to the crash.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #20 from Lei Zhang thestig@google.com 2008-12-17 13:16:05 --- Created an attachment (id=18022) --> (http://bugs.winehq.org/attachment.cgi?id=18022) test patch 3
Can you try this patch? I think it should prevent the crash, and it's a bit less hacky.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #21 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-12-18 05:30:50 --- Created an attachment (id=18044) --> (http://bugs.winehq.org/attachment.cgi?id=18044) Dump of V3 patch
Patch V3 is not working. It has the same beahviour of patch V1. Patch v2 i working :)
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #22 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-12-20 14:46:27 --- (In reply to comment #21)
Created an attachment (id=18044)
--> (http://bugs.winehq.org/attachment.cgi?id=18044) [details]
Dump of V3 patch
Patch V3 is not working. It has the same beahviour of patch V1. Patch v2 i working :)
Is the V2 patch inserted in wine version 1.11 ?
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #23 from Austin English austinenglish@gmail.com 2008-12-22 11:57:23 --- (In reply to comment #22)
(In reply to comment #21)
Created an attachment (id=18044)
--> (http://bugs.winehq.org/attachment.cgi?id=18044) [details] [details]
Dump of V3 patch
Patch V3 is not working. It has the same beahviour of patch V1. Patch v2 i working :)
Is the V2 patch inserted in wine version 1.11 ?
No.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #24 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2008-12-29 10:14:18 --- (In reply to comment #23)
(In reply to comment #22)
(In reply to comment #21)
Created an attachment (id=18044)
--> (http://bugs.winehq.org/attachment.cgi?id=18044) [details] [details] [details]
Dump of V3 patch
Patch V3 is not working. It has the same beahviour of patch V1. Patch v2 i working :)
Is the V2 patch inserted in wine version 1.11 ?
No.
when will this patch be included in a wine version ?
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #25 from Austin English austinenglish@gmail.com 2009-06-30 11:38:26 --- Is this still an issue in current (1.1.24 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #26 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2009-07-02 06:59:13 --- yes it is an issue.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #27 from Nikolay Sivov bunglehead@gmail.com 2009-10-18 06:57:16 --- Is this application available as a trial version?
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #28 from Pedro Ferreira pedro.m.ferreira@mail.cm-portel.pt 2009-10-19 11:13:08 --- (In reply to comment #27)
Is this application available as a trial version?
No, it is a portuguese application for townhall management
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #29 from Nikolay Sivov bunglehead@gmail.com 2009-11-30 15:13:27 --- (In reply to comment #19)
A treeview is in the process of being destroyed - TREEVIEW_Destroy().
When this happens, it's done as fast as possible, with TREEVIEW_RemoveItem(), rather than, say, TREEVIEW_DeleteItem(). Thus some internal data structures (i.e. firstVisible) are not kept track of as well as they should be.
Looks like that.
Then, for whatever reason, the treeview gets a message telling it do calculate something that requires the internal data structures to be valid, leading to the crash.
You're probably wrong here. If it was a message it will be waiting for return from control procedure. Instead application is calling procedure directly, previously starting destruction.
2Pedro:
please provide another log with: +tid,+msg,+treeview. After that's done please attach another +relay log as a separate attachment - let's say 3000 lines before crash will be enough.
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #30 from Austin English austinenglish@gmail.com 2010-12-20 22:15:52 CST --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.9 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=15543
--- Comment #31 from butraxz@gmail.com 2013-06-21 15:33:38 CDT --- This ticket has not been updated for over 900 days.
Is this still an issue in wine version 1.6-rc3 or higher or is this to be closed as abandoned ?
https://bugs.winehq.org/show_bug.cgi?id=15543
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #32 from Austin English austinenglish@gmail.com --- Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=15543
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #33 from Austin English austinenglish@gmail.com --- Closing.