[Wine] Internet Explorer installs under wine as default Win2K but then crashes when run...

Philipp Ludwig kvideoencoder at gmx.net
Sat Nov 12 11:34:42 CST 2005


Am Samstag 12 November 2005 12:29 schrieb xyzzy1 at hotpop.com:
>Trying to run Internet Explorer, however:
>
> [user at localhost ~]$ WINEDLLOVERRIDES="advpack=n" wine "c:\\program
> files\\internet explorer\\iexplore.EXE"
> fixme:shell:StopWatchMode () stub!
> wine: Call from 0x2020ab67 to unimplemented function shdocvw.dll.IEWinMain,
> aborting
> fixme:shell:MLGetUILanguage () stub
> fixme:imm:ImmDisableIME (-1): stub
> fixme:advapi:RegisterEventSourceW ((null),L"Microsoft Internet Explorer"):
> stub
> fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x000003e8,
> (nil),0x0005,0x00000050,0xf1dd91c,0xf1dd4e0): stub
> fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003e8,
> (nil),0x0005,0x00000050,0x7ff40fb0,0xf1dd4e0): stub
> err:eventlog:ReportEventW L"iexplore.exe"
> err:eventlog:ReportEventW L"6.0.2800.1106"
> err:eventlog:ReportEventW L""
> err:eventlog:ReportEventW L"0.0.0.0"
> err:eventlog:ReportEventW L"00000000"
> fixme:advapi:DeregisterEventSource (0xcafe4242) stub
> fixme:wininet:InternetGetConnectedState always returning LAN connection.
> fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
> [user at localhost ~]$

I've had the same problem. Try this dll settings for iexplore.exe:
"*advapi32"="builtin"
"comctl32"="builtin"
"crypt32"="native"
"ddraw"="native,builtin"
"devenum"="native,builtin"
"digest"="native"
"icfg95"="builtin"
"jscript"="native,builtin"
"mlang"="native"
"mshtml"="native"
"ole"="native"
"ole32"="native"
"oleaut32"="native"
"quartz"="native,builtin"
"rpcrt4"="native"
"secur32"="native,builtin"
"setupapi"="native,builtin"
"setupx"="builtin"
"shdocvw"="native"
"shlwapi"="native"
"urlmon"="native"
"wininet"="native"
"wintrust"="native"

phil



More information about the wine-users mailing list