[Bug 6254] riched32: Various Programms need EM_FORMATRANGE (Installer infinite loop from richtext error / wordpad: Printed Page is only white / Also affected: Half-Life, Endnote X5 Demo, ZMud, MukClient )

WineHQ Bugzilla wine-bugs at winehq.org
Thu Dec 24 13:26:38 CST 2020


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
                URL|http://www.kremlinencrypt.c |https://web.archive.org/web
                   |om/download/krem221.exe     |/20070207122605/http://www.
                   |                            |kremlinencrypt.com/release/
                   |                            |krem221.exe

--- Comment #90 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

confirming, still present.

2006: "Here, have a patch."
2010: "Here, have a set of better patches."
2010: "Won't make into Wine 1.2."
2010: "Let this lie for a little while."
2020: "Little delay, but generally we're on track guys."
2030: "Just minor cleanups. It will be beautiful."

I guess at one point it becomes a meme ;-)

Adding stable download link via Internet Archive from Dan's comment #78

https://web.archive.org/web/20070207122605/http://www.kremlinencrypt.com/release/krem221.exe

Wine source:

https://source.winehq.org/git/wine.git/blob/9d7a710fc0d1a0ecea17a68675d3899aff63ae0c:/dlls/riched20/editor.c#l3606

--- snip ---
3606 /* Handle messages for windowless and windowed richedit controls.
3607  *
3608  * The LRESULT that is returned is a return value for window procs,
3609  * and the phresult parameter is the COM return code needed by the
3610  * text services interface. */
3611 LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
3612                          LPARAM lParam, BOOL unicode, HRESULT* phresult)
3613 {
3614   *phresult = S_OK;
3615 
3616   switch(msg) {
3617 
3618   UNSUPPORTED_MSG(EM_DISPLAYBAND)
3619   UNSUPPORTED_MSG(EM_FINDWORDBREAK)
3620   UNSUPPORTED_MSG(EM_FMTLINES)
3621   UNSUPPORTED_MSG(EM_FORMATRANGE)
...
--- snip ---

$ sha1sum krem221.exe 
4f19ef2a1a55eddbadb49e7583aca67b9f8a3deb  krem221.exe

$ du -sh krem221.exe 
1.1M    krem221.exe

$ wine --version
wine-6.0-rc3-34-g9d7a710fc0d

Regards

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