http://bugs.winehq.org/show_bug.cgi?id=3484
Summary: IE6 font rendering breaks in 20050930 Product: Wine Version: 20050930 Platform: Other URL: http://comptune.com/forums/viewtopic.php?p=84#84 OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: nospam@thenerdshow.com
Fonts appear s p a c e d o u t when viewing web pages with Internet Explorer 6.0 under wine version 20050930. This problem does not happen with Internet Explorer 6 on wine 20050725. Nor does it happen on 20050628 (although that version has problems opening a new window).
Wine version 20050725 seems to be the best version to run ie6.
How to reproduce:
On 64 bit Fedora (This problem may not affect 32 bit systems. Please confirm). 1) ./configure --x-libraries=/usr/X11R6/lib (Fedora 4 64 bit uses different x library path) 2) make depend && make 3) run ies4linux to install Internet Explorer 4) make sure the following dlloverrides are in ~/.ies4linux/ie6/user.reg
[Software\Wine\AppDefaults\iexplore.exe\DllOverrides] 1128431390 "*advapi32"="builtin" "comctl32"="builtin" "crypt32"="native" "digest"="native" "mshtml"="native" "ole32"="native" "oleaut32"="native" "rpcrt4"="native" "shdocvw"="native" "shlwapi"="native" "urlmon"="native" "wininet"="native" "wintrust"="native"
5) Run ie6 ~/bin/ie6 (change paths as necessary) 7) Navigate to a site, such as http://anch.org (low bandwidth text-only site, easy to see)
See URL http://comptune.com/forums/viewtopic.php?p=84#84 for examples of bug.
Again, this bug does NOT affect wine 20050725. This bug may only happen on 64 bit systems (someone confirm).