Fixme level warning

Questions about Wine on Linux
Locked
CalibriZip
Newbie
Newbie
Posts: 1
Joined: Sat Feb 18, 2023 5:12 am

Fixme level warning

Post by CalibriZip »

When you call the settings, the following errors come out, among which AMD FUEL is of particular concern. How to fix it? Thanks to all.

Code: Select all

$ winecfg
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0094:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"AMD FUEL Service" failed to start: 2
wine: could not open working directory L"unix\\home\\user\\", starting in the Windows directory.
wine: could not open working directory L"unix\\home\\user\\", starting in the Windows directory.
00e8:fixme:imm:ImeSetActiveContext (00010058, 1): stub
00e8:fixme:imm:ImmReleaseContext (00010062, 00010058): stub
00f0:fixme:imm:ImeSetActiveContext (0001002C, 0): stub
00f0:fixme:imm:ImmReleaseContext (00010020, 0001002C): stub
Wine version: 8
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Fixme level warning

Post by jkfloris »

It looks like you installed the AMD Catalyst Control Center program with Wine. I doubt this program works/is useful because Linux doesn't use the Windows AMD drivers, and Wine can't use Windows drivers.
Wine only gives a message that the Windows service cannot be started, so at least that part of the Catalyst Control Center doesn't work.
Locked