-
Notifications
You must be signed in to change notification settings - Fork 26
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
Exits after a few seconds #341
Comments
In my attempts to debug this, I have tried to build the flatpak from scratch. However I encountered two issues:
|
If you want to test a build, you shoud be able to remove the Qt5 dependency (but runners such as Dolphin and MAME will not work). I've never seen the build process fail on Qt5 so there is maybe something wrong with your local flatpak-builder |
Well I'm using the flatpak version of flatpak-builder, which according to the first bug I faced, is a sort of "reference", the most up to date one. |
In net.lutris.Lutris.yml remove the line pointing to the qt5 libraries:
|
This really isn't easy. Not sure what kills it tbh, but something does. Tested if org.flatpak.Builder suffers from the same exit-after-dozens-of-seconds bug I want to debug in the first place, and so far, no indication of that either. |
There's some weird stuff going on for sure.... |
Will have to do it on the weekend on another PC, where I want to set up Lutris for retro gaming anyway. |
I'm not sure Gamescope will work... I have yet to find the documentation that explains Flatpak extensions... |
Oh great, getting the flatpak to work is my only hope for gamescope. Trying to compile it on ubuntu 22.04 is almost impossible, tried a while back, apart from plenty of dependency problems I had to compile meson myself, and even after all that there are more problems. Never had this much trouble trying to compile anything, and I'm a programmer. |
There's a PPA available: https://launchpad.net/~ar-lex/+archive/ubuntu/gamescope I also attempted to build it on Pop 22.04 and abandoned... |
Ok so flatpak gamescope+lutris works technically on a fresh Manjaro+KDE install, same hardware. Not sure what caused it to not work on my system. Flatpak lutris does recognise flatpak gamescope, which is nice. Will try the gamescope PPA on this system, thanks for the help |
Tried PPA, and it seems I did before, but I cannot install it (I remember trying with aptitude to fix problems, no luck).
|
Bug description
WARNING: I found evidence that this also happens with other packages, but not necessarily the same for each user:
https://discourse.flathub.org/t/debugging-flatpak-early-exit-issues/4345/4
So this might not be related to Lutris at all. But it only happens for lutris for me, so here I am.
I also opened a flatpak issue since this might be a more widespread problem.
This flatpak exits after several dozen seconds, with or without interaction.
Trying to debug it with flatpak reveals that the whole flatpak environment exits, without the lutris binary within even running.
How to Reproduce
Steps to reproduce the behavior:
flatpak run --command=sh --devel net.lutris.Lutris
(install required dependencies)Or:
flatpak run net.lutris.Lutris
and wait several dozen secondsLog output
Nothing relevant, without any interaction it exits without further logs after the initial three:
System Information
The text was updated successfully, but these errors were encountered: