Ignacy Kuchciński (@ignapk) commented about dlls/combase/roapi.c:
return hr; }
+ if (strcmp(debugstr_hstring(classid), "L\"Windows.Storage.StorageFile\"") == 0) + { + library = L"C:\\windows\\system32\\windows.storage.dll"; + } +
Without this temporary fix, following error occurs: ``` 02dc:fixme:combase:RoGetActivationFactory (L"Windows.Storage.StorageFile", {5984c710-daf2-43c8-8bb4-a4d3eacfd03f}, 00006FFFF25BB468): semi-stub 02dc:trace:combase:RoGetActivationFactory Found library L"C:\\windows\\system32\\windows.storage.applicationdata.dll" for class L"Windows.Storage.StorageFile" 02dc:err:combase:RoGetActivationFactory Class L"Windows.Storage.StorageFile" not found in L"C:\\windows\\system32\\windows.storage.applicationdata.dll", hr 0x80040111. ``` This should be figured out and the commit should be dropped afterwards -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8394#note_107521