You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While playing osu!lazer, I noticed that it will always start up on the second display, no matter what display was selected in the settings.
After some testing, I was able to find approximate window size and position needed to reproduce it. It might have something to do with WindowedSize and WindowedPositionX, causing LastDisplayDevice detection to consider that game is not on the first screen.
Related specs:
OS: Windows 11 Prom 23H2;
Displays: Two displays, placed horizontally, primary on the left and secondary on the right;
Steps to reproduce:
Delete the framework.ini file;
Run the game and switch screen mode to "Windowed";
Resize the window to minimal possible width (example: 640x768);
Move the window in between of two screens, moving closer to the second display; window should automatically jump to the second display when mouse button released;
After that, move the window all the way to the right corner of the second display and switch the screen mode to Borderless or Fullscreen;
Restart the game, switch display to the first one;
Restart the game; game will open on the second display.
Notice that LastDisplayDevice is correctly saved to the First when I change the settings and exit the game. Once game is started again, LastDisplayDevice is immediately being changed to the Second.
The text was updated successfully, but these errors were encountered:
While playing osu!lazer, I noticed that it will always start up on the second display, no matter what display was selected in the settings.
After some testing, I was able to find approximate window size and position needed to reproduce it. It might have something to do with
WindowedSize
andWindowedPositionX
, causingLastDisplayDevice
detection to consider that game is not on the first screen.Related specs:
Steps to reproduce:
framework.ini
file;640x768
);Reproduction of the issue on video: https://1drv.ms/v/s!Aj9Bqk9SLvd5go43ndrVQYQ0oshKsA?e=quD4Pt
Example of
framework.ini
file with the issue present:Notice that
LastDisplayDevice
is correctly saved to theFirst
when I change the settings and exit the game. Once game is started again,LastDisplayDevice
is immediately being changed to theSecond
.The text was updated successfully, but these errors were encountered: