You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the existing issues and did not find anything similar.
Current Behavior
I started having instant segfaults when launching antimicrox. It started some time last year, so I can't recall what triggered it. Possibly an OS update.
I attempted downgrading the installed flatpak version, building from source, all produced the same segfault.
Looking at the backtrace, it is hung up in QT, at create PlatformIntegration().
#0 0x0000ffff83280610 in __pthread_kill_implementation () from /usr/lib/aarch64-linux-gnu/libc.so.6
#1 0x0000ffff832397ec in raise () from /usr/lib/aarch64-linux-gnu/libc.so.6
#2 0x0000ffff832248bc in abort () from /usr/lib/aarch64-linux-gnu/libc.so.6
#3 0x0000ffff837d6abc in QMessageLogger::fatal(char const*, ...) const () from /usr/lib/aarch64-linux-gnu/libQt5Core.so.5
#4 0x0000ffff83e3683c in QGuiApplicationPrivate::createPlatformIntegration() () from /usr/lib/aarch64-linux-gnu/libQt5Gui.so.5
#5 0x0000ffff83e36c28 in QGuiApplicationPrivate::createEventDispatcher() () from /usr/lib/aarch64-linux-gnu/libQt5Gui.so.5
#6 0x0000ffff83a050e8 in QCoreApplicationPrivate::init() () from /usr/lib/aarch64-linux-gnu/libQt5Core.so.5
#7 0x0000ffff83e39e80 in QGuiApplicationPrivate::init() () from /usr/lib/aarch64-linux-gnu/libQt5Gui.so.5
#8 0x0000ffff848e0218 in QApplicationPrivate::init() () from /usr/lib/aarch64-linux-gnu/libQt5Widgets.so.5
#9 0x0000aaaae671f604 in main (argc=<optimized out>, argv=<optimized out>) at /run/build/antimicrox/src/main.cpp:232
Expected Behavior
Not segfault
Steps To Reproduce
Install the app from flathub
Try to launch
Environment
Program Version 3.5.1
Program Compiled on May 26 2025 at 02:49:49
Built Against SDL 2.28.5
Running With SDL 2.28.5
Using Qt 5.15.10
Using Event Handler: uinput
Compositor type: wayland
Host OS: org.kde.Platform Version: 5.15-23.08 Architecture: arm64
Anything else?
Seemed like a permission issue, so I started looking at io.github.antimicrox.antimicrox.yml
and noticed that it is missing --socket=wayland. Adding that, it works fine again.
flatpak run --socket=wayland io.github.antimicrox.antimicrox
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I started having instant segfaults when launching antimicrox. It started some time last year, so I can't recall what triggered it. Possibly an OS update.
I attempted downgrading the installed flatpak version, building from source, all produced the same segfault.
Looking at the backtrace, it is hung up in QT, at create
PlatformIntegration()
.Expected Behavior
Not segfault
Steps To Reproduce
Install the app from flathub
Try to launch
Environment
Anything else?
Seemed like a permission issue, so I started looking at io.github.antimicrox.antimicrox.yml
and noticed that it is missing --socket=wayland. Adding that, it works fine again.
flatpak run --socket=wayland io.github.antimicrox.antimicrox
The text was updated successfully, but these errors were encountered: