You are not logged in.

#1 2024-02-21 17:42:45

esuhl
Member
From: UK
Registered: 2009-09-16
Posts: 140

AppImage won't start. Display compositor is crashing...?

I've downloaded the AppImage file for an application called "Guarda".

It runs fine on my laptop, but on my desktop PC I get the following error message:

$ ./Guarda-1.0.20.AppImage 
Checking for update
[1803:0219/204811.243398:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye.
Trace/breakpoint trap (core dumped)

I tried disabling the compositor (unticking it in the XFCE Settings / Windows Manager Tweaks / Compositor tab), but got exactly the same error message (with different numbers before the word "FATAL").

The PC seems to be otherwise working, and runs other AppImages successfully.  It's quite old, and uses the nvidia-470xx-dkms driver.

I'm not sure how to troubleshoot further.  Can anyone help?

Thanks :-)

Offline

#2 2024-02-21 18:59:59

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,459
Website

Re: AppImage won't start. Display compositor is crashing...?

Is there a reason you didn't use the AUR package?  Does the AUR-packaged appimage result in the same error?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2024-02-22 15:36:19

esuhl
Member
From: UK
Registered: 2009-09-16
Posts: 140

Re: AppImage won't start. Display compositor is crashing...?

Trilby wrote:

Is there a reason you didn't use the AUR package?

Ah.  I didn't check the AUR.  I thought AppImages were self-contained and didn't need to be installed...?

Trilby wrote:

Does the AUR-packaged appimage result in the same error?

Yes - same as before:

$ guarda 
Checking for update
[30441:0222/151609.541670:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye.
Trace/breakpoint trap (core dumped)

Offline

#4 2024-02-22 15:41:49

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,459
Website

Re: AppImage won't start. Display compositor is crashing...?

From a quick web search, users are reporting that adding the "--no-sandbox" flag provides a workaround.  However, I have no idea if this is a good idea in the long term.  But if you can confirm that that flag is sufficient it should narrow down the problem further.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#5 2024-02-22 15:57:53

esuhl
Member
From: UK
Registered: 2009-09-16
Posts: 140

Re: AppImage won't start. Display compositor is crashing...?

Thanks. Your search skills are better than mine!

Yes -- both the standalone AppImage and the AUR AppImage start successfully with the "--no-sandbox" flag.

Offline

Board footer

Powered by FluxBB