https://bugs.winehq.org/show_bug.cgi?id=42802
Gijs Vermeulen acescopezz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |acescopezz@gmail.com
--- Comment #1 from Gijs Vermeulen acescopezz@gmail.com --- (In reply to Vitaliy Margolen from comment #0)
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). aspx) shouldn't be that difficult to have bare minimum implementation of it.
I can't find this function in the .spec file. It seems that the user32.dll .spec file might need to be updated.