[Bug 43630] Altium Designer Installer - Richedit control shows rtf code instead of text

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 8 09:32:29 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=43630

--- Comment #9 from Fabian Maurer <dark.shadow4 at web.de> ---
Sent in a patch here: https://source.winehq.org/patches/data/153776

Short Explanation:
The program uses EM_STREAMIN to send the text to the richedit control. Problem
is, sometimes (randomly, AFAIK) it sends a buffer with a terminating \0. Wine
interprets this as EOF, while on windows it just results in a space.
Program notices that the parsing failed, and adds the whole rtf markup as plain
text.

-- 
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.



More information about the wine-bugs mailing list