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
http://bugs.winehq.org/show_bug.cgi?id=17301
max@veneto.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=17301
--- Comment #1 from max@veneto.com 2009-02-07 12:43:01 --- additional info : MTEXT in Autocad is still broken without this patch (see bug 14827), but without the patch it goes much further, allowing to enter the text and hangs just on OK button press.
The same is on DDEDIT command with MTEXT objects : without the patch it shows and allow text to be edited, then hangs on OK; with the patch it just crashes on command starting.
Ciao
Max
http://bugs.winehq.org/show_bug.cgi?id=17301
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dylan.ah.smith@gmail.com Platform|All |Other Version|unspecified |1.1.14
http://bugs.winehq.org/show_bug.cgi?id=17301
--- Comment #2 from Dylan Smith dylan.ah.smith@gmail.com 2009-02-07 13:48:58 --- This seems like a duplicate of Bug 17290. There is a patch for that bug that has been sent to wine-patches, but hasn't been accepted yet. Could you try applying it to see if it changes anything.
http://bugs.winehq.org/show_bug.cgi?id=17301
--- Comment #3 from max@veneto.com 2009-02-07 13:55:39 --- (In reply to comment #2)
This seems like a duplicate of Bug 17290. There is a patch for that bug that has been sent to wine-patches, but hasn't been accepted yet. Could you try applying it to see if it changes anything.
Yep, it does, the patch solves the problem. Bug 14827 is still present, anyways :-(
Thanx for the quick fix !
Max
http://bugs.winehq.org/show_bug.cgi?id=17301
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #4 from Dylan Smith dylan.ah.smith@gmail.com 2009-02-07 14:02:14 --- This is indeed a duplicate, since the patch from the other bug fixes the issue.
*** This bug has been marked as a duplicate of bug 17290 ***
http://bugs.winehq.org/show_bug.cgi?id=17301
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-07 16:07:28 --- Closing dup