On either a no-installer or a fresh install, Natron doesn’t start at launch :
$ ./Natron
Natron Version 2.5
(C) 2018-2022 The Natron developers
(C) 2013-2018 INRIA and Alexandre Gauthier-Foichat
>>>Use the --help or -h option to print usage.<<<
Erreur de segmentation (core dumped)
But I can start it by running with strace (to print system calls), I don’t know why.
$ strace ./Natron
I’m running a Debian 13.3 with a AMD CPU and a Nvidia RTX 2070 GPU.
I tried disabling the GPU rendering (Preferences > GPU Rendering > OpenGL Rendering ) without success.