plex-media-player-appimage
plex-media-player-appimage copied to clipboard
Cannot load libcuda.so.1
./Plex_Media_Player_2.58.1-ae73e074_x64.AppImage Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. libpng warning: iCCP: known incorrect sRGB profile Logging to /home/xxxx/.local/share/plexmediaplayer/logs/plexmediaplayer.log Logging to /home/xxxx/.local/share/plexmediaplayer/logs/pmphelper.log Cannot load libcuda.so.1
Same issue on Fedora 35, I don't think lubcuda should be a requirement?
Error on Ubuntu 22.04 LTS :
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
libpng warning: iCCP: known incorrect sRGB profile
Logging to /home/aurelien-izoulet/.local/share/plexmediaplayer/logs/plexmediaplayer.log
Cannot load libcuda.so.1
This open black window.
This seems to be a bug in ffmpeg
library that mpv
uses.
https://github.com/mpv-player/mpv/issues/9691
There is a workaround which explicitly disables CUDA so it will not blindly try to load stuff that is not there. Will take a look at the fix and if it can be somehow integrated easily.
The patch is in development branch. Once MPV team creates a new release (which will include the mentioned patch) then I'll rebuild the AppImage to have it.