https://bugs.winehq.org/show_bug.cgi?id=57878
Bug ID: 57878 Summary: Unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: windowscodecs Assignee: wine-bugs@winehq.org Reporter: johnmagdy437@yahoo.com Distribution: ---
When i tried install winrar 710 (https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-710.exe) it crashed and thrown the following errors...
``` 031c:err:module:DelayLoadFailureHook failed to delay load windowscodecs.dll.WICCreateImagingFactory_Proxy wine: Call from 00006FFFFF41CF77 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting wine: Unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy called at address 00006FFFFF41CF77 (thread 031c), starting debugger... ```
https://bugs.winehq.org/show_bug.cgi?id=57878
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Which wine version are you using? This function is implemented for a long time now. Maybe your build is broken and delay loading is not functioning.
https://bugs.winehq.org/show_bug.cgi?id=57878
--- Comment #2 from John Magdy Lotfy Kamel johnmagdy437@yahoo.com --- (In reply to Nikolay Sivov from comment #1)
Which wine version are you using? This function is implemented for a long time now. Maybe your build is broken and delay loading is not functioning.
yeah it seems like my installation of wine or my prefix is broken...
**wine -v** (i know that this is wrong argument): ``` 0054:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\MbamElam": c0000142 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"MbamElam" failed to start: 1114 0034:err:module:import_dll Library windowscodecs.dll (which is needed by L"C:\windows\system32\winemenubuilder.exe") not found 0034:err:module:loader_init Importing dlls for L"C:\windows\system32\winemenubuilder.exe" failed, status c0000135 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"MBAMService" failed to start: 2 003c:err:service:process_send_start_message service L"MDM" failed to start 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"MDM" failed to start: 1053 00a4:err:ntoskrnl:ZwLoadDriver failed to create driver L"\Registry\Machine\System\CurrentControlSet\Services\MBAMChameleon": c0000142 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"MBAMChameleon" failed to start: 1114 003c:err:service:process_send_start_message service L"PlugPlay" failed to start 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"PlugPlay" failed to start: 1053 0100:err:sync:RtlpWaitForCriticalSection section 00006FFFFFC9D440 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0100, blocked by 00f8, retrying (60 sec) 003c:err:service:process_send_command receiving command result timed out 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebus" failed to start: 1053 003c:err:service:process_send_command receiving command result timed out 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1053 003c:err:service:process_send_command receiving command result timed out 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebth" failed to start: 1053 0100:err:sync:RtlpWaitForCriticalSection section 00006FFFFFC9D440 "dlls/ntdll/loader.c: loader_section" wait timed out in thread 0100, blocked by 00f8, retrying (60 sec) Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found. ```
OS: Ubuntu Noble amd64 Wine Version: 10.0 Kernel version: **6.8.0-54**
https://bugs.winehq.org/show_bug.cgi?id=57878
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Should we close this?