Hi, What about the crash? Do you use any threads? If so - do you properly lock/unlock shared resources such as hard drive?
Thank you. On Wed, Sep 9, 2026 at 12:42 PM Thomas Dineen <[email protected]> wrote: > Coded in C, built on Debian with native gcc > > App uses C GTK2 Cairo > > Konsole > echo $DISPLAY > :0 > > Mate > echo $DISPLAY > wayland-0 > > X-Term > echo $DISPLAY > :0 > > Do I just need to do a setenv? > > > > On 9/8/2026 9:45 PM, [email protected] wrote: > > On Tue, Sep 08, 2026 at 09:41:12PM -0700, Thomas Dineen wrote: > >> Coded in C, built on Debian with native C > >> > >> Not on git hub yet. > >> > >> Dose not by intention use Wayland. > >> > >> App uses C GTK Cairo. > >> > >> Do I need to install Wayland? Package Name? > > In both terminals, before starting the application, please > > enter: > > > > echo $DISPLAY > > > > and tell us the result. This may shed light onto the first > > error ("Cannot open display..."). > > > > The second error has most probably nothing to do with the > > first (the application termination after running for a > > while). > > > > Cheers > >

