Natron 2.5 segfault on Debian at launch

Hello,

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.

Do you have any idea ?

This appears to be the same issues as this one: github.com/NatronGitHub/Natron/issues/1008#issuecomment-3043711574
Rodlie provides a potential fix in the next comment:


Please check if this fix works, otherwise see the following:

Ok, this looks like to what I’ve done. I understand better : the binaries are too old. I’ll give a try at compilation latter.

Thanks for the answer :slight_smile:

1 Like

The Linux binaries are not maintained anymore.

Just build it, Natron is simple to build on Linux.

1 Like