http://bugs.winehq.org/show_bug.cgi?id=25648
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED URL| |http://download.microsoft.c | |om/download/C/C/0/CC0BD555- | |33DD-411E-936B-73AC6F95AE11 | |/IE8-WindowsXP-x86-ENU.exe Resolution|FIXED | Severity|normal |minor
--- Comment #6 from Ken Sharp kennybobs@o2.co.uk 2013-07-12 14:09:32 CDT --- (In reply to comment #4)
Works in wine-1.6rc4 when installed by recent winetricks.
That's because winetricks works around this bug.
if w_workaround_wine_bug 25648 "Setting TabProcGrowth=0 to avoid hang" then cat > "$W_TMP"/set-tabprocgrowth.reg <<_EOF_ REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "TabProcGrowth"=dword:00000000
_EOF_ w_try_regedit "$W_TMP_WIN"\set-tabprocgrowth.reg fi
Still present in wine-1.6-rc4-122-g104adb7.
Registry entry in comment 1 is the workaround.