Crash when opening project

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
julianb240393
Posts: 12
Joined: Sun Mar 08, 2020 11:15 am
Real Name: Julian

I built a PC for the Light-Controlling of my Band last days.

I have the problem now, that QLC+ crashes when I load my current project-file.
On my Laptop, which is currently used for the light-shows, the file is working.

What can I do to find out why it won't work on the new PC ?

I attached the file here:
LICHT-2022.qxw
(130.02 KiB) Downloaded 51 times
Thanks for your help
Julian
User avatar
GGGss
Posts: 2732
Joined: Mon Sep 12, 2016 7:15 pm
Location: Belgium
Real Name: Fredje Gallon

Loads ok here, with lots of 'audio-files missing' warnings
v4.12.5 onto my laptop running W$11
All electric machines work on smoke... when the smoke escapes... they don't work anymore
User avatar
GGGss
Posts: 2732
Joined: Mon Sep 12, 2016 7:15 pm
Location: Belgium
Real Name: Fredje Gallon

julianb240393 wrote: Sun Aug 07, 2022 4:03 pm why it won't work on the new PC ?
Do you have ALL the files in their right places?
^^ I got warnings about missing files,
hence,
it might be that you are experiencing user rights problems... Run under 'administrative rights' etc?

A copy from 1 to 1 is not assured, without 'exporting' the one and the 'import' 'it' to the other....
All electric machines work on smoke... when the smoke escapes... they don't work anymore
julianb240393
Posts: 12
Joined: Sun Mar 08, 2020 11:15 am
Real Name: Julian

GGGss wrote: Sun Aug 07, 2022 5:35 pm
julianb240393 wrote: Sun Aug 07, 2022 4:03 pm why it won't work on the new PC ?
A copy from 1 to 1 is not assured, without 'exporting' the one and the 'import' 'it' to the other....
How do I do this ? I can't find "export" or "import" ?
julianb240393
Posts: 12
Joined: Sun Mar 08, 2020 11:15 am
Real Name: Julian

Nobody to help? I would like to have it running within the next weeks.
Thanks
User avatar
mcallegari
Posts: 4482
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Open your qxw file with a text editor and reset two things:
- autostart function: remove Autostart="61" from <Engine Autostart="61">
- input output mapping: replace with this:

Code: Select all

  <InputOutputMap>
   <Universe Name="Universe 1" ID="0"/>
   <Universe Name="Universe 2" ID="1"/>
   <Universe Name="Universe 3" ID="2"/>
   <Universe Name="Universe 4" ID="3"/>
  </InputOutputMap>
If it opens without crashing it means you have a mismatching IO mapping.
However I cannot solve your crash without any debug information
keukenrol
Posts: 47
Joined: Thu Oct 01, 2020 5:50 pm
Location: Belgium
Real Name:

I have exactly the same issue. Made a showfile on a windows 10 laptop with QLC 4.12.5, now opening it on my new desktop with windows 11, same QLC+ version and QLC+ always crashes.
Windows event log:
Pad naar toepassing met fout: C:\QLC+\qlcplus.exe
Pad naar module met fout: C:\QLC+\qlcplusengine.dll

Fixtures are in the correct folder.

Where can we find extensive or more detailed debug / log info about the crash?
Attachments
MULTI.qxw
(241.46 KiB) Downloaded 43 times
Shehds-LED-Wash-7x12W-MH.qxf
(3.79 KiB) Downloaded 40 times
Shehds-LED-PAR-12x3W.qxf
(1.88 KiB) Downloaded 45 times
julianb240393
Posts: 12
Joined: Sun Mar 08, 2020 11:15 am
Real Name: Julian

mcallegari wrote: Mon Aug 15, 2022 8:52 am Open your qxw file with a text editor and reset two things:
- autostart function: remove Autostart="61" from <Engine Autostart="61">
- input output mapping: replace with this:

Code: Select all

  <InputOutputMap>
   <Universe Name="Universe 1" ID="0"/>
   <Universe Name="Universe 2" ID="1"/>
   <Universe Name="Universe 3" ID="2"/>
   <Universe Name="Universe 4" ID="3"/>
  </InputOutputMap>
If it opens without crashing it means you have a mismatching IO mapping.
However I cannot solve your crash without any debug information
I did that, now I can open the project.
Am I right that I just have to configure my input / output devices again ? So I have to activate the USB-DMX-Interface and the MIDI-Input-Interface ?
Thanks for your help.
User avatar
GGGss
Posts: 2732
Joined: Mon Sep 12, 2016 7:15 pm
Location: Belgium
Real Name: Fredje Gallon

julianb240393 wrote: Tue Aug 23, 2022 9:31 am Am I right that I just have to configure my input / output devices again ? So I have to activate the USB-DMX-Interface and the MIDI-Input-Interface ?
Yes, throughout. What Massimo instructed you to do is to reset the I/O mappings in total (and the auto run function). We cannot simulate your connected devices nor your setup.
All electric machines work on smoke... when the smoke escapes... they don't work anymore
keukenrol
Posts: 47
Joined: Thu Oct 01, 2020 5:50 pm
Location: Belgium
Real Name:

I have reset the IOmap as well and the project opens again. Thanks!
Post Reply