Application when certain channels selected on keypad

Report an issue that you found while using QLC+ 5.x.
Please provide as many details as you can, a sample workspace if available and don't forget to read the forum posting guidelines first !
Post Reply
NikolaPi
Posts: 3
Joined: Tue Apr 25, 2023 4:05 am
Real Name:

The channels appear to be:
- 0 (not really a channel, but it still crashes the program if you attempt to select it)
- Channel 513 (but not 512 or 513)
- Any channel larger than Universes*512+1

- Channel 513 still crashes the application if selected indirectly ("512 THRU 514" will also crash the application)

Channels between 513 and the last channel do not result in a crash if selected.

Error Message:

Code: Select all

ASSERT: "uint(i) < uint(size())" in file /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h, line 500
Aborted (core dumped)
User avatar
mcallegari
Posts: 4710
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Both cases fixed upstream.
Thanks for reporting
Post Reply