PI - All buttons flashing, and qlc crashes

All the topics related to QLC+ on the Raspberry Pi
Post Reply
User avatar
cerw
Posts: 17
Joined: Fri Mar 11, 2016 12:57 am
Real Name: Petr Cervenka

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
Attachments
Aruma.qxw
(149.2 KiB) Downloaded 48 times
User avatar
cerw
Posts: 17
Joined: Fri Mar 11, 2016 12:57 am
Real Name: Petr Cervenka

Please...
Anyone ?
User avatar
sbenejam
Posts: 550
Joined: Sun Apr 12, 2015 6:28 pm
Real Name: Santiago Benejam Torres
Contact:

Hi,
Can you share your custom fixture definitions?.
User avatar
cerw
Posts: 17
Joined: Fri Mar 11, 2016 12:57 am
Real Name: Petr Cervenka

Here

ta
Attachments
Fixtures.zip
(3.7 KiB) Downloaded 48 times
User avatar
sbenejam
Posts: 550
Joined: Sun Apr 12, 2015 6:28 pm
Real Name: Santiago Benejam Torres
Contact:

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.
Post Reply