http://bugs.winehq.org/show_bug.cgi?id=5457
Summary: Windows Media Player installer fails with DLL error Product: Wine Version: 0.9.15. Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: senatorkoppie@yahoo.com
Using Wine 0.9.15. Ran ies4linux first, and ran the installer in the ies4linux directory (see below). Used winecfg to change the Windows version to 2000, then 98. Followed the directions on the AppDB website. It unpacks the installer, but as soon as it's finishing unpacking it quits and gives me the following:
~/.ies4linux/ie6/drive_c$ wine MPSetup ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory fixme:crypt:I_CryptCreateLruCache (0x7fb9fc94, 0x7159bdc8): stub! fixme:crypt:I_CryptInstallOssGlobal 7159bbb8 00000000 00000000 err:module:LdrInitializeThunk "WINTRUST.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\temp\IXP000.TMP\setup_wm.exe" failed, status c0000142
Changing the windows version doesn't help. Neither does overriding the DLL with a "native" or a "builtin" setting. I checked, the DLL is present in the Windows system32 directory.
I also tried Henry K's idea: WINEDEBUG="+loaddll" WINEDLLOVERRIDES="msxml3=n" wine MPSetup (note I changed the name of the installer because I downloaded a different installer). Didn't work either. But then I got inspired: ~/.ies4linux/ie6/drive_c$ WINEDEBUG="+loaddll" WINEDLLOVERRIDES="msxml3=n;WINTRUST=b" wine MPSetup. That got me an installer screen, but it said "Setup is currently unable to detect available updates. Please try again later."
I tried Jim Burns' idea of installing WMP 7.1 first, using my special command (see above). Once again I got to an installer screen, and it told me: "The Windows Media Update Notifier is currently unable to detect available updates. Please try again later."
I'm starting to suspect it's an internet connection problem, but IE6 connects to the internet just fine.
Any thoughts???