error winecfg 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005

Questions about Wine on Linux
Locked
Kristof
Level 1
Level 1
Posts: 8
Joined: Mon Nov 15, 2021 4:22 am

error winecfg 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005

Post by Kristof »

Hello, can somebody help please.
Opening wine by "winecfg" command gives me these errors. Can somebody help to fix this please? Thx!
Kristof

Code: Select all

[[kristofallaert@ptr-fzsh5gtp3v68mxl59jj ~]$ winecfg
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0110:fixme:imm:ImeSetActiveContext (000000000001005A, 1): stub
0110:fixme:imm:ImmReleaseContext (0000000000010064, 000000000001005A): stub
009c:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
009c:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: error winecfg 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005

Post by jkfloris »

Fixme messages are not errors. You can ignore them when the Wine configuration screen is visible.
If you don't want to see them either, you can turn them off with:

Code: Select all

WINEDEBUG="fixme-all" wine winecfg
Locked