https://bugs.winehq.org/show_bug.cgi?id=55920
Bug ID: 55920 Summary: ModOrganizer crashes: Call to unimplemented function USER32.dll.SetDisplayAutoRotationPreferences Product: Wine Version: 8.20 Hardware: x86-64 URL: https://github.com/ModOrganizer2/modorganizer/releases /download/v2.5.0rc1/Mod.Organizer-2.5.0rc1.7z OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
As the title says.
A stub in user32 returning false is enough to as a workaround, but I guess this call should be forwarded to NtUserSetDisplayAutoRotationPreferences and I don't know to handle this as that seems involve "syscall" stuff about which I haven't got a clue.
So hopefully someone more proficient could pick this up.