You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform 'x86_64' running 'debian' detected, using platform generic...
Running without window manager...
Detected resolution 1920,1080...
Using Qt scale factor 0.64...
Using Kodi hooks for debian...
--- Starting Moonlight ---
00:00:00 - Qt Info: Unable to detect Wayland or X11, so EGLFS will be used by default. Set QT_QPA_PLATFORM to override this.
00:00:00 - Qt Info: Setting display mode by default. Set QT_QPA_EGLFS_ALWAYS_SET_MODE=0 to override this.
00:00:00 - Qt Warning: Could not find the Qt platform plugin "eglfs" in ""
00:00:00 - Qt Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
bootstrap_moonlight-qt.sh: line 148: 1037556 Aborted ./moonlight-qt "$@"
Running as unit: run-rae3c3b6b545c4061a396636cc801de60.service
Ideas for solution
I am not sure if the required qt plugin eglfs is supposed to be installed by bootstrap_moonlight_qt.sh, or if it looking for system packages. If the latter, I might simply need to install some additional packages or manually build qt?
The text was updated successfully, but these errors were encountered:
The only way that I'm aware of to get eglfs working on x86 is by building moonlight yourself. You could try to install Qt-libraries (see here) but if it works it will probably use the software decoder instead of the hardware decoder.
Hey veldenb,
thanks a lot for the information and your work.
Installing the Qt libraries as in the Dockerfile in your link on the host system had no effect (in fact, all of them besides libxcursor were already installed). Since I will need Hardware acceleration to work to make it worthwhile, I think I have no other option than to wait for an upstream fix.
Since I have no experience with developing kodi plugins, even if I build moonlight-qt myself, I wouldn't be sure of how to get it integrated in kodi.
Thanks already, let me know if I can help with any testing.
General info
6.2.16-19-pve #1 SMP PREEMPT_DYNAMIC PMX 6.2.16-19 (2023-10-24T12:07Z) x86_64 GNU/Linux
get_platform.sh
Platform 'x86_64' running 'debian' detected, using platform generic...
Behaviour
After trying to start the plugin, kodi crashes.
Expected behaviour
Moonlight-qt should run/configure/update itself
Further information
It seems that the qt-bootstrapping does not work. The
eglfs plugin
is not foundkodi relevant logs:
Ideas for solution
I am not sure if the required qt plugin
eglfs
is supposed to be installed bybootstrap_moonlight_qt.sh
, or if it looking for system packages. If the latter, I might simply need to install some additional packages or manually build qt?The text was updated successfully, but these errors were encountered: