https://bugs.winehq.org/show_bug.cgi?id=54115
--- Comment #2 from Artem S. Tashkinov aros@gmx.com --- (In reply to Eric Pouech from comment #1)
Hi Artem,
Thing one didn't work:
1st terminal:
$ 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 (00010056, 1): stub 002c:fixme:imm:ImmReleaseContext (00010054, 00010056): 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 (00030058, 1): stub 010c:fixme:imm:ImmReleaseContext (00030044, 00030058): stub [birdie@zen tmp]$ wine client error:68: write: Bad file descriptor wine client error:b4: write: Bad file descriptor wine client error:11c: write: Bad file descriptor
2nd terminal: $ gdb /opt/wine/bin/wineserver `pidof wineserver` Excess command line arguments ignored. (206788) GNU gdb (GDB) Fedora Linux 12.1-6.fc37 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: https://www.gnu.org/software/gdb/bugs/. Find the GDB manual and other documentation resources online at: http://www.gnu.org/software/gdb/documentation/.
For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /opt/wine/bin/wineserver...
This GDB supports auto-downloading debuginfo from the following URLs: https://debuginfod.fedoraproject.org/ Enable debuginfod for this session? (y or [n]) y Debuginfod has been enabled. To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit. (No debugging symbols found in /opt/wine/bin/wineserver) Attaching to program: /opt/wine/bin/wineserver, process 252182 Reading symbols from /lib/libc.so.6... Downloading 6.91 MB separate debug info for /lib/libc.so.6 Reading symbols from /var/tmp/xdgcache-birdie/debuginfod_client/8e6ec495f89f0a512ff3e329242b9222cdd35c26/debuginfo... Reading symbols from /lib/ld-linux.so.2... [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". 0xf7f38422 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 (gdb) cont Continuing.
[Inferior 1 (process 252182) exited normally] (gdb) The program is not being run. (gdb) The program is not being run. (gdb)