OK. Please install gdb if not already and then try this on a (terminal) command line:
gdb qtractor
and enter at the gdb prompt:
(gdb) run
there, qtractor will start running, hopefully and at some later point it should appear this message saying something like
Program received signal SIGSEGV, Segmentation fault
telling you the program crashed. That's when you ask for a backtrace:
(gdb) bt
or,
(gdb) thread apply all bt
and paste here the spitted cryptic output, letting me inspect that.
Byee.
Copyright (C) 2006-2024 rncbc aka Rui Nuno Capela. All rights reserved.
Powered by Drupal
Recent comments
1 hour 40 min ago
15 hours 4 min ago
16 hours 6 min ago
16 hours 10 min ago
16 hours 23 min ago
17 hours 14 min ago
18 hours 5 sec ago
17 hours 28 min ago
19 hours 7 min ago
19 hours 24 min ago