http://bugs.winehq.org/show_bug.cgi?id=2457
Summary: Windows Media Player 6.4 causes unhandled exception Product: Wine Version: 20040813 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: heartwood@members.limitless.org
I have the most recent Wine binaries from Debian APT (unstable). I'm running programs in fake_windows. I tried to install Windows Media Player 6.4 using the downlodable executable from the Microsoft website (because another program I want to use in Wine depends on it). I had to copy setupx.dll (from www.dll-files.com) into my / fake_windows/Windows/System dirrectory before it would install, but it did.
I did get a lot of these during the install (although it's not the problem I'm reporting, it might be relivant for all I know).
fixme:vxd:VXD_Open Unknown/unsupported VxD L"configmg.vxd". Try setting Windows version to 'nt40' or 'win31'
Along with:
fixme:ole:CoCreateInstance no classfactory created for CLSID {4315d437-5b8c- 11d0-bd3b-00a0c911ce86}, hres is 0x80040154
When I tried to run WMP, here's what happens:
jlb@2[fake_windows]$ wine ./Program\ Files/Windows\ Media\ Player/mplayer2.exe Invoking /usr/lib/wine/wine.bin ./Program Files/Windows Media Player/mplayer2. exe ... fixme:process:SetProcessPriorityBoost (0xffffffff,1): stub fixme:seh:EXC_RtlRaiseException call to unimplemented function quartz.dll. DBToAmpFactor wine: Unhandled exception (thread 0009), starting debugger... Usage: winedbg [--auto] [--gdb] cmdline
It apparently hangs there for several minutes or untill I get impatient and kill it with ctrl-c.