Page 1 of 1

MACOS Command Line Parameters - Debug mode and open workspace file

Posted: Wed Jun 05, 2024 9:33 pm
by psyka
Hi at all.

I would use debug mode of QLC maybe to find a problem of my programmation.
I have some question :
- How do I know if QLC is in debug mode?
- In the terminal, is my type is correct : /Applications/QLC\ 4.13.1/QLC+.app/Contents/MacOS/qlcplus -d 3 ? (that's ok for fullscreen with this : /Applications/QLC\ 4.13.1/QLC+.app/Contents/MacOS/qlcplus -f)
- Where can I find the Log debug messages to a file in my Mac? (documentation say $HOME/QLC+.log)

And last question I would try to open my workspace, so I test that but it's not work :
/Applications/QLC\ 4.13.1/QLC+.app/Contents/MacOS/qlcplus -o QLC plus Psyka 10.4.16 Traktor Qlc Resolume 2s
Where do I put my workspace on the computer (it's actually in my dropbox file)

Thank you very much :)

Re: MACOS Command Line Parameters - Debug mode and open workspace file

Posted: Thu Jun 06, 2024 7:24 am
by mcallegari
Official released versions don't allow debugging.
You need to build QLC+ from sources in debug mode and then you will have logs and everything.

Re: MACOS Command Line Parameters - Debug mode and open workspace file

Posted: Thu Jun 06, 2024 9:00 pm
by psyka
Thank for our response.
How can I find the last release with debug mode please?

Re: MACOS Command Line Parameters - Debug mode and open workspace file

Posted: Fri Jun 07, 2024 7:10 am
by edogawa
Releases are optimized builds, only the automated github actions builds are done in debug mode. You have to be logged in with a GH account to access them.
On https://github.com/mcallegari/qlcplus/actions choose a master branch commit that shows green, scroll down and download the artifact.

EDIT: Oops, no Mac OS builds there (sorry, I don't know how these are made)

Re: MACOS Command Line Parameters - Debug mode and open workspace file

Posted: Tue Jun 11, 2024 8:34 pm
by psyka
Hi.
Sorry for the delay.

So bad for me, I need to improve my QLC programmation and I will try to fix the crash.

Thank you :)