http://bugs.winehq.org/show_bug.cgi?id=58647
--- Comment #6 from Eyal Mazuz mazuzeyal@protonmail.com --- (In reply to Rafał Mużyło from comment #5)
...oh, wait...
I've found the bug I referred to. There module:DelayLoadFailureHook reported an explicit failure - there nothing like this in this log...
There's also this:
PE 73360000-73397000 Deferred mfplat PE 733b0000-733e6000 Deferred avfilter-lav-7 PE 73400000-73494000 Deferred swscale-lav-5 PE 734b0000-735b2000 --none-- lavvideo.ax
How much custom stuff related to video did you put in your prefix (either explicitly or via winetricks) ?
Running winetricks list-installed returned the following:
stuff _I think_ video related:
gdiplus lavfilters quartz wsh57 wmp11 mf ffdshow
other stuff I'm not sure if video related: (yeah I know fonts aren't for example...)
mfc42 msxml6 msftedit msls31 riched20 riched30 vb6run andale arial comicsans courier georgia impact times trebuchet verdana webdings corefonts d3dcompiler_43 d3dx9 d3dcompiler_47 dxvk w_workaround_wine_bug-50894 ucrtbase2019 vcrun2019 remove_mono internal remove_mono internal winxp dotnet40 dotnet48 sourcehansans fakechinese fakejapanese fakekorean unifont cjkfonts directx9 remove_mono internal dotnet45 remove_mono internal dotnet46 remove_mono internal dotnet461 remove_mono internal dotnet462 remove_mono internal dotnet472 vcrun2010 vcrun2008 baekmuk calibri cambria candara consolas constantia corbel droid
I would stress out that the issue occurred before doing the following below so I don't think it is related much(?)
Last night initially trying to debug the issue I came across this winetricks issue
https://github.com/Winetricks/winetricks/issues/1132
which linked to this repo: https://github.com/b-fission/vn_winestuff
I downloaded the: vn_winestuff/mf/mf64.zip, and extracted the contents into: ~/.wine/drive_c/windows/system32
Which actually removed some console warnings (but not errors) I got regarding mfplat:
0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\colorcnv.dll") not found 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\mfasfsrcsnk.dll") not found 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\mfh264enc.dll") not found 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\mfmp4srcsnk.dll") not found 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\mp3dmod.dll") not found 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\msauddecmft.dll") not found 0160:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00006FFFF9ED25B7, 28) stub 0160:fixme:ver:GetCurrentPackageId (00007FFFFE2FBC20 0000000000000000): stub 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\msmpeg2vdec.dll") not found 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\msvproc.dll") not found 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\resampledmo.dll") not found 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\wmadmod.dll") not found 0160:err:module:import_dll Library mfplat.dll (which is needed by L"C:\windows\system32\wmvdecod.dll") not found