Page 1 of 1

PI - All buttons flashing, and qlc crashes

Posted: Wed Mar 24, 2021 1:15 pm
by cerw
Hello,

I have changed few fixtures and setting (see Aruma.qxw) on Mac version and uploaded to my pi and I am getting mixer results, but 90% the web UI starts flashing (all the buttons seem active) and qlcplus crashed on pi ?

Using latest version on Mac/PI 4.12.3

Any idea?

Code: Select all

write(17, "\6\0\0\375\0\0\0\0\0\0\0\0\0\0\16\0\0Im\0\0\0\0\0\0\0\0\0", 28) = 28
write(17, "\6\0\0\375\0\0\0\0\0\0\0\0\0\0\16\0\0\rm\0\0\0\0\0\0\0\0\0", 28) = 28
write(17, "\6\0\0\375\0\0\0\0\0\0\0\0\0\0\16\0\0Kz\0\0\0\0\0\0\0\0\0", 28) = 28
futex(0x1abc070, FUTEX_WAKE_OP_PRIVATE, 2147483647, 2147483647, 0x1abc070, FUTEX_OP_OPARG_SHIFT<<28|FUTEX_OP_ANDN<<28|0x1f<<12|FUTEX_OP_CMP_EQ<<24|0) = 1
futex(0x1a8e138, FUTEX_WAKE_OP_PRIVATE, 2147483647, 2147483647, 0x1a8e138, FUTEX_OP_OPARG_SHIFT<<28|FUTEX_OP_ANDN<<28|0x1f<<12|FUTEX_OP_CMP_EQ<<24|0) = 1
futex(0x1a8e138, FUTEX_WAKE_OP_PRIVATE, 2147483647, 2147483647, 0x1a8e138, FUTEX_OP_OPARG_SHIFT<<28|FUTEX_OP_ANDN<<28|0x1f<<12|FUTEX_OP_CMP_EQ<<24|0) = 1
futex(0x1a8e138, FUTEX_WAKE_OP_PRIVATE, 2147483647, 2147483647, 0x1a8e138, FUTEX_OP_OPARG_SHIFT<<28|FUTEX_OP_ANDN<<28|0x1f<<12|FUTEX_OP_CMP_EQ<<24|0) = 1
futex(0x1a8e138, FUTEX_WAKE_OP_PRIVATE, 2147483647, 2147483647, 0x1a8e138, FUTEX_OP_OPARG_SHIFT<<28|FUTEX_OP_ANDN<<28|0x1f<<12|FUTEX_OP_CMP_EQ<<24|0) = 1
write(3, "\1\0\0\0\0\0\0\0", 8)         = 8
+++ killed by SIGSEGV +++
Segmentation fault

Re: PI - All buttons flashing, and qlc crashes

Posted: Fri Mar 26, 2021 9:45 am
by cerw
Please...
Anyone ?

Re: PI - All buttons flashing, and qlc crashes

Posted: Fri Mar 26, 2021 1:08 pm
by sbenejam
Hi,
Can you share your custom fixture definitions?.

Re: PI - All buttons flashing, and qlc crashes

Posted: Sat Mar 27, 2021 2:49 pm
by cerw
Here

ta

Re: PI - All buttons flashing, and qlc crashes

Posted: Sun Mar 28, 2021 7:40 am
by sbenejam
Hi,
I tested your workspace project. Seems that the output of universe ArpNet is outputting to Midi, creating an infinite loop. Maybe in your Mac you have tree IP's and in your Pi only two. As a workaround in the input/output tab check and uncheck Midi output on universe ArpNet. Then check ArtNet output or USB output I don't know what is your output device, I assume that you use an ArtNet device.

Editing the project with a text editor you can see this lines:

Code: Select all

<InputOutputMap>
   <Universe Name="ArpNet" ID="0" Passthrough="True">
    <Input Plugin="ArtNet" Line="2"/>
    <Output Plugin="ArtNet" Line="2"/>
   </Universe>
   <Universe Name="Midi In" ID="1">
    <Input Plugin="MIDI" Line="0"/>
    <Feedback Plugin="MIDI" Line="0"/>
   </Universe>
  </InputOutputMap>
In the Output Plugin="ArtNet" line you can see Line="2" that is the third network IP device. 0 is the first network IP/Device.