... Call from 00006FFFFFFA3A58 to unimplemented function USER32.dll.GetDpiAwarenessContextForProcess, aborting
```
It seems it has something to do with ...
... ratios and dynamically loading the function pointers from `user32.dll`: https://github.com/dfelinto/blender/commit/fe3fb236970ce30733381ad1ae8b89c55266c517
__Example__ ...
... t launch due to unimplemented function `RegisterSuspendResumeNotification()` in `USER32.dll`.
Patch wine with `RegisterSuspendResumeNotification()` stubs makes the game ...