http://bugs.winehq.org/show_bug.cgi?id=25455
Summary: PopCap games installer hangs before showing the license agreement Product: Wine Version: 1.3.8 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit AssignedTo: wine-bugs@winehq.org ReportedBy: msclrhd@gmail.com
== Steps to reproduce:
1. download an installer for a PopCap game from www.popcap.com (tested on Bejeweled Blitz and Bejeweled 3 installers) 2. run the installer 3. press next on the welcome page
== Expected outcome:
Show the license agreement page.
== Actual outcome:
Application hangs after showing several lines of the form: ----- err:richedit:ReadColorTbl malformed entry err:richedit:ReadStyleSheet skipping optional destination -----
== Workaround:
run: winetricks msls31 riched30
NOTE: riched20 does not work here. NOTE: msls31 is only required for riched30: it will work without, you'll just get a message box saying msls31 could not be found.
== Comments:
This looks like the wine richedit control is not correctly parsing the rtf file properly and is then hanging. Not sure where it is hanging (my winedbg fu is lacking).