qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

qDslrDashbord error reports
xwsheng
Posts: 3
Joined: 17 Mar 2017, 14:27

qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by xwsheng »

qDslrDashboard: error while loading shared libraries: libpulse-mainloop-glib.so.0: cannot open shared object file: No such file or directory.

Thanks.
hubaiz
Site Admin
Posts: 2003
Joined: 27 Jan 2015, 18:58

Re: qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by hubaiz »

I guess this should fix this library

Code: Select all

sudo apt-get install libpulse-mainloop-glib0
xwsheng
Posts: 3
Joined: 17 Mar 2017, 14:27

Re: qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by xwsheng »

Thanks.The above problem has been resolved, but the following error occurred during operation:
This application failed to start because it could not find or load the Qt platform plugin "eglfs"
in "/home/pi/qDslrDashboard_V3.5.3_RPI/./Qt_Libraries/plugins/platforms".

Available platform plugins are: eglfs (from /home/pi/qDslrDashboard_V3.5.3_RPI/./Qt_Libraries/plugins/platforms), linuxfb (from /home/pi/qDslrDashboard_V3.5.3_RPI/./Qt_Libraries/plugins/platforms), minimal (from /home/pi/qDslrDashboard_V3.5.3_RPI/./Qt_Libraries/plugins/platforms), minimalegl (from /home/pi/qDslrDashboard_V3.5.3_RPI/./Qt_Libraries/plugins/platforms), offscreen (from /home/pi/qDslrDashboard_V3.5.3_RPI/./Qt_Libraries/plugins/platforms), vnc (from /home/pi/qDslrDashboard_V3.5.3_RPI/./Qt_Libraries/plugins/platforms), xcb (from /home/pi/qDslrDashboard_V3.5.3_RPI/./Qt_Libraries/plugins/platforms), eglfs, linuxfb, minimal, minimalegl, offscreen, vnc.

Reinstalling the application may fix this problem.



THANKS!
hubaiz
Site Admin
Posts: 2003
Joined: 27 Jan 2015, 18:58

Re: qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by hubaiz »

Did you set the graphics memory to 512 with raspi-config?
Eventually check with ldd libqeglfs.so if there are some missing dependencies
xwsheng
Posts: 3
Joined: 17 Mar 2017, 14:27

Re: qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by xwsheng »

In accordance with your recommendation, qDslrDashboard_V3.5.3_RPI has been running properly on my device!

thanks a lot of!
damien
Posts: 2
Joined: 01 May 2017, 10:07

Re: qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by damien »

Hello,

I restart this post beacause i'am in the same situation.

I do all the post say except this because i dont understood : "Eventually check with ldd libqeglfs.so if there are some missing dependencies"

What do you mean exactly for check this ?
i terminal command for upgrade ? Have you this please ? (i dont find it)

Thanks a lot
Damien
hubaiz
Site Admin
Posts: 2003
Joined: 27 Jan 2015, 18:58

Re: qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by hubaiz »

It means you into the folder where the libqeglfs.so librarie is and there you execute the 'ldd libqeglfs.so' command and it will list the library dependencies for it.
damien
Posts: 2
Joined: 01 May 2017, 10:07

Re: qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by damien »

OK thanks, i look that.
taxmax
Posts: 1
Joined: 07 May 2017, 14:29

Re: qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by taxmax »

Hy,
I ran in to the same issue with the missing "lib pulse" and installed it as discribed from hubaiz,
but now I get the following error
any ideas how to fix that ?
and yes I set the GPU memory to 512 already

Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
PulseAudioService: pa_context_connect() failed
qml: windowRoot completed
qml: manager focus
qml: managerOverlayLoader active focus changed true
qml: manager overlay got focus true
qml: button active focus changed true index 0
qml: displayScreen DeviceScreen.qml
qml: on device buttons changed null
qml: getTime 0
qml: screenModel DeviceScreen(0xf84d08) devBtn null
qml: get osd source qml
qml: on device buttons changed null
qml: getTime 0
qml: DeviceScreen completed
qml: ScreenBase completed DeviceScreen(0xf84d08)
qml: error:
glGetError 0x500
qml: Timer triggered


grateful for any suggestions.

Tax
hubaiz
Site Admin
Posts: 2003
Joined: 27 Jan 2015, 18:58

Re: qDslrDashboard_V3.5.3_RPI Cannot run in my raspberry pi 3b

Post by hubaiz »

according this it is running? Is your RPI connected to a HDMI monitor? How do you start qDD, from a shell?
edit: see at the end there is an OpenGL error at the end, did you start it from a shell or maybe a ssh login?
Post Reply