-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window size restarts on closing #14317
Comments
@anr2me |
Do you have some window manager software? For example, I use an ultrawide monitor and specifically avoided its window management software to avoid bugs like this. I've never seen PPSSPP resize my window unexpectedly, although I don't generally use game-specific settings (and the rare times I do, the window size is not something I customize.) Is it perhaps related to that? I can't think of anything new in v1.10.x that would cause this, but the above are my best guesses. -[Unknown] |
@unknownbrackets I do not use any of that kind of software, even so it is weird that only this happens in the new versions Here a short video.. window.bug.mp4 |
I also didn't use window manager software, similar to that video but sometimes the width is correctly set to 1x Window while the height is about the height of my desktop, which making it looks weird. The first time i found this issue was when i was implementing multi-instance, back then i thought the settings got currupted when closing down multiple PPSSPP nearly at the same time, and then you guys made it not to save settings on the 2nd or more instances (which i thought fixed this issue, but apparently because i wasn't using D3D anymore) |
Btw which part of the code should i put breakpoint to find out whether the window's width and height arguments are correctly set or not when the first time PPSSPP window appeared ? |
This happens in Does it help to remove the -[Unknown] |
After removing that |
But with me appears just using one instance |
Okay i'll create the PR so you can download it from the artifact |
@JaegerFox you can download the artifact from that PR later to test it |
@anr2me definitely that solved the problem, I tried to close and reopen PPSSPP several times and in all it keep the window size |
What happens?
Every time I start a game and close PPSSPP the "window size scale" preset stops working
The scale at which it resets takes up the entire screen.
What should happen?
In previous versions 1.9.x it kept the scale of the window when closing PPSSPP in any way, in 1.10 for the first time it presented these problems
What are you using?
Windows 8.1
Intel HD Graphics
using the last nigthly
I thought this problem was common, I looked and did not find something similar, I do not know if it is something related to my hardware. but in version 1.9.3 it works as it should
-This bug can be reproduced by opening a game, wait a bit and close PPSSPP, reopen it and the window size will restart. If this does not happen just try a few more times
The text was updated successfully, but these errors were encountered: