Page 1 of 1

QLC+ boot problem

Posted: Sun May 13, 2018 1:31 pm
by illuminati235
Hey,

I did a lot of programming on a working raspberry QLC+ installation.

Web access also worked for me.

I changed the "boot-project" and hit reboot. After that, the raspberry sticks at

Raspberry GNU/Linux 9 raspberrypi tty1
raspberrypi login:


when booting. How can I get back to auto-start QLC+?

Best regards
Noel

Re: QLC+ boot problem

Posted: Mon May 14, 2018 7:01 am
by mcallegari
Just remove the autostart project.
If I remember correctly, it's in the .qlcplus directory.

would be interesting to know why it hangs though

Re: QLC+ boot problem

Posted: Mon May 14, 2018 4:04 pm
by illuminati235
Hi,


I renamed the .qlcplus folder into qlcplus.

Now, QLC+ starts by itself after booting. But when I try to open the show, QLC+ crashes with the message "segmentation fault". Is there any way to repair the show?


Best regards
Noel

Re: QLC+ boot problem

Posted: Tue May 15, 2018 7:19 am
by mcallegari
Telepathically, no.
If you share the project, maybe yes.

Re: QLC+ boot problem

Posted: Fri May 18, 2018 2:57 pm
by illuminati235
Ok, I fixed it.

I opened the .qxw with nano and threw out block by block. After I removed a certain sequence, the project worked again :D .

Later, I found out, what might be the problem: the file is broken/empty if you edit the "autostart"-project, hit save an reboot. Since then, I'm working in a different project, safe it, copy it into the folder and rename it to "autostart.qxw". No more problems so far.

Thanks!

Re: QLC+ boot problem

Posted: Tue Oct 31, 2023 12:57 am
by Kimneyyy
Hi,
i'm not sure, if this problem is realy similar, but I have also a problem to load a default set Project after rebooting.


when I applay my Project as default on qlc+ and reboot the raspberry pi, it failes to start the Web Interace and the Desktop.
But the output of

Code: Select all

sudo systemctl status qlcplus
says is running and no issues.
When I delete the autostart.qxw file in /root/.qlcplus/, it start as normal with a planc project.

I have this issue just for files with self created fictures.
Here are my Files: https://drive.google.com/drive/folders/ ... sp=sharing

I use a raspberry Pi 4.


Thanks for help.

Re: QLC+ boot problem

Posted: Wed Nov 08, 2023 4:01 pm
by GGGss
I'd suggest connecting a monitor to your Raspi, hooking on a network cable, and starting from there debugging...
You have way too many parameters to deal with

Re: QLC+ boot problem

Posted: Fri Nov 10, 2023 3:58 am
by markzvo
I too have had issues editing the autostart file on the pi. If changes are needed to the autostart file, I usually make changes this way:

Quit QLC+ and return to the command line.
Rename the autostart.qxw file in /root/.qlcplus to something else as a backup
I transfer my new .qxw file to /root/.qlcplus and rename it to autostart.qxw
I reboot the Pi to let QLC+ utilize this the new autostart.qxw file on the next boot

This allows you to keep the autostart configuration on the Pi