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

Crashes instantly #116

Open
KaKi87 opened this issue Jan 7, 2025 · 12 comments
Open

Crashes instantly #116

KaKi87 opened this issue Jan 7, 2025 · 12 comments

Comments

@KaKi87
Copy link

KaKi87 commented Jan 7, 2025

Hi,

After installing Haruna from Flathub on KDE neon 6.2, the app won't start, when trying in the terminal, I get exit code 139 with no error message :

Thanks

@g-fb g-fb closed this as completed Jan 23, 2025
@KaKi87
Copy link
Author

KaKi87 commented Jan 23, 2025

Hi,

Why was this closed ?

Just in case, I tried v1.3.2 which was just released but nothing changes.

Meanwhile, v1.3.1 from KDE's APT repository works fine.

Thanks

@g-fb
Copy link
Collaborator

g-fb commented Jan 23, 2025

Cause bugs requests go to bugs.kde.org

@KaKi87
Copy link
Author

KaKi87 commented Jan 23, 2025

That's when KDE's build is affected, which it is not. This issue is flatpak-only.

@travier
Copy link
Member

travier commented Jan 24, 2025

I can not reproduce that.

@KaKi87
Copy link
Author

KaKi87 commented Jan 24, 2025

Could you give me anything that will produce logs for you ?

@travier travier reopened this Jan 24, 2025
@travier
Copy link
Member

travier commented Jan 24, 2025

Run flatpak run --command=bash org.kde.haruna and then haruna manually.

@KaKi87
Copy link
Author

KaKi87 commented Jan 24, 2025

kaki@KaKi-SP5:~$ flatpak run --command bash org.kde.haruna
error: Missing argument for --command
[ble: exit 1]
kaki@KaKi-SP5:~$ haruna
QML debugging is enabled. Only use this in a safe environment.
Cannot load libcuda.so.1
kaki@KaKi-SP5:~$

@travier
Copy link
Member

travier commented Jan 27, 2025

I had missed a = in the command above. It looks like you are running the haruna from the host here, not the Flatpak one.

@KaKi87
Copy link
Author

KaKi87 commented Jan 27, 2025

I had missed a = in the command above.

Will try, thanks.

It looks like you are running the haruna from the host here, not the Flatpak one

Yes, isn't that what you asked ? The first command to use Flatpak and the second one to use the host for comparison ?

@travier
Copy link
Member

travier commented Jan 27, 2025

No, the first command starts a shell inside the Flatpak sandbox / environment for this app. The second starts the application in that environment.

@KaKi87
Copy link
Author

KaKi87 commented Jan 27, 2025

Oh, got it.

Here's the output :

kaki@KaKi-SP5:~$ flatpak run --command=bash org.kde.haruna
kaki@KaKi-SP5:~$ haruna
Segmentation fault (core dumped)
[ble: exit 139]
kaki@KaKi-SP5:~$

@travier
Copy link
Member

travier commented Jan 27, 2025

Then you should install the debug symbols and get a backtrace: https://docs.flatpak.org/en/latest/debugging.html

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

3 participants