-
Notifications
You must be signed in to change notification settings - Fork 6
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
Does not work with Warframe in steam when specifying dimensions #268
Comments
The reason it's so out of date is this issue: ValveSoftware/gamescope#1445 |
From your backtrace:
Which is this line: https://github.com/ValveSoftware/gamescope/blob/3.14.24/src/Backends/WaylandBackend.cpp#L2070 I'm not sure I can help. Hopefully I'll be able to update this package soon. |
Could you try |
Gamescope doesn't launch at all on the sdl backend, though this is also the case if I do it using the regular package on my system, so this is probably an upstream problem. |
Looking into that code, my guess is that it's some form of race condition. I think that gamescope closes the display when the Warframe launcher window closes, but then tries to access it again when the actual game window spawns. If it's able to close it before the game window spawns, then |
If I specify the client dimensions (
-w
and-h
), Warframe launches very inconsistently. The launcher opens just fine, but the game itself usually fails to launch, and gamescope coredumps. Here are the last few lines of the logs before this happensI can sometimes get it to work by re-launching many times and swapping between fullscreen or not, but this is very inconsistent and annoying.
I am not reporting this upstream to gamescope itself as the version provided by this package is out of date (side note: are there any plans to update?).
The text was updated successfully, but these errors were encountered: