A player is having trouble getting my game to create a window at 1920 x 1080 on a monitor that is 2560 x 1440.

I have an error log, and it is reporting that the resolution is 1719 x 967 for some reason, using sys_metrics.

I am wondering if the game engine has some kind of issue with larger monitors like this?

I will write a very small program that just captures and logs the screen resolution, to see if something else in my script might be at fault.

In the meantime, has anyone encountered this sort of problem before? I'm wondering if there is some kind of display scaling issue that is confusing the game engine into misreading the current resolution.

Last edited by Dooley; 07/13/20 15:42.