https://bugs.winehq.org/show_bug.cgi?id=42802
Bug ID: 42802 Summary: GetAutoRotationState is not implemented Product: Wine Version: 2.5 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: vitaliy-bugzilla@kievinfo.com Distribution: ---
Have a game (Muv-Luv) that appears to be calling this function: wine: Call from 0x7bc57a30 to unimplemented function USER32.dll.GetAutoRotationState, aborting wine: Unimplemented function USER32.dll.GetAutoRotationState called at address 0x7bc57a30 (thread 00fd), starting debugger...
According to documentation (https://msdn.microsoft.com/en-us/library/windows/desktop/dn629265(v=vs.85).a...) shouldn't be that difficult to have bare minimum implementation of it.