http://bugs.winehq.org/show_bug.cgi?id=17301
Summary: Regression - Autocad MTEXT command broken in current git Product: Wine Version: unspecified Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: max@veneto.com
The patch :
ea9e062b6c460b17ddc3b820dee80960b74b9369 is first bad commit commit ea9e062b6c460b17ddc3b820dee80960b74b9369 Author: Dylan Smith dylan.ah.smith@gmail.com Date: Fri Feb 6 01:09:36 2009 -0500
richedit: Removed unnecessary calls to ME_WrapMarkedParagraphs.
These calls to ME_WrapMarkedParagraphs never do anything, and don't make sense to be called in these places. These places are for ME_MoveCaret, and ME_ArrowHome, which both don't involve any text being modified, and all (direct and indirect) calls to these functions are done after the text has already been wrapped.
:040000 040000 45e465b6c983b8fe6546963a7c0ffc745a3d4b10 ba718734b4ee94514e23952dca8388c6284b943a M dlls
Broke MTEXT command in Autocad; program crashes with following error :
caret.c:175: ME_GetCursorCoordinates: Asserzione '!(ME_GetParagraph(pCursorRun)->member.para.nFlags & 0x01)' fallita. err:seh:raise_exception Unhandled exception code e0000001 flags 0 addr 0x7b845a20
Ciao
Max