http://bugs.winehq.org/show_bug.cgi?id=13672
Summary: mIRC 6.32 script editor crashes with assertion failure in riched20 Product: Wine Version: CVS/GIT Platform: PC URL: http://www.mirc.com/get.html OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: nodisgod@yahoo.com
Created an attachment (id=13666) --> (http://bugs.winehq.org/attachment.cgi?id=13666) mIRC 6.32 backtrace
With Wine version wine-1.0-rc3-54-gb483b68, opening the script editor (Tools -> Script Editor) causes an assertion failure in riched20. Installing native riched20 through winetricks fixes the crash.
http://bugs.winehq.org/show_bug.cgi?id=13672
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |dylan.ah.smith@gmail.com Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1
--- Comment #1 from Dylan Smith dylan.ah.smith@gmail.com 2008-10-28 17:16:16 --- Created an attachment (id=16955) --> (http://bugs.winehq.org/attachment.cgi?id=16955) richedit: Handle negative position given to EM_POSFROMCHAR.
The position given on the EM_POSFROMCHAR message was -1, and this case simply wasn't handled, so it caused an assertion failure. This patch uses a minimum position of 0 to handle this case.
http://bugs.winehq.org/show_bug.cgi?id=13672
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch
http://bugs.winehq.org/show_bug.cgi?id=13672
scguy318 nodisgod@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #2 from scguy318 nodisgod@yahoo.com 2008-10-29 17:45:06 --- Dylan Smith's patch was committed:
http://www.winehq.org/pipermail/wine-cvs/2008-October/049164.html
so resolving fixed.
http://bugs.winehq.org/show_bug.cgi?id=13672
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2008-11-07 10:46:44 --- Closing bugs fixed in 1.1.8.
http://bugs.winehq.org/show_bug.cgi?id=13672
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified