https://bugs.winehq.org/show_bug.cgi?id=45417
--- Comment #4 from Silvan s.jegen@gmail.com --- (In reply to Zebediah Figura from comment #3)
This will admittedly probably be difficult to debug.
Still, at a guess, does native windowscodecs (e.g. `winetricks windowscodecs`) help at all?
I tried to run it but it looks like it failed:
Using winetricks 20180603 - sha256sum: cad4e699f55c297afe5b177d68dccf1ef54e9dd23518a6f6343caa0ab7636615 with wine-3.11 and WINEARCH=win64 Executing w_do_call windowscodecs Executing load_windowscodecs Executing rm -f /home/silvan/.wine/dosdevices/c:/windows/syswow64/windowscodecs.dll /home/silvan/.wine/dosdevices/c:/windows/syswow64/windowscodecsext.dll /home/silvan/.wine/dosdevices/c:/windows/syswow64/wmphoto.dll /home/silvan/.wine/dosdevices/c:/windows/syswow64/photometadatahandler.dll Executing rm -f /home/silvan/.wine/dosdevices/c:/windows/system32/windowscodecs.dll /home/silvan/.wine/dosdevices/c:/windows/system32/windowscodecsext.dll /home/silvan/.wine/dosdevices/c:/windows/system32/wmphoto.dll /home/silvan/.wine/dosdevices/c:/windows/system32/photometadatahandler.dll Using native override for following DLLs: windowscodecs windowscodecsext Executing wine regedit C:\windows\Temp_windowscodecs\override-dll.reg Executing wine64 regedit C:\windows\Temp_windowscodecs\override-dll.reg Setting Windows version to winxp Executing wine regedit C:\windows\Temp_windowscodecs\set-winver.reg Executing wine64 regedit C:\windows\Temp_windowscodecs\set-winver.reg ------------------------------------------------------ Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/silvan/.wine terminate ------------------------------------------------------ Executing cd /home/silvan/.cache/winetricks/windowscodecs ------------------------------------------------------ Working around wine bug 32859 -- Working around possibly broken libX11 ------------------------------------------------------ Executing taskset -c 0 wine wic_x64_enu.exe /passive 000d:err:module:import_dll Library windowscodecs.dll (which is needed by L"C:\windows\system32\winemenubuilder.exe") not found 000d:err:module:attach_dlls Importing dlls for L"C:\windows\system32\winemenubuilder.exe" failed, status c0000135 0012:fixme:wer:WerSetFlags (2) stub! 0012:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub 0019:fixme:heap:RtlSetHeapInformation 0x240000 0 0x23e830 4 stub 0019:fixme:wer:WerSetFlags (2) stub! 0019:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub 0033:err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142 000f:fixme:service:scmdatabase_autostart_services Auto-start service L"WineBus" failed to start: 31 0009:fixme:clusapi:GetNodeClusterState ((null),0x32ec54) stub! 0009:fixme:advapi:DecryptFileA ("y:\376ca604fe9f503e67a964429c165189\", 00000000): stub 003b:fixme:setupapi:pSetupGetGlobalFlags stub ------------------------------------------------------ Note: command taskset -c 0 wine wic_x64_enu.exe /passive returned status 67. Aborting. ------------------------------------------------------
Seems to be this issue: https://github.com/Winetricks/winetricks/issues/954
Is there another way in which I can install these windowscodecs?