-
Notifications
You must be signed in to change notification settings - Fork 549
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
[Linux] FLATHUB build crashes when opening control panel #731
Comments
Also seeing this. Crashes immediately upon clicking Edit Controls, same CLI output. Flathub release, running on debian trixie. I built from source and could not reproduce the crash. I think that buffer overflow detected message can be generated by printf, so I tried to modify the call to g_strdup_printf to induce a crash (NULL arguments, large values and negative values into gdk_keyval_name to produce bad strings), but I couldn't break it. Maybe a library version mismatch in the flatpak? |
Having the same issue on Steam OS on the Steam Deck. |
build from source with debug info, then provide a gdb backtrace from the crash. |
I'm having the same problem on Debian Bookworm |
with flathub, too ? then maybe you should raise the issue with the flathub package maintainer. |
Yes with the flatpak. The problem is that on Flathub there is written to report an issue on this website. I don't know how to contact the flatpak manteiner |
try the commands mentioned by the buildbot here: flathub/org.desmume.DeSmuME#14 - that would also be the correct place to report issues with the flatpak. |
this issue no longer happens with the newest flatpak commit (the desmume commit version was recently update) |
In the flathub version, when opening
Config -> Edit Controls
, it crashes.Output log of running in console:
The text was updated successfully, but these errors were encountered: