https://bugs.winehq.org/show_bug.cgi?id=56948
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|unimplemented function |Intel Hardware Accelerated |ntoskrnl.exe.KeQueryGroupAf |Execution Manager needs |finity called in 64-bit |unimplemented function |code |ntoskrnl.exe.KeQueryGroupAf | |finity Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Keywords| |download, source
--- Comment #2 from Austin English austinenglish@gmail.com --- It looks like that comes from Intel Hardware Accelerated Execution Manager (IntelĀ® HAXM) (https://github.com/intel/haxm/)
Using https://github.com/intel/haxm/releases/download/v7.8.0/haxm-windows_v7_8_0.z...
I'm able to reproduce. Note: you must set windows version to win7 to get it to install (it will abort with win10).
At the end of install: 0164:fixme:ntoskrnl:IoCreateDeviceSecure (00007FFFFE32ACD0, 40, L"\Device\HAX", 34, 100, 0, L"D:P(A;;GA;;;SY)(A;;GA;;;BA)(A;;GRGWGX;;;AU)", (null), 00007FFFFEC1FBE0): semi-stub wine: Call from 00006FFFFFC7DA38 to unimplemented function ntoskrnl.exe.KeQueryGroupAffinity, aborting wine: Unimplemented function ntoskrnl.exe.KeQueryGroupAffinity called at address 00006FFFFFC7DA38 (thread 0164), starting debugger... wine: Call from 00006FFFFFC7DA38 to unimplemented function ntoskrnl.exe.KeQueryGroupAffinity, aborting
Relevant source: cpu_online_map.cpu_map[group].map = (hax_cpumask_t)KeQueryGroupAffinity( group); https://github.com/intel/haxm/blob/4c524a10486d191ea112a6a1c4a8b482ffb56ae5/...
I sent a MR: https://gitlab.winehq.org/wine/wine/-/merge_requests/6024