paul wrote:
I did regression testing and found patch  Id=19048  triggers this error

wine-pthread: run.c:142: ME_RunOfsFromCharOfs: Assertion `nCharOfs >= nParaOfs' failed.

filed http://bugs.winehq.org/show_bug.cgi?id=3239
The application is a free download and the bug has steps to generate the failure. It is still a problem with cvs from 20050909.
Paul



This regression affects several app's. I did some additional testing and it is an off by one bug. It should be a 10 minute fix for somebody that knows richtext.

The ME_SetSelectionParaFormat decrements nCharOfs from 124 to 123 and may not be needed.
Updated with new trace.
http://bugs.winehq.org/show_bug.cgi?id=3239

Paul



Reply via email to