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
Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
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
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
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
Here is the missing lib: https://drive.google.com/file/d/1UN7kFm ... sp=sharing
Unpack it in the Qt_Libraries folder
Unpack it in the Qt_Libraries folder
Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
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.
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
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?
Is that a Raspberry Pi 4?
Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
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
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
Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
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:
and c/p the output here
Try and delete the qDslrDashboard folder and the last line in script change to:
Code: Select all
exec $dirname/$appname -platform "${PLATFORM}"
Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
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
And what is the qDslrDashboard.sh script content?