https://bugs.winehq.org/show_bug.cgi?id=39106
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |https://ftp.mozilla.org/pub | |/firefox/releases/latest/wi | |n32/en-US/Firefox%20Setup%2 | |040.0.2.exe CC| |focht@gmx.net Summary|Visiting a site serving |Firefox in Win7 mode |Lync Web App invitation |crashes on unimplemented |crashes Firefox under Wine |function |(mfplat.dll) |mfplat.dll.MFGetPluginContr | |ol when visiting a site | |serving Lync Web App | |invitation Ever confirmed|0 |1
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Mozilla Firefox
$ WINEDEBUG=+tid,+seh,+relay wine ./firefox.exe >>log.txt 2>&1 ... 0067:Call KERNEL32.LoadLibraryW(0032f0f4 L"C:\windows\system32\mfplat.dll") ret=0164cdcd ... 0067:Ret KERNEL32.LoadLibraryW() retval=f4110000 ret=0164cdcd ... 0067:Call KERNEL32.LoadLibraryW(0032f0f4 L"C:\windows\system32\mfreadwrite.dll") ret=0164cdcd ... 0067:Ret KERNEL32.LoadLibraryW() retval=f3d70000 ret=0164cdcd ... 0067:Call KERNEL32.LoadLibraryW(0032f0f4 L"C:\windows\system32\mf.dll") ret=0164cdcd ... 0067:Ret KERNEL32.LoadLibraryW() retval=f3d30000 ret=0164cdcd ... 0067:Call KERNEL32.LoadLibraryW(0032f0f4 L"C:\windows\system32\dxva2.dll") ret=0164cdcd ... 0067:Ret KERNEL32.LoadLibraryW() retval=f3d20000 ret=0164cdcd 0067:Call KERNEL32.GetModuleHandleW(0271e314 L"mfplat.dll") ret=01c21a46 0067:Ret KERNEL32.GetModuleHandleW() retval=f4110000 ret=01c21a46 0067:Call KERNEL32.GetProcAddress(f4110000,0271e590 "MFGetPluginControl") ret=01c21a4d 0067:Ret KERNEL32.GetProcAddress() retval=f4117f10 ret=01c21a4d 0067:Call KERNEL32.RaiseException(80000100,00000001,00000002,0032f2bc) ret=f41191f1 0067:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b845d61 ip=7b845d61 tid=0067 0067:trace:seh:raise_exception info[0]=f4119220 0067:trace:seh:raise_exception info[1]=f4119b37 wine: Call from 0x7b845d61 to unimplemented function mfplat.dll.MFGetPluginControl, aborting 0067:trace:seh:call_stack_handlers calling handler at 0x10e1609 code=80000100 flags=1 ... --- snip ---
MSDN: https://msdn.microsoft.com/de-de/library/windows/desktop/Dd388507%28v=VS.85%...
$ sha1sum Firefox\ Setup\ 40.0.2.exe 19f32924a81c5408ecf43f48f20050d0a025ee07 Firefox Setup 40.0.2.exe
$ du -sh Firefox\ Setup\ 40.0.2.exe 41M Firefox Setup 40.0.2.exe
$ wine --version wine-1.7.49-143-gcfbc37c
Regards