http://bugs.winehq.org/show_bug.cgi?id=2796
------- Additional Comments From mteske@imagnos.com 2005-16-03 06:09 ------- Ok, I did some more testing. I changed line 991 in editor.c to WCHAR *p = ALLOC_N_OBJ(WCHAR, nLen*2+1); // allocate double length because the crashes were sometimes around that area and a comment there mentions buffer overruns. Now it works! But, don't ask me why this works, maybe you can find an explanation?