Small bug in QLC+4 GIT Qt6 build

Post Reply
User avatar
edogawa
Posts: 622
Joined: Thu May 07, 2015 10:34 am
Real Name: Edgar Aichinger

A long mousebutton press on the "Open file" icon brings up the recent files popup menu, but no matter what I choose there, a dialog saying "File not found" will pop up.

The files do exist, and when opening via short click and file open dialog, they load just fine.
Attachments
qlc-qt6-filenotfound.png
User avatar
mcallegari
Posts: 4662
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

I just tested this and it works as expected for me with Qt 6.7.2
Are the paths actually shown in the recent popup OK for you?
User avatar
edogawa
Posts: 622
Joined: Thu May 07, 2015 10:34 am
Real Name: Edgar Aichinger

If I choose the file (or any other from the list, paths are correct) highlighted in the screenshot, I get the dialog above.

if I short-click and choose the same file, it is found... also when doubleclicking the workspace in filemanager or dragging it on qlc taskbar icon.

Qt version 6.7.3, uptodate openSUSE Tumbleweed
Attachments
qlc-qt6-recent.png
User avatar
mcallegari
Posts: 4662
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

I tested also with Qt 6.8.0 and works as expected too.
Very strange
Is there any debug message that can help?
User avatar
edogawa
Posts: 622
Joined: Thu May 07, 2015 10:34 am
Real Name: Edgar Aichinger

For the long click/recent sequence of operations, there's no debug output whatsoever.

For the short click loading I see this (after the initial debug output during launching):

Code: Select all

QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
void SimpleDeskEngine::clearContents()
void CueStack::stop()
CueStack* SimpleDeskEngine::createCueStack()
Universe thread stopped 0
virtual void MidiPlugin::closeInput(quint32, quint32)
virtual void MidiPlugin::closeOutput(quint32, quint32)
virtual void AlsaMidiOutputDevice::close()
Universe thread stopped 1
virtual void MidiPlugin::closeInput(quint32, quint32)
virtual void MidiPlugin::closeOutput(quint32, quint32)
virtual void AlsaMidiOutputDevice::close()
Universe thread stopped 2
virtual void MidiPlugin::closeOutput(quint32, quint32)
virtual void AlsaMidiOutputDevice::close()
Universe thread stopped 3
virtual void MidiPlugin::closeInput(quint32, quint32)
[InputOutputMap] setting beat type: 0
Time is late by 95393248 nanoseconds
virtual void MasterTimerPrivate::run() MasterTimer is running late!
[IOMAP] !!No match found!! for output on universe 0 - 0 "None"
QList()
[Universe] setOutputPatch - ID: 0 , plugin: "DMX USB" , output: 0
[IOMAP] Found match on output by name on universe 0 - 1 vs 2
bool Universe::setFeedbackPatch(QLCIOPlugin*, quint32) plugin: MidiPlugin(0x101a0f00) output: 2
[MIDI] open output:  2
[QLCIOPlugin] setting lines: 0 4294967295 2
virtual bool AlsaMidiOutputDevice::open()
[IOMAP] Found match on output by name on universe 2 - 0 vs 0
[Universe] setOutputPatch - ID: 2 , plugin: "Loopback" , output: 0
[QLCIOPlugin] setting lines: 2 4294967295 0
[IOMAP] Found match on input by name on universe 3 - 0 vs 0
[Universe] setInputPatch - ID: 3 , plugin: "Loopback" , input: 0 , profile: "None"
InputPatch::set - plugin: "Loopback" , line: 0 , profile: "None"
[QLCIOPlugin] setting lines: 3 0 4294967295
void VCCueList::slotFunctionStopped(quint32) Cue stopped
void VCSlider::setupClickAndGoWidget() Level channel:  1 type:  14
void VCCueList::slotFunctionStopped(quint32) Cue stopped
void VCSlider::setupClickAndGoWidget() Level channel:  1 type:  14
void VCCueList::slotFunctionStopped(quint32) Cue stopped
void VCSlider::setupClickAndGoWidget() Level channel:  1 type:  14
void VCCueList::slotFunctionStopped(quint32) Cue stopped
void VCSlider::setupClickAndGoWidget() Level channel:  1 type:  12
void VCCueList::slotFunctionStopped(quint32) Cue stopped
void VCSlider::setupClickAndGoWidget() Level channel:  3 type:  12
void SimpleDeskEngine::clearContents()
void CueStack::stop()
CueStack* SimpleDeskEngine::createCueStack()
Universe thread started 0
Universe thread started 1
Universe thread started 3
Universe thread started 2
void Universe::updateIntensityChannelsRanges() : 2 ranges
Post Reply