https://bugs.winehq.org/show_bug.cgi?id=36822
Bug ID: 36822 Summary: Multi Theft Auto: San Andreas 1.3.5 'FairplayKD.sys' driver crashes on unimplemented function ntoskrnl.exe.KeSetSystemAffinityThread Product: Wine Version: 1.7.21 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntoskrnl Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
as the summary says ...
--- snip --- ... fixme:ntoskrnl:PsLookupProcessByProcessId (0x7ffc 0x53e5bc) stub wine: Call from 0x7b83adcf to unimplemented function ntoskrnl.exe.KeSetSystemAffinityThread, aborting --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/hardware/ff553267%28v=vs.85%...
--- quote --- The KeSetSystemAffinityThread routine sets the system affinity of the current thread.
VOID KeSetSystemAffinityThread( _In_ KAFFINITY Affinity );
Parameters
Affinity [in]
A KAFFINITY-typed variable that specifies the new system affinity of the current thread.
Return value
None --- quote ---
$ sha1sum mtasa-1.3.5.exe 7f186543892ef0877cd568ce0935c5e9641578c8 mtasa-1.3.5.exe
$ du -sh mtasa-1.3.5.exe 21M mtasa-1.3.5.exe
$ wine --version wine-1.7.21-3-gbf72c67
Regards