-
Notifications
You must be signed in to change notification settings - Fork 368
Description
Make sure to follow our issue report guidelines
- I'm using the latest version of Natron (not required but recommended)
- I've restarted Natron and the issue persists
- I've run Natron via the command line and the issue persists
- I've followed the contributing guidelines to the best of my understanding
- My issue is not on the issue tracker or in a pull request already (go search for it and dig around a little bit!)
- This bug is reproducible
Natron version
Natron 2.5.0
Operating system
Fedora Workstation 41 (kernel 6.13.8-200.fc41.x86_64)
System specs
RAM: 16 GB
CPU: Intel Core i7 6820HQ 2.70GHz
GPU: Nvidia GeForce GTX 1060 6 GB (nvidia driver 570.133.07)
Compositor: X11 (doesn't work at all on Wayland)
Did you install Natron using the official installer?
- Yes, I used the official installer
- No, I installed from a binary archive
- No, I compiled Natron from sources
- No, I installed Natron via another method
Custom installation path
/home/ksarkans/Applications/Natron-2.5.0
What were you trying to do?
First, I just tried to run the program, but it didn't see libcrypt.so.1. I had to copy the system library to the lib folder. After that, the program wouldn't run because of "OpenGL disabled" or something like that. The --opengl option didn't help. Switching from Wayland to X11 fixed all the errors, but now Natron doesn't run and doesn't give any errors, but the system itself gives the error: './Natron' terminated by signal SIGSEGV (Address boundary error). I've shoveled half the Internet, but I haven't found anything. Full view:
ksarkans@z270 ~/A/Natron-2.5.0> ./Natron # also: ./bin/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.<<<
fish: Job 1, './Natron' terminated by signal SIGSEGV (Address boundary error)What did you expect to happen? What happened instead?
Expect: the program starts without any fuss, like any other normal program.
Happened: complete absence of signs of life
Step-by-step reproduction instructions
- Start Natron
- See error...
Additional details
No response