http://bugs.winehq.org/show_bug.cgi?id=2924
Summary: riched: run.c: ME_CalcRunExtent: assert(size.cx); fails and causes multiple apps to crash (METABUG) Product: Wine Version: unspecified Platform: All OS/Version: All Status: NEW Keywords: regression Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: Speeddymon@gmail.com
In the patch http://cvs.winehq.org/patch.py?id=17110 from http://www.winehq.org/hypermail/wine-cvs/2005/04/0149.html:
The line assert(size.cx); in the function ME_CalcRunExtent, causes wine to crash when running multiple apps. Commenting out that line allows the apps to run, but it is not the correct approach.
I have contacted the author and he has said that he will fix the code when he gets the chance. For now this bug is to act as a metabug for all bug reports where wine is crashing in the richedit controls.