veldenb / plugin.program.moonlight-qt

A launcher and updater for running Moonlight-qt on LibreELEC.
GNU General Public License v3.0
97 stars 15 forks source link

Moonlight won't start #83

Open vanMacG opened 2 days ago

vanMacG commented 2 days ago

I can't start into moonlight anymore. It worked "before", but I can't remember what exactly changed...

Here is the log-output from /storage/.kodi/userdata/addon_data/plugin.program.moonlight-qt/moonlight-qt.log

Platform rpi (armv7l) running libreelec 12.0 detected...
Loading LibreELEC profile for setting up environment...
Using custom libraries from /storage/.kodi/userdata/addon_data/plugin.program.moonlight-qt/moonlight-qt/lib...
Using Qt library from /storage/.kodi/userdata/addon_data/plugin.program.moonlight-qt/moonlight-qt/lib/qt5...
Running without window manager...
Detected resolution 1920,1080...
Using Qt scale factor 0.9...
Using Kodi hooks for libreelec...
--- Starting Moonlight ---
./moonlight-qt: error while loading shared libraries: libmmal.so: cannot open shared object file: No such file or directory

The changes to /flash/distroconfig.txt are applied:

# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)

# WARNING: DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN WHEN UPGRADING!
display_auto_detect=1
dtoverlay=vc4-fkms-v3d,cma-384
dtoverlay=
disable_overscan=1
disable_fw_kms_setup=1

LibreELEC: 12.0.1 Plattform: Raspberry Pi 3

veldenb commented 2 days ago

Did you recently upgrade moonlight or reinstalled the plug-in? It might be due to changes in the latest moonlight version.

vanMacG commented 2 days ago

I upgraded to LibreELEC 12.0.1 and I think it worked after that, but I'm not sure. moonlight-qt was not updated. Issue was with plugin 0.4.4, update to 0.4.5 today, but no change. I can try to update/reinstall moonlight, but didn't want to change too much the first time.

vanMacG commented 1 day ago

I reinstalled moonlight, but the error is still the same.

I searched around a bit and found that MMAL is not supported anymore by RPi? Issue is about 64bit, but one of the latest comments is that 32bit also is no longer supported. I can't find libmmal.so anywhere in my LibreElec-setup.

Is this a consequence from using fkms because RPi3, or why I'm the only one getting this error...?