http://bugs.winehq.org/show_bug.cgi?id=15286
--- Comment #10 from Anastasius Focht focht@gmx.net 2013-03-16 16:45:07 CDT --- Hello,
"Amazon MP3 Downloader" also needs this when the .mp3 file has been downloaded. It tries to add the downloaded file to the media library by default.
Either install WMP by using 'winetricks -q wmp9' or disable this mechanism in application settings.
App log file:
--- snip --- [2013-Mar-16 21:33:14] WMP: Remote Registration Failed --- snip ---
Relay trace log:
--- snip --- ... 0024:Call ole32.CLSIDFromString(00d06b6c L"{6BF52A52-394A-11d3-B153-00C04F79FAA6}",0032f838) ret=0051507b 0024:Ret ole32.CLSIDFromString() retval=00000000 ret=0051507b 0024:Call oleaut32.SysStringLen(00000000) ret=00515093 0024:Ret oleaut32.SysStringLen() retval=00000000 ret=00515093 0024:Call ole32.CoCreateInstance(0032f838,00000000,00000001,007c938c,0032f8e8) ret=00515104 ... 0024:err:ole:CoGetClassObject class {6bf52a52-394a-11d3-b153-00c04f79faa6} not registered 0024:err:ole:CoGetClassObject no class object {6bf52a52-394a-11d3-b153-00c04f79faa6} could be created for context 0x1 0024:Ret ole32.CoCreateInstance() retval=80040154 ret=00515104 ... 0024:Call oleaut32.SysAllocString(00d03680 L"C:\users\focht\My Music\Amazon MP3\Harry Gregson - Williams\D\00e9j\00e0 Vu\09 - The Hideout.mp3") ret=0050f228 ... 0024:Ret oleaut32.SysAllocString() retval=00d067b4 ret=0050f228 0024:trace:seh:raise_exception code=c0000005 flags=0 addr=0x512a95 ip=00512a95 tid=0024 0024:trace:seh:raise_exception info[0]=00000000 0024:trace:seh:raise_exception info[1]=00000000 0024:trace:seh:raise_exception eax=00000000 ebx=00cd87e0 ecx=bded28dc edx=00d067b4 esi=0032f98c edi=00cbea30 0024:trace:seh:raise_exception ebp=0032fa94 esp=0032f95c cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010206 0024:trace:seh:call_stack_handlers calling handler at 0x750918 code=c0000005 flags=0 ... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00512a95). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:00512a95 ESP:0032f95c EBP:0032fa94 EFLAGS:00010206( R- -- I - -P- ) EAX:00000000 EBX:00cd87e0 ECX:bded28dc EDX:00d067b4 ESI:0032f98c EDI:00cbea30 Stack dump: 0x0032f95c: bded2b18 00d0b0e4 00cd87e0 00cd87e0 0x0032f96c: f742e44e 0032f9e0 7bce3e68 00cbea30 0x0032f97c: 00cbeabc 0032f901 0032fb44 00d03748 0x0032f98c: 00000000 f75b38a3 f7563ae0 f73fc4ab 0x0032f99c: f7563ff4 0032fa80 7bce3e68 0032f9e0 0x0032f9ac: f7427a5b 0032f9e0 7eb11190 0032fb58 000c: sel=0067 base=00000000 limit=00000000 32-bit r-x Backtrace: =>0 0x00512a95 in amazonmp3downloader (+0x112a95) (0x0032fa94) 1 0x004ee05e in amazonmp3downloader (+0xee05d) (0x0032fabc) 2 0x0051a11e in amazonmp3downloader (+0x11a11d) (0x0032fb08) ... --- snip ---
Some IWMPxxx vtable deref/method call crash (bad app error handling when control instanciation failed).
Regards