black-sliver / PopTracker

universal, scriptable randomizer tracking solution that is open source, runs everywhere and supports auto-tracking.
Other
62 stars 20 forks source link

Segfault on Fedora Linux with provided AppImage #111

Open Treeways opened 7 months ago

Treeways commented 7 months ago

I get a segfault running the latest prerelease AppImage:

> ./PopTracker-0.25.8-x86_64.AppImage
PopTracker 0.25.8
Checking for update...
HTTP: connecting via https to api.github.com  for /repos/black-sliver/PopTracker/releases?per_page=8
Ui: Init SDL 2.0.20...
[1]    4585 segmentation fault (core dumped)  ./PopTracker-0.25.8-x86_64.AppImage

I'm running Fedora 38 on PopTracker 0.25.8. I get no segfault building this from source with g++ 13.2.1.

black-sliver commented 7 months ago

Yep, the AppImage is currently broken on multiple distros (but not on all distros) . I wasn't able to figure out what the problem is, but it seems to happen when sdl video initializes.

black-sliver commented 5 months ago

It seems to still be broken in Fedora 38, but working in Fedora 39. Does that help you?