Gilles Schintgen

Results 99 comments of Gilles Schintgen

> but the idea is to actually copy the binaries out of the AppImage. Hmm, I thought of such an approach too, but then it's even stranger than having an...

The VAAPI issue seems to be due to some incoherent library versions. It can be "fixed" by *removing* the bundled `libva*.so` files. Here's what I tried (from memory): ``` mkdir...

I'll file a PR for the AppImage part of the report: ``` libva info: VA-API version 1.7.0 libva info: Trying to open /tmp/.mount_sunshiq9efzd/usr/lib/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_7 libva...

@RickAndTired : Would you mind testing a build of PR #2429? The AppImage can be downloaded here: https://github.com/LizardByte/Sunshine/actions/runs/8711575720/artifacts/1419787335 (You must be logged in; don't use wget from the CLI...)

Thank you for testing and providing the log! The relevant part seems to be here: ``` [2024:04:17:11:44:01]: Info: dlopen of /tmp/.mount_sunshigiryh4/usr/lib/radeonsi_drv_video.so failed: /tmp/.mount_sunshigiryh4/usr/lib/radeonsi_drv_video.so: undefined symbol: amdgpu_va_get_start_addr [2024:04:17:11:44:01]: Error: Couldn't initialize...

I downgraded the mesa PPA in the AppImage. Now it seems to be working fine on my AMD system. (Logs look good, basic desktop streaming as perfect as it should...

https://github.com/LizardByte/Sunshine/actions/runs/8728292196/artifacts/1423740737

Bummer. It *might* be related to `linuxdeploy`'s blacklist, notably https://github.com/AppImageCommunity/pkg2appimage/blob/ac4d7b73bd98be7d14644775e9058d09109b2fa5/excludelist#L55. But the `libdrm` on your Ubuntu 23.10 is not that old either. At this point I can only guess. All...

Here's a new test build: https://github.com/LizardByte/Sunshine/actions/runs/8802766718/artifacts/1440826588 This AppImage now includes the latest libva.so built from source. It should be newer than your system's *_drv_video.so files. That should make it work,...

> The test build still isn't working on my Fedora 40 / AMD Thanks for the feedback. Without log output it is impossible to debug though. But anyway, in the...