http://bugs.winehq.org/show_bug.cgi?id=10916
--- Comment #2 from Anastasius Focht focht@gmx.net 2008-06-20 11:23:37 --- Created an attachment (id=14211) --> (http://bugs.winehq.org/attachment.cgi?id=14211) patch to work around comctl32 treeview EN_UPDATE with selected Item already cleared
Hello,
no it's in Treeview. It crashes in command handler for EN_UPDATE because editing item (node) is already cleared. Attached patch works this around - though the real cause should be investigated further by using native comctl32 and message spy. It might indicate a wrong or missing message sequence.
Used Eclipse 3.3.3 Europa from:
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads...
After that you will run into:
http://bugs.winehq.org/show_bug.cgi?id=14015 (null REFCLSID passed to ole32.WriteClassStg) http://bugs.winehq.org/show_bug.cgi?id=14016 (WebBrowser_GetIDsOfNames needs to be fleshed out)
Regards