http://bugs.winehq.org/show_bug.cgi?id=11997
Summary: Crash error "Frichinline" on Miranda IM with History++ plugin Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: lleoliveirabr@gmail.com
Hi i tried Miranda IM with History ++ and tabsrmm plugin but i got a bug on richedit component. If i use Windows Native libraries: Richedit20 and Richedit32 i don't have the error and crash. Screenshot of error: http://img512.imageshack.us/my.php?image=capturadatelajm4.png To reproduce the bug, download Miranda IM and History++ plugin: Miranda IM: http://files.miranda-im.org/builds/miranda-v080a11w.zip extract the files to Miranda Folder History++: http://themiron.mirandaim.ru/down/historypp-alpha-2008.03.10-13.13-bin.zip extract the .dll to Miranda/plugins folder and the folders: icons and.. to Miranda Folder Now Open Miranda and go to menu and click on system history or history search. The error of screenshot will occur.
I tested with Wine 0.9.57
http://bugs.winehq.org/show_bug.cgi?id=11997
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #1 from James Hawkins truiken@gmail.com 2008-03-11 16:40:58 --- Leonardo, STOP changing the severity. We've told you several times to read the severity ratings. None of the bugs you posted even come close to being a blocker.
http://bugs.winehq.org/show_bug.cgi?id=11997
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.9.57.
http://bugs.winehq.org/show_bug.cgi?id=11997
--- Comment #2 from Leonardo lleoliveirabr@gmail.com 2008-03-13 10:51:45 --- Created an attachment (id=11354) --> (http://bugs.winehq.org/attachment.cgi?id=11354) Terminal fixme when i try to open system history on Miranda menu
Terminal fixme when i try to open system history on Miranda menu
http://bugs.winehq.org/show_bug.cgi?id=11997
Leonardo lleoliveirabr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #11354|Terminal fixme when i try to|Terminal fixme errors when i description|open system history on |try to open system history |Miranda menu |on Miranda menu
http://bugs.winehq.org/show_bug.cgi?id=11997
--- Comment #3 from Leonardo lleoliveirabr@gmail.com 2008-03-13 11:13:02 --- (From update of attachment 11354) fixme:richedit:RichEditWndProc_common EM_SETEDITSTYLE: stub fixme:richedit:IRichEditOle_fnSetHostNames stub 0x19e3770 miranda32 miranda32 fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub
http://bugs.winehq.org/show_bug.cgi?id=11997
--- Comment #4 from Leonardo lleoliveirabr@gmail.com 2008-03-13 11:17:04 --- (In reply to comment #2)
Created an attachment (id=11354)
--> (http://bugs.winehq.org/attachment.cgi?id=11354) [details]
Terminal fixme when i try to open system history on Miranda menu
Terminal fixme when i try to open system history on Miranda menu
This not happen when i try to open system history. The correct is comment 3.
http://bugs.winehq.org/show_bug.cgi?id=11997
Vorobyov Anton phoenix@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Vorobyov Anton phoenix@mail.ru 2008-03-13 11:25:31 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=11997
--- Comment #6 from Leonardo lleoliveirabr@gmail.com 2008-03-13 11:32:31 --- Created an attachment (id=11355) --> (http://bugs.winehq.org/attachment.cgi?id=11355) Fixme erros when i try to open history search on Miranda menu
http://bugs.winehq.org/show_bug.cgi?id=11997
--- Comment #7 from Leonardo lleoliveirabr@gmail.com 2008-03-26 17:11:25 --- Same problem with wine version 0.9.58.
http://bugs.winehq.org/show_bug.cgi?id=11997
--- Comment #8 from Leonardo lleoliveirabr@gmail.com 2008-05-17 16:57:42 --- I really think this bug should be fixed on Wine 1.0. Many important plugins from Miranda IM like H++, Tabsrmm, Popup, Scriver doesn't work cause this bug
http://bugs.winehq.org/show_bug.cgi?id=11997
--- Comment #9 from Artem S. Tashkinov t.artem@mailcity.com 2008-05-18 00:34:50 --- Created an attachment (id=13141) --> (http://bugs.winehq.org/attachment.cgi?id=13141) "Control "FRichInline" has no parent window"
Upon trying to show a history for a contact I get an error message "Control "FRichInline" has no parent window". If I show this window it appears again indefinitely.
I have Wine 0.9.61 and Miranda 0.7.6 plus history++ plugin v1.5.0.117.
No error messages appear in console.
http://bugs.winehq.org/show_bug.cgi?id=11997
--- Comment #10 from Dylan Smith dylan.ah.smith@gmail.com 2008-10-17 23:31:53 --- Created an attachment (id=16715) --> (http://bugs.winehq.org/attachment.cgi?id=16715) Commented out the EN_UPDATE notification that causes the problem
The error message always seems to occur when the parent is processing the EN_UPDATE message. This patch shows this by commenting out the line that notifies the parent, which seems to avoid this problem entirely.
I still have no clue why the error is occurring, but at least we now know where it is occurring.
I tested this with the following alpha builds of Miranda and History++: http://files.miranda-im.org/builds/miranda-v080a23w.zip http://themiron.mirandaim.ru/down/historypp-alpha-2008.09.25-17.11-bin.zip
http://bugs.winehq.org/show_bug.cgi?id=11997
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16715|0 |1 is obsolete| |
--- Comment #11 from Dylan Smith dylan.ah.smith@gmail.com 2008-10-18 00:42:46 --- Created an attachment (id=16716) --> (http://bugs.winehq.org/attachment.cgi?id=16716) Avoid sending EN_UPDATE when window is not visible
I don't know where the richedit control is hidden in the application. It must start out invisible at least, because applying this patch seemed to solve the problem for me.
Could someone test with the patch and see if they can find the richedit control in this plugin.
http://bugs.winehq.org/show_bug.cgi?id=11997
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=11997
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16716|0 |1 is obsolete| |
--- Comment #12 from Dylan Smith dylan.ah.smith@gmail.com 2008-10-20 09:03:15 --- (From update of attachment 16716) in git as commit ae3394271db2217ec6c92ab3934a6f2b11eb6274
Could someone test to see if this fixes the bug.
http://bugs.winehq.org/show_bug.cgi?id=11997
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dylan.ah.smith@gmail.com
--- Comment #13 from Dylan Smith dylan.ah.smith@gmail.com 2008-10-27 09:09:56 --- My patch should be in the latest development branch release (1.1.7), so it should be easy to test it now.
http://bugs.winehq.org/show_bug.cgi?id=11997
--- Comment #14 from Leonardo lleoliveirabr@gmail.com 2008-10-27 10:04:19 --- Hi, I really would like to test it, but on debian lenny wine is still on 1.1.1 version. No updates for a long time. But great to know someone is working on this bug. Thanks.
http://bugs.winehq.org/show_bug.cgi?id=11997
Leonardo lleoliveirabr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lleoliveirabr@gmail.com
--- Comment #15 from Leonardo lleoliveirabr@gmail.com 2008-11-30 10:24:20 --- Hi, this bug is fixed on Wine 1.1.9
Bug can be closed.
http://bugs.winehq.org/show_bug.cgi?id=11997
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #16 from Austin English austinenglish@gmail.com 2008-11-30 12:57:34 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=11997
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard julliard@winehq.org 2008-12-05 11:14:10 --- Closing bugs fixed in 1.1.10.