QLC 4.12.6 windows crash when openning workspace

Generic issues not specifically related to a QLC+ area.
Post here only if you can't really find the reason of an issue
Post Reply
qlcint
Posts: 2
Joined: Sat Apr 05, 2025 2:13 pm
Real Name:

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 :)
Attachments
Report.txt
(14.76 KiB) Downloaded 24 times
empty.qxw
(2.34 KiB) Downloaded 13 times
kenact
Posts: 501
Joined: Thu Apr 23, 2015 6:43 am
Real Name: Ken Coughlin

I was able to open your empty project in 4.14.1-2 on a Windows 10 PC.
User avatar
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
qlcint
Posts: 2
Joined: Sat Apr 05, 2025 2:13 pm
Real Name:

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"/>
Worked perfectly, thanks a lot !
Post Reply