Open
Description
Version
0.12.25
Operating System
Linux
Distribution Method
AppImage (Linux)
Describe the issue
❯ ./git-butler_0.12.25_amd64.AppImage
Cannot get default EGL display: EGL_SUCCESS
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
zsh: segmentation fault (core dumped) ./git-butler_0.12.25_amd64.AppImage
It does display a completely black window for maybe half a second before crashing.
I tried to look at the coredump captured by systemd-coredump, but the backtrace is all questionmarks, not sure if that is due to the AppImage, or just due to lack of debug symbols.
Other GL/EGL programs such as glxinfo, eglinfo, glxgears, vulkaninfo etc all seem to work as expected (so I don't think my graphics are broken)
- OS: Arch Linux (which is a rolling release distro, most recently updated yesterday evening)
- Desktop: KDE Plasma 6.1.5 (Wayland)
- Lenovo Thinkpad T480 with Intel + Nvidia MX150 graphics (running in pure intel mode).
- Intel Core i7-8550U (Skylake)
How to reproduce
Just try to run the AppImage
Expected behavior
The AppImage shouldn't segfault, duh.
Relevant log output
No response