Hi all.
I have started setting up a configuration for our school's stage.
An earlier version (test1.qxw) works in TouchOSC without any problems.
A later version (test2.qxw) where I've added more units crashes as soon as I move a fader.
Can anyone tell me where I could hope to find this issue in the configuration?
I've enclosed the configurations, fixture definitions (free to use) and the crash log.
Thanks,
Henk de Gunst
Inexplicable crash
-
- Posts: 6
- Joined: Mon Nov 16, 2015 8:09 am
- Real Name:
- Attachments
-
- Archief.zip
- (32.21 KiB) Downloaded 51 times
-
- Posts: 6
- Joined: Mon Nov 16, 2015 8:09 am
- Real Name:
Hi,
Mac os 10.10.5
Qlc+ 4.10.1
Qlc+ crashes, in virtual console, simple console, etc
workaround: replace (from test2)
<Universe ID="7" Name="Universe 8" Passthrough="True">
<Input Profile="None" Plugin="OSC" Line="1"/>
<Feedback Plugin="OSC" Line="1">
<PluginParameters outputIP="10.17.96.45" feedbackIP="10.17.96.45"/>
</Feedback>
</Universe>
for this one: (from test 1)
<Universe ID="7" Name="Universe 8" Passthrough="False">
<Input Line="1" Profile="None" Plugin="OSC"/>
<Feedback Line="1" Plugin="OSC"/>
</Universe>
Gr Henk
Mac os 10.10.5
Qlc+ 4.10.1
Qlc+ crashes, in virtual console, simple console, etc
workaround: replace (from test2)
<Universe ID="7" Name="Universe 8" Passthrough="True">
<Input Profile="None" Plugin="OSC" Line="1"/>
<Feedback Plugin="OSC" Line="1">
<PluginParameters outputIP="10.17.96.45" feedbackIP="10.17.96.45"/>
</Feedback>
</Universe>
for this one: (from test 1)
<Universe ID="7" Name="Universe 8" Passthrough="False">
<Input Line="1" Profile="None" Plugin="OSC"/>
<Feedback Line="1" Plugin="OSC"/>
</Universe>
Gr Henk