chunying / gaminganywhere

GamingAnywhere: An Open Cloud Gaming System
http://www.gaminganywhere.org/
Other
842 stars 296 forks source link

load module (mod/vsource-desktop.so) failed - mod/vsource-desktop.so: cannot open shared object file: No such file or directory. #95

Open limlynn opened 3 years ago

limlynn commented 3 years ago

Hi,

I am trying to run this in the server and I have exported all the dynamic libraries missing error to LD_LIBRARY_PATH but I still get the below error. Could you please help me with this? (On Linux 18.04) I tried both normal user and sudo but both didn't work.

Distributor ID: Ubuntu
Description:    Ubuntu 18.04.1 LTS
Release:    18.04
Codename:   bionic
$LD_LIBRARY_PATH
:/users/hyoyoung/gaminganywhere/deps.posix/lib/
:/users/hyoyoung/gaminganywhere/bin/
:/users/hyoyoung/gaminganywhere/

$ ./ga-server-periodic ../../config/server.mupen64plus.linux.conf
# [27702] 1632958976.888430 # include: ../../config/common/server-common.conf
# [27702] 1632958976.888536 # include: ../../config/common/controller.conf
# [27702] 1632958976.888580 # include: ../../config/common/video-x264.conf
# [27702] 1632958976.888637 # include: ../../config/common/video-x264-param.conf
# [27702] 1632958976.888713 # include: ../../config/common/audio-lame.conf
# [27702] 1632958976.888812 # RTSP[config]: using 'udp' for RTP flows.
# [27702] 1632958976.888829 # RTSP[config]: controller port = 8555
# [27702] 1632958976.888840 # RTSP[config]: controller via 'udp' protocol.
# [27702] 1632958976.888944 # RTSP[config]: video-encoder = libx264 (libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10)
# [27702] 1632958976.888972 # RTSP[config]: audio-encoder = libmp3lame (libmp3lame MP3 (MPEG audio layer 3))
# [27702] 1632958976.889035 # RTSP[config]: video specific option: b = 1500000
# [27702] 1632958976.889051 # RTSP[config]: video specific option: g = 22
# [27702] 1632958976.889063 # RTSP[config]: video specific option: intra-refresh = 1
# [27702] 1632958976.889074 # RTSP[config]: video specific option: me_method = dia
# [27702] 1632958976.889087 # RTSP[config]: video specific option: me_range = 16
# [27702] 1632958976.889099 # RTSP[config]: video specific option: preset = faster
# [27702] 1632958976.889110 # RTSP[config]: video specific option: profile = main
# [27702] 1632958976.889121 # RTSP[config]: video specific option: refs = 1
# [27702] 1632958976.889134 # RTSP[config]: video specific option: slices = 4
# [27702] 1632958976.889144 # RTSP[config]: video specific option: threads = 4
# [27702] 1632958976.889156 # RTSP[config]: video specific option: tune = zerolatency
# [27702] 1632958976.889169 *** Crop disabled.
# [27702] 1632958976.889208 ga_load_module: load module (mod/vsource-desktop.so) failed - mod/vsource-desktop.so: cannot open shared object file: No such file or directory.

Thank you, Hyoyoung

sab-sv commented 2 years ago

I am unable to find deps.posix directory in the latest clone. were you able to solve all issues and run the server? I am using same server configuration. Does the deps.posix directory removed for some reason. Please help. Thanks in advance!

limlynn commented 2 years ago

Yes I was able to run it using step by step tutorial of this. https://github.com/chunying/gaminganywhere/issues/1

And I checked my display number, and the default set to 0, so I changed it to 1 on bin/config/common/server-common.conf

sab-sv commented 2 years ago

But in the latest clone, I am unable to find deps.posix directory. Could you please share your working package through a public git repo? That would be really helpful.

sab-sv commented 2 years ago

@limlynn , my bad, I found the complete package from the Initial package push downloaded from https://gaminganywhere.org/download.html URL. I am working on the setup now. Thanks for the response and reference. I will update once issues were resolved and running.

sab-sv commented 2 years ago

@limlynn now I am stuck on this issue, did you face this by any chance? #83