https://bugs.winehq.org/show_bug.cgi?id=52776
Bug ID: 52776 Summary: The issue of internal Wine errors and warnings for creating a new prefix/running built-in applications Product: Wine Version: 7.5 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: aros@gmx.com Distribution: ---
It's purely a cosmetics issue but it's really annoying, so I'd love to hear from Wine developers. This is not a bug per se, but I don't know where to ask.
It would be really great if Wine was error/warning-free in terms of using internal applications or/and creating a new prefix.
Here's an example for Wine 7.5 for a brand new non-existing ~/.wine:
$ wine 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) 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 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 0048:err:ole:start_rpcss Failed to open RpcSs service 0050:fixme:imm:ImeSetActiveContext (0x25e320, 0): stub 0050:fixme:imm:ImmReleaseContext (00010020, 0025E320): stub 002c:fixme:imm:ImeSetActiveContext (0x257128, 1): stub 002c:fixme:imm:ImmReleaseContext (0001004E, 00257128): stub 0088: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. 0104:fixme:imm:ImeSetActiveContext (0x26b460, 1): stub 0104:fixme:imm:ImmReleaseContext (00030048, 0026B460): stub
* Three fixme's for actctx. * Seven errors for ole. * Six fixme's for imm. * One error for setupapi.
Here's the second run: $ wine notepad 00c4:fixme:imm:ImeSetActiveContext (0x26b460, 1): stub 00c4:fixme:imm:ImmReleaseContext (00010058, 0026B460): stub 00cc:fixme:imm:ImeSetActiveContext (0x26b0a0, 0): stub 00cc:fixme:imm:ImmReleaseContext (00010020, 0026B0A0): stub
I'm being nit-picky, apologies, but this all looks quite untidy.