You are here

How to install qtractor in d bug mode

Hi,

qtractor keeps crashing on me every few minutes.How can I install qtractor so as to be able to read the error output in a console?

Forums: 
rncbc's picture

You can follow the procedure in the user manual or you can just build from source in debug mode:

./configure --enable-debug
make
./qtractor

also, make sure you turn standard input/output capture off (see View/Options.../Display) and restart. In case a crash occurs, a stack back-trace is spitted out to the console for us to investigate.

Please take note of the usual steps you're doing that ultimately lead to the crashes. If you're using any plugins please list them accurately, as some might be really ill-behaved :)

Cheers

Add new comment