Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

qDslrDashbord error reports
lispm
Posts: 10
Joined: 17 Apr 2021, 14:03

Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by lispm »

whenever I try to start it I get the error message:

/home/jjk/bin/qDslrDashboard_V3.6.4_RPI4_Buster/./qDslrDashboard: error while loading shared libraries: libQt5QmlModels.so.5: cannot open shared object file: No such file or directory

(after removing the error output redirection in the startup shell script)
The shaed library seems to be missing.
What did I do wrong?
Any help appreciated
Thanks in advance
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by hubaiz »

Did you unpack the complete archive?

Code: Select all

tar xvf qDslrDashboard_V3.6.4_RPI4_Buster.tar.gz
cd qDslrDashboard_V3.6.4_RPI4_Buster
./qDslrDashboard.sh
lispm
Posts: 10
Joined: 17 Apr 2021, 14:03

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by lispm »

Yes I Did it exactly that way.
And when I do call the
./qDslrDashboard.sh
nothing happens.
Thats where I removed the output redirection and discovered the error described above
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by hubaiz »

Here is the missing lib: https://drive.google.com/file/d/1UN7kFm ... sp=sharing
Unpack it in the Qt_Libraries folder
lispm
Posts: 10
Joined: 17 Apr 2021, 14:03

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by lispm »

Sorry now I get a different error:

I did
cd ~
tar xvf qDslrDashboard_V3.6.4_RPI4_Buster.tar.gz
cd qDslrDashboard_V3.6.4_RPI4_Buster/Qt_Libraries/
tar xvf ../../qmlmodelslib.tar.gz
cd ~/qDslrDashboard_V3.6.4_RPI4_Buster/

then I changed the last line of the startup script to the following three lines
#exec $dirname/$appname -platform "${PLATFORM}" &>/dev/null &
echo $dirname/$appname -platform "${PLATFORM}"
exec $dirname/$appname -platform "${PLATFORM}" &
saved it

then I execute the startup script
with ./qDslrDashboard.sh
and here is the output:

/home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./qDslrDashboard -platform xcb

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./Qt_Libraries/plugins/platforms" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs (from /home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./Qt_Libraries/plugins/platforms), linuxfb (from /home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./Qt_Libraries/plugins/platforms), minimal (from /home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./Qt_Libraries/plugins/platforms), minimalegl (from /home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./Qt_Libraries/plugins/platforms), offscreen (from /home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./Qt_Libraries/plugins/platforms), vnc (from /home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./Qt_Libraries/plugins/platforms), xcb (from /home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./Qt_Libraries/plugins/platforms), eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by hubaiz »

Do you use the 'Raspberry Pi OS with desktop' (https://www.raspberrypi.org/software/op ... -os-32-bit) or something else?
Is that a Raspberry Pi 4?
lispm
Posts: 10
Joined: 17 Apr 2021, 14:03

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by lispm »

I use a raspberry pi 4 with 8 GB with desktop (32 Bit normal version)

I use a ssd to boot and overclocked to 2147 Mhz
attached is a HDMI Monitor
here's a screenshot with some uname/df info of my desktop
Image
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by hubaiz »

Just tested on my RPI 4 with 4gb memory and works without any problem with the provided script.
Try and delete the qDslrDashboard folder and the last line in script change to:

Code: Select all

exec $dirname/$appname -platform "${PLATFORM}"
and c/p the output here
lispm
Posts: 10
Joined: 17 Apr 2021, 14:03

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by lispm »

The output is:

Code: Select all

./qDslrDashboard.sh: Zeile 31: /home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./qDslrDashboard: Datei oder Verzeichnis nicht gefunden
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Post by hubaiz »

And what is the qDslrDashboard.sh script content?
Post Reply