http://bugs.winehq.org/show_bug.cgi?id=34892
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://download.microsoft.c | |om/download/C/C/0/CC0BD555- | |33DD-411E-936B-73AC6F95AE11 | |/IE8-WindowsXP-x86-ENU.exe | |e489483e5001f95da04e1ebf3c6 | |64173baef3e26 CC| |focht@gmx.net Version|unspecified |1.7.5 Summary|IE8 crashes, needs |IE8 crashes in 'purist' |unimplemented function |mode, needs unimplemented |urlmon.dll.108 |urlmon.dll.108 Ever Confirmed|0 |1
--- Comment #2 from Anastasius Focht focht@gmx.net 2013-11-11 18:03:15 CST --- Hello,
it looks like you installed/ran IE8 in 'purist' mode (no native overrides). Usually IE8 is installed via 'winetricks -q ie8' recipe which automatically adds a couple of needed native overrides (including urlmon).
There were some attempts to get this undocumented stub in:
http://www.winehq.org/pipermail/wine-patches/2009-July/075984.html
http://www.winehq.org/pipermail/wine-patches/2011-May/101631.html
It's probably special/internal to IE8 and urlmon version specific.
IE/browser/helper dlls import/share several undocumented ordinal-only API. Wine can't possibly replace/implement those internal API.
Use override list from 'winetricks ie8' recipe (maybe trim the list further down for what it's worth/own risk).
Regards