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.
https://bugs.winehq.org/show_bug.cgi?id=52776
Sveinar Søpler cybermax@dexter.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cybermax@dexter.no
--- Comment #1 from Sveinar Søpler cybermax@dexter.no --- You can always run wine with WINEDEBUG=-all
The default IS to show warn/fixme/err. Some errors can't be avoided, but i can to a certain degree agree with you that errors should be fixed.
The fixme and warnings are not really anything i would consider more than "internal information".
As a sidenote - Take a look at windows eventlog (windows logs -> system), and you will get logs there of various errors and warnings, seemingly while everything works as expected. (DCOM errors anyone?)
https://bugs.winehq.org/show_bug.cgi?id=52776
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- You see the same thing running most apps in a console on Linux. It's intentional and very useful. GUIs hide all that, consoles aren't supposed to.
I don't see any bug here.
https://bugs.winehq.org/show_bug.cgi?id=52776
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- Bootstrapping is hard. The consensus has always been that it's not worth trying to avoid these.
https://bugs.winehq.org/show_bug.cgi?id=52776
--- Comment #4 from Artem S. Tashkinov aros@gmx.com --- (In reply to Ken Sharp from comment #2)
You see the same thing running most apps in a console on Linux. It's intentional and very useful. GUIs hide all that, consoles aren't supposed to.
I don't see any bug here.
Most console Linux applications run without any errors or warnings.
https://bugs.winehq.org/show_bug.cgi?id=52776
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Gijs Vermeulen gijsvrm@gmail.com --- Closing WONTFIX.