'could not find or load the Qt platform plugin' on fresh install

All the topics related to QLC+ on the Raspberry Pi
Post Reply
User avatar
rawbengal
Posts: 18
Joined: Fri Jul 10, 2015 5:23 am
Location: Los Angeles, CA, USA
Real Name: Rob Engle

Does this message ring a bell for anyone? I just installed a fresh Raspian Jessie build on a Pi Model 3 and followed the instructions for Manual Installation to the letter. I get this message regardless of which version of Qt5 I installed...
This application failed to start because it could not find or load the Qt platform plugin "eglfs" in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, wayland, xcb.

Reinstalling the application may fix this problem.
Aborted
I have the directory /opt/qt5-rpi/ on my machine and see plugins in the directory there. One clue might be the 'in ""' part of the error message. Is it possible qlcplus is having trouble finding the Qt directory?

I'll poke at this more tomorrow but thought I'd see if anyone can point me in the right direction.

cheers,
Rob
User avatar
mcallegari
Posts: 4461
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Are you trying to execute QLC+ from a text console or from within a graphics environment (Xorg) ?
User avatar
rawbengal
Posts: 18
Joined: Fri Jul 10, 2015 5:23 am
Location: Los Angeles, CA, USA
Real Name: Rob Engle

Only from the text console.
cjb
Posts: 2
Joined: Sun Apr 30, 2017 7:37 pm
Real Name: Cameron

I am also having the same problem. Fresh install of Raspbian Jessie Lite and qlcplus_4.10.5b_armhf.deb

Was there a solution found?
cjb
Posts: 2
Joined: Sun Apr 30, 2017 7:37 pm
Real Name: Cameron

Found the solution:

Jessie Lite does not come with Qt5, so you must install this for QLC+ to run.

Code: Select all

apt-get install qt5-default
RavenII
Posts: 5
Joined: Mon Aug 31, 2015 2:30 am
Real Name: Ramsin

I'm still having the issue, and the above command did not help.

Running latest Raspbian (as of date of this post).
Latest QLC+ and qt5 (using the scripts).

Won't run from command or gui.
mrtea
Posts: 1
Joined: Fri Nov 03, 2017 10:33 pm
Real Name:

I have the same issue! Running on a clean install of Debian Stretch. Could find the root cause yet, was digging for a while now
User avatar
mcallegari
Posts: 4461
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

I haven't jumped on Stretch yet. I tried it and saw all my packages failing on it (Qt and QLC+)
As usual, they changed a lot of things since Jessie and the way the graphics stack is handled is different.

Long story short: don't use Stretch yet. Stay on Jessie until I do a proper "porting" on Stretch.
If you really need Stretch, you need to build QLC+ from sources on your own, using the Qt libs provided by Raspbian.
djtommye
Posts: 5
Joined: Fri Nov 24, 2017 5:36 pm
Real Name: Tommy Evans

Ugh - same issue here. Running Jessie (not the light version, AFAIK). Getting the following error - and I tried installing the qt5-default libs as suggested above:
This application failed to start because it could not find or load the Qt platform plugin "eqlfs" in "".

Available platform plugins are: eqlfs, linuxfb, minimal, minimaleq1, offscreen, vnc, xcb.

Reinstalling the application may fix this problem.
I'm installing QLC+ on an existing RasPi configuration that I'm installing at a corporate office on Monday. The Raspi will be showing video projection, running a script to power up / down projectors during business hours, and (hopefully) running a simple LED light color scroll. I do have a backup RaspPi here that I'll get up and running with the image provided from QLC, but I'd really like all this on one device if possible. Thank you in advance!
djtommye
Posts: 5
Joined: Fri Nov 24, 2017 5:36 pm
Real Name: Tommy Evans

Is there a resolution to this issue? I'm having the same problem...

Thank you.
User avatar
mcallegari
Posts: 4461
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

The official QLC+ RPi image includes a Qt version built by me. You need to follow chapter 10 instructions.
QLC+ will not work with the vanilla Qt version provided by Jessie.
djtommye
Posts: 5
Joined: Fri Nov 24, 2017 5:36 pm
Real Name: Tommy Evans

I installed the provided image on a new SD card and started there. I had to install RDP and a VNC library so I could remote login. I also installed so I hope that doesn’t muck with any QLC components.

I have a project I’m deleoping and was hoping to play a video, a couple of simple RS232 scripts, and QLC on the same rpi.

But - I’m not sure if I can run just a command line version of QLC without the GUI? That will interfere with the video player.

I may just load up two pi’s and have one dedicated to qlc.
User avatar
mcallegari
Posts: 4461
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

djtommye wrote: Sun Nov 26, 2017 4:46 pm But - I’m not sure if I can run just a command line version of QLC without the GUI? That will interfere with the video player.
See this: viewtopic.php?f=17&t=9021
Post Reply