https://bugs.winehq.org/show_bug.cgi?id=46534
Jonas Dittrich j.dittrich2303@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |j.dittrich2303@gmail.com
--- Comment #9 from Jonas Dittrich j.dittrich2303@gmail.com --- I think the patches were not correctly moved to wine staging. On current staging, I still see
00f8:fixme:combase:RoGetActivationFactory (L"Windows.Networking.Connectivity.NetworkInformation", {5074f851-950d-4165-9c15-365619481eea}, 00000000014D4248): semi-stub 00f8:err:combase:RoGetActivationFactory Failed to load module L"C:\windows\system32\windows.networking.connectivity.dll"
with many applications.
On github, the dll is registered with "MODULE = windows.networking.connectivity" (https://github.com/wine-staging/wine-staging/blob/master/patches/windows.net...)
while [Patch 1/3] in this bug report registers it with "MODULE = windows.networking.connectivity.dll" (https://bugs.winehq.org/attachment.cgi?id=68082)
I can confirm that "ls $WINEPREFIX/drive_c/windows/system32/windows.networking.connectivity*" only shows a file named "windows.networking.connectivity" without the ".dll" ending. If I change the corresponding line in the wine-staging patch, the dll is named and loaded correctly.
Since it is discouraged to open PRs for wine-staging, I don't know how to propose this fix.
Sadly, I cannot test with JC4, but in theory this bug should still occur in staging.