Page 1 of 3

Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 17 Apr 2021, 14:14
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

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

Posted: 20 Apr 2021, 21:07
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

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

Posted: 21 Apr 2021, 06:19
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

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

Posted: 22 Apr 2021, 06:45
by hubaiz
Here is the missing lib: https://drive.google.com/file/d/1UN7kFm ... sp=sharing
Unpack it in the Qt_Libraries folder

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

Posted: 22 Apr 2021, 07:45
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.

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

Posted: 22 Apr 2021, 07:51
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?

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

Posted: 22 Apr 2021, 08:07
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

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

Posted: 22 Apr 2021, 09:46
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

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

Posted: 22 Apr 2021, 10:54
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

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

Posted: 22 Apr 2021, 10:56
by hubaiz
And what is the qDslrDashboard.sh script content?