http://bugs.winehq.org/show_bug.cgi?id=4144
--- Comment #10 from Dan Kegel dank@kegel.com 2008-01-10 13:34:49 --- The crashes are gone, but now the "Find Text" button never finds anything. To repeat:
$ wget http://www.jsware.net/linux/riched.zip $ wget http://activex.microsoft.com/controls/vb6/richtx32.cab $ wget http://kegel.com/wine/winetricks $ rm -rf ~/.wine $ sh winetricks vbrun60 $ cd .wine/drive_c/windows/system32 $ cabextract ~/richtx32.cab $ wine regsvr32 richtx32.ocx $ cd ~ $ unzip riched.zip $ cd "RTB test" $ wine RichEdTest.exe
type in a word that's in the big text into the search box, and then try the "find text" button.
If you install native riched20 like this, $ wget http://download.microsoft.com/download/winntsp/Patch/RTF/NT4/EN-US/Q249973i.... $ cabextract Q249973i.EXE $ mv riched20.dll riched32.dll .wine/drive_c/windows/system32 $ wine winectrl and set them both to native, the app's find and "color test api" work much better.
Golly, looks like a meaty riched bug to work on for somebody!