http://bugs.winehq.org/show_bug.cgi?id=60236 --- Comment #2 from Dante Dex <dante.dex.arch@gmail.com> --- Created attachment 81931 --> http://bugs.winehq.org/attachment.cgi?id=81931 upstream_wine_access_violation_log This is the Wine (11.16) upstream access violation log. We did a test matrix, with the following results: | Runtime | Builtin RichEdit | Result | | --- | --- | --- | | Wine 11.16 | stock | access violation at the first `ME_StreamIn`; LayOut does not start; captured log | | Wine 11.16 | patched | LayOut starts; 42 `ME_StreamIn` calls complete without an access violation | | Wine Staging 11.16 | stock | access violation at `ME_StreamIn`; LayOut does not start | | Wine Staging 11.16 | patched | LayOut starts; 42 `ME_StreamIn` calls complete without an access violation; later exits in a separate CEF/graphics path | | Wine Staging 11.15 | stock | access violation at `ME_StreamIn` | | Wine Staging 11.15 | patched | LayOut starts; no access violation | | Wine Staging 11.14 | stock | access violation during RTF initialization | | Wine Staging 11.14 | patched | LayOut starts | | GE-Proton 11-5 / Wine 11.0 | stock | access violation during RTF initialization | | GE-Proton 11-5 / Wine 11.0 | patched | LayOut starts | | Native Windows text services | native | LayOut starts | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.