https://bugs.winehq.org/show_bug.cgi?id=54116
Bug ID: 54116 Summary: 008c:err:setupapi:SetupDefaultQueueCallbackW copy error 1812 Product: Wine Version: 8.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: aros@gmx.com Distribution: ---
Can we please not have this error for Wine 8.0?
You can see it for all applications including the built-ins.
For Wine 8.0-rc1, completely new prefix, notepad:
[birdie@zen ~]$ notepad 002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002 0050:err:ole:start_rpcss Failed to open RpcSs service 0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002 0048:fixme:imm:ImeSetActiveContext (0001002E, 0): stub 0048:fixme:imm:ImmReleaseContext (00010020, 0001002E): stub 002c:fixme:imm:ImeSetActiveContext (0001004E, 1): stub 002c:fixme:imm:ImmReleaseContext (0001004C, 0001004E): stub 008c:err:setupapi:SetupDefaultQueueCallbackW copy error 1812 L"@C:\windows\system32\drivers\wineusb.sys,-1" -> L"C:\windows\inf\wineusb.inf" 00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 wine: configuration in L"/home/birdie/.wine" has been updated. 010c:fixme:imm:ImeSetActiveContext (00030062, 1): stub 010c:fixme:imm:ImmReleaseContext (00030048, 00030062): stub
[birdie@zen ~]$ wine client error:68: write: Bad file descriptor wine client error:b4: write: Bad file descriptor wine client error:11c: write: Bad file descriptor
https://bugs.winehq.org/show_bug.cgi?id=54116
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
https://bugs.winehq.org/show_bug.cgi?id=54116
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86-64 |x86
--- Comment #1 from Artem S. Tashkinov aros@gmx.com --- Reproducible in 8.0 as well.
https://bugs.winehq.org/show_bug.cgi?id=54116
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- What problem is it causing?
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).
https://bugs.winehq.org/show_bug.cgi?id=54116
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P5 Severity|normal |minor
--- Comment #4 from Artem S. Tashkinov aros@gmx.com --- I can't remove the NEEDINFO status.