Skip to content
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

Crash with QFileDialog #290

Open
mgaibazzi opened this issue Jun 20, 2024 · 1 comment
Open

Crash with QFileDialog #290

mgaibazzi opened this issue Jun 20, 2024 · 1 comment

Comments

@mgaibazzi
Copy link

I've got a QT application that uses QFileDialog::getOpenFileName and QFileDialog::getSaveFileName.
Whan I build the AppImage file on a Ubuntu 22.04 machine, than the AppImage is working correctly on Ubuntu 22.04 but when I run on Ubuntu18.04 there is a crash (SIGSEGV) when the QFileDialog::getOpenFileName function is called.

I see the same bahaviour if a build the AppImage on the Ubuntu 18.04 machine: on Ubuntu 18.04 the AppImage works correctly but there is a crash on Ubuntu22.04 when the QFileDialog::getOpenFileName function is called.

If a use linuxdeployqt there isn't this issue and everything works fine on every machine.

Thank you in advance for the support.
Marco

@probonopd
Copy link
Owner

Hello, how exactly are you invoking go-appimage's appimagetool? Can you share the commands you are using for making your AppImage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants