-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
[APP BUG]: Flatpack app not executing games on Arch, EndeavourOS #2155
Comments
Could you change the log type to |
When upload log file, choose attach it, not paste the whole file here. |
On it, sorry I though like this would be better |
Log updated, thanks! |
Log got cut off. Can you run it with then upload it again. |
Sure, I just updated it |
Considering that the log doesn't include the non emulator related assert that was in your previous message, and the log is so short anyway, in my opinion the previous "just pasting it as text" was better, as it included more info, and the error was easily visible without having to download the nth log to my PC. |
Yeah, the application log get cut off, I'll post here the terminal output so you can get all the info from it:
|
I have to say that that assertion issue I was able to bypass it by running a forked branch, managed to load the game but it was all broken, not only most of the geometry was missing but textures too. So "deleting" some references from the code do not help by surprise of no one |
Is this locally built? I see that it's a "dirty" version. If so, can you get a backtrace of the assert? |
It not, we have to use the updated |
Not at all, I'm using the flatpak version from the discovery. As I didn't manage to run any other version I'm trying with the flatpak one which is the same as the one I'm using on my steam deck and works out of the box |
Did you try running the appimage directly downloaded from the releases? |
Yes and had the same issues, been a while, gimme some minutes and I'll post the log of the appImg here |
The flatpak is built with |
Using the latest appimg build v0.5.0 - codename squidwars
|
Does the game work if you turn on nullgpu? (you can interact, hear sounds etc.) If so, it's most likely a driver issue, and you might want to update them. |
Tried it and crashes just the same. That's quite strange don't you think? is there any dependency on my system missing? Shouldn't be all inside the flatpak itself? |
Well you can try to run the command that gets the dependencies from here, but I don't know if that would help |
It's a flatpak so all deps should included when you install it. |
@spartan195 Can you try update flatpak: |
The exact same issue, Also a thing I found interesting. The AppImg actually boots a X11 window of the game, a black one that last for lie 3 seconds before crashing. The flatpack version do not open that window on the foreground but I can see the additional window created on the system task bar. I'll switch to X11 and run some more tests |
No good news with X11, same issue. But it does show the game black window before crashing, I'm afraid now that this is not relevant then |
I have them all already installed, I also tried some time back to run it by building it myself, but no luck either. I was wondering that this should not be related to gamescope as in the steam deck it runs fine in both desktop and gamemode. |
If anyone was wondering, here is the AppImage over gamescope log:
|
I'm leaning more towards the exotic EndeavorOS setup. I even try to install it in a VM and it failed to install 🙂. |
For real hardware suits my needs really well, it have some things that I like and some that I dislike but in overall I like it above any other distro. I would use Arch vanilla but I'm too dumb for that, also this issue is giving me hints of distro hopping but I don't really wanna do that |
Checklist
Describe the Bug
After many attempts on running this software using different branches from forks none worked.
It's surprising because it works fine on the steam deck using flatpack that also runs over Arch
Not in my desktop, the application crashes just after clicking play on a game.
Attaching log file:
log.txt
Looks like the file is missing one line that it's displayed on the terminal:
/usr/lib/gcc/x86_64-unknown-linux-gnu/14.2.0/../../../../include/c++/14.2.0/bits/stl_vector.h:1130: reference std::vector<std::array<Common::SlotId, 16384> *>::operator[](size_type): Assertion '__n < this->size()' failed.
Reproduction Steps
Install EndeavourOS and give it a try
Expected Behavior
It should work as intended
Specify OS Version
Linux 6.12.8-arch1-1, EndeavourOS x86_64, KDE Plasma 6.2.5, Wayland
The text was updated successfully, but these errors were encountered: