http://bugs.winehq.org/show_bug.cgi?id=9795
Pavel rawlik@list.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rawlik@list.ru
--- Comment #12 from Pavel rawlik@list.ru 2010-06-22 09:48:18 --- The crash is caused by different behavior of comctl32.dll in windows. This application (1C:Enterprise) store in tab childs MDI window index (0,1,2,3) from Windows Handle array.
but the DRAWITEMSTRUCT under Wine contains Pointer to this value instead. i.e. attempts to read something like Array[0x987654] cause a memory error.