Hi everyone
I've been running into an issue with QLC 4.12.6.
I have QLC both on my linux PC and my windows one.
When I create an empty QLC workspace file and save it on Linux, it crashes when I try to open it on Windows.
I have not been able to get debug messages on Windows, however i've retrieved the crash log and attached it, as well as the empty qxw file created on linux.
Thanks in advance for the help :)
QLC 4.12.6 windows crash when openning workspace
-
- Posts: 2
- Joined: Sat Apr 05, 2025 2:13 pm
- Real Name:
- Attachments
-
Report.txt
- (14.76 KiB) Downloaded 24 times
-
empty.qxw
- (2.34 KiB) Downloaded 13 times
- GGGss
- Posts: 3319
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
With v4.12.6, open your project with a text editor and delete the in-outputs block.
Code: Select all
<Input Plugin="MIDI" UID="Midi Through Port-0" Line="0"/>
<Output Plugin="DMX USB" UID="None" Line="0"/>
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 2
- Joined: Sat Apr 05, 2025 2:13 pm
- Real Name:
Worked perfectly, thanks a lot !GGGss wrote: ↑Mon Apr 07, 2025 7:18 am With v4.12.6, open your project with a text editor and delete the in-outputs block.Code: Select all
<Input Plugin="MIDI" UID="Midi Through Port-0" Line="0"/> <Output Plugin="DMX USB" UID="None" Line="0"/>