http://bugs.winehq.org/show_bug.cgi?id=5968
Summary: Richedit crashes when adding a chr(10) or chr(13) Product: Wine Version: 0.9.19. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-richedit AssignedTo: wine-bugs@winehq.org ReportedBy: g.teunis@gmail.com CC: g.teunis@gmail.com
When adding a 10 or 13 character to the richedit using lines. (i.e. in Delphi : richedit1.lines.add (chr(10)); ) will result in a crash in wine, windows works perfectly (it even adds a new line to the richedit).
Crash: EOutOfResources with Message 'RichEdit line insertion error'