https://bugs.winehq.org/show_bug.cgi?id=54116
--- Comment #3 from Artem S. Tashkinov aros@gmx.com --- (In reply to Ken Sharp from comment #2)
What problem is it causing?
None for me but it looks like there's some serious file related issue with Wine.
Reproducible in Wine 9.6 as well.
Sorry for being petty but it would be great if Wine produced zero warning/error messages at least for its own built-in applications/utilities.
Not this for built-in notepad:
$ wine notepad 002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002 0054:err:ole:start_rpcss Failed to open RpcSs service 004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002 0090:err:setupapi:SetupDefaultQueueCallbackW copy error 1812 L"@C:\windows\system32\drivers\wineusb.sys,-1" -> L"C:\windows\inf\wineusb.inf" wine: configuration in L"/home/birdie/.wine" has been updated.
It's a detriment for both users and developers:
1. Users see redundant warnings they could as well report as bugs but they are not (according to you) 2. Wine developers often see ... again these redundant messages (since it's casually advised to have a brand new Wine prefix to confirm errors).