https://bugs.winehq.org/show_bug.cgi?id=25086
--- Comment #13 from Sergey Isakov isakov-sl@bk.ru --- Continue research... If I change GetNumaHighestNodeNumber to return 1 then crash changed ~~~~ wine: Unhandled page fault on read access to 0x00000028 at address 0x2a35172 (thread 003d), starting debugger... ~~~~
MSDN said ~~~ BOOL WINAPI GetNumaHighestNodeNumber( _Out_ PULONG HighestNodeNumber );
Return value
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.