Hi mcallegari,
when i try to delete Audiofiles, QLC+ will crash!
Steps to reproduce:
1. open the Workspace (delete_audio_bug.qxw)
2. go to function manager
3. under "audio" try to delete "Einlauf_Tom.wav" => QLC crash immediately
It concerns not alone "Einlauf_Tom.wav" - you can also try to delete Shania_Part1.wav oder Shania_Part2.wav - Same problem. Some Audio files are deleteable, some => Crash!
It makes no concerns if the audio file exists on your harddrive! If you try to delete this audio files in QLC+ Function Manager, then the software crashes!
Used System: QLC+ 4.12.0 on Windows 7
Hope you can help!
Thanks for your great work with QLC!
Greetz
CoS
Delete Audio => QLC crash (QLC+ 4.12.0)
-
- Posts: 105
- Joined: Tue Aug 29, 2017 1:00 pm
- Real Name:
- Attachments
-
- delete_audio_bug.qxw
- (398.34 KiB) Downloaded 210 times
- edogawa
- Posts: 633
- Joined: Thu May 07, 2015 10:34 am
- Real Name: Edgar Aichinger
I cannot reproduce your issue in my Windows 10 with latest test version https://dl.bintray.com/mcallegari/qlcpl ... 2.1.94.exe.
You may want to install that and see if it cures your problem.
You may want to install that and see if it cures your problem.
-
- Posts: 105
- Joined: Tue Aug 29, 2017 1:00 pm
- Real Name:
@edogawa - Big Thanks!
Its not a big Problem here. Ich can delete the Audio Files directly in the qxw File (its XML Format, and easy to edit), but solving this bug eventually fixed other things in save/load routines of QLC+!? Just try to help...
best regards
Its not a big Problem here. Ich can delete the Audio Files directly in the qxw File (its XML Format, and easy to edit), but solving this bug eventually fixed other things in save/load routines of QLC+!? Just try to help...
best regards
- GGGss
- Posts: 3075
- Joined: Mon Sep 12, 2016 7:15 pm
- Location: Belgium
- Real Name: Fredje Gallon
@cos - since you are acquainted with editing the project files...
Maybe you can help Massimo debugging what goes wrong.
I suspect that there is an index mismatch in the way audio files are treated.
please inspect the part you delete manually vs what is entered into the qxw file.
Maybe you can help Massimo debugging what goes wrong.
I suspect that there is an index mismatch in the way audio files are treated.
please inspect the part you delete manually vs what is entered into the qxw file.
All electric machines work on smoke... when the smoke escapes... they don't work anymore
-
- Posts: 105
- Joined: Tue Aug 29, 2017 1:00 pm
- Real Name:
OK i tried a little bit and deleting the whole virtual console, all scenes, all functions, all scripts, all shows - i deleted everything!GGGss wrote: ↑Tue Feb 05, 2019 8:08 am @cos - since you are acquainted with editing the project files...
Maybe you can help Massimo debugging what goes wrong.
I suspect that there is an index mismatch in the way audio files are treated.
please inspect the part you delete manually vs what is entered into the qxw file.
In attachment now the file "bug.qxw"! Thats the "clean" file - Only the Audio Tracks are still there.
Problem: Many unused hidden Scenes are still in the file...Sometimes QLC doesnt delete the hidden scene, wenn you delete sequences...
I said in the previous posts, that a few audios are deleteable without crash - thats wrong! I cant delete NONE of audios in the workspace without crash! Everytime i try to delete a audio file in the workspace QLC crashs!
Even in the new "bug.qxw" where everything gone (only in the save file there are some hidden scenes) i cant delete any audio from workspace!
Greetz
- Attachments
-
- bug.qxw
- (61.72 KiB) Downloaded 223 times
Last edited by CoS2000 on Tue Feb 05, 2019 10:18 pm, edited 3 times in total.
-
- Posts: 105
- Joined: Tue Aug 29, 2017 1:00 pm
- Real Name:
Hi there,
its a bigger problem and general bug!
OK i've tried a little more:
delete all "hidden scenes" manualy => try to delete audio => crash
delete all "buttons" manualy => try to delete audio => crash
delete all "fixtures" manualy => try to delete audio => crash
delete all "audios" manualy (just left one) => try to delete last audio => crash
Then i made a "fresh" Workspace - New Workspace => Add Audio => Save qxw => Load qxw => try to delete audio => crash
Then i tried to open a old save, created with ver. 4.11.0 => try to delete audio (with QLC+ 4.12.1.94) => crash
Its impossible to delete a audio file with QLC+ 4.12.X under Windows 7!
Wondering: yesterday i worked with a old file where i can delete audio - tried this file today and tried to delete audio => crash!
best regards
its a bigger problem and general bug!
OK i've tried a little more:
delete all "hidden scenes" manualy => try to delete audio => crash
delete all "buttons" manualy => try to delete audio => crash
delete all "fixtures" manualy => try to delete audio => crash
delete all "audios" manualy (just left one) => try to delete last audio => crash
Then i made a "fresh" Workspace - New Workspace => Add Audio => Save qxw => Load qxw => try to delete audio => crash
Then i tried to open a old save, created with ver. 4.11.0 => try to delete audio (with QLC+ 4.12.1.94) => crash
Its impossible to delete a audio file with QLC+ 4.12.X under Windows 7!
Wondering: yesterday i worked with a old file where i can delete audio - tried this file today and tried to delete audio => crash!
best regards
-
- Posts: 51
- Joined: Tue Jun 02, 2015 4:29 pm
- Location: Scotland
- Real Name: Allan Rhynas
Oh dear, I've just tried a basic workfile on Linux Mint 18.3 PC with qlcplus-qt5_4.12.0_amd64.debCoS2000
its a bigger problem and general bug!
Audio files can be added and play OK, but if you attempt to delete any audio file, the file name disappears then QLC+ freezes.
You have to force-quit and restart QLC+ then you're back to the beginning. So I can't delete any audio files.
Also tried:
* WIn 7 QLC+ 4.12.0 standard release, audio files add / delete no problem!
* Linux Mint 18.3 laptop with QLC+ 4.11.2 standard release, 1st WAV file deleted ok but at 2nd WAV delete QLC+ froze. Similar results for mp3 files.
Not going well.
-
- Posts: 105
- Joined: Tue Aug 29, 2017 1:00 pm
- Real Name:
Crazy edogawa and i cannot delete audio under Windows 7...* WIn 7 QLC+ 4.12.0 standard release, audio files add / delete no problem!
Under Windows 10 edogawa had no Probs...
Oh dear - Thats a weird bug...
Thanks for Help - in the between i deleted the Audio Files manually...
Yesterday i writed a little PHP Script which delete unused Hidden-Scenes (sometime QLC dont delete hidden scenes on deleting sequences/shows)...In my workfile it found many unused hidden scenes...
Hope for a Fix for Audio-Deleting Probs!
best regards