https://bugs.winehq.org/show_bug.cgi?id=42985
--- Comment #6 from Austin English austinenglish@gmail.com --- (In reply to Fincer from comment #5)
Thanks a lot! That fixes the GetPhysicalCursorPos loop issue you mentioned.
The next missing implementation is "USER32.dll.PhysicalToLogicalPoint"
Once I try to launch the game, Wine complains
wine: Call from 0x7bc6255c to unimplemented function USER32.dll.PhysicalToLogicalPoint, aborting
and then ROTTR.exe quits.
I'll open a new issue for that.
Cool, thanks for testing. I'll send a patch for that once the first once is accepted.
In the meantime, you could try running this script https://github.com/Winetricks/winezeug/blob/master/mscodescan.pl to see if it finds any other missing imports. If you do, just post the output in the bug, don't file bugs for each one (the game may never actually call them, but it's useful to see).