Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest release doesn't start in wayland #12

Open
jaor opened this issue Feb 10, 2022 · 12 comments
Open

latest release doesn't start in wayland #12

jaor opened this issue Feb 10, 2022 · 12 comments

Comments

@jaor
Copy link

jaor commented Feb 10, 2022

First of all, thanks for working on this. I really hope it sparks interest on deezer for official support to your efforts!

i've been using previous releases of the package with sway, as a wayland app via the invocation:

           deezer-desktop -enable-features=UseOzonePlatform  -ozone-platform=wayland

this has been working without any issues up until the latest (v5.30.160-5) release (i'm on debian unstable, using the .deb you provide). but after upgrading, i get instead this error on startup:

          12471 Illegal instruction

any ideas? thanks!

@aunetx
Copy link
Owner

aunetx commented Feb 11, 2022

Hello! I don't have any idea why it does not work anymore, does it work without the ozone platform arguments?

I'm currently updating to v5.30.170-1, in some minutes the version should be up -- if you want to, you can test it and tell me if this works again :)

@ginolhac
Copy link

FWIW the command you supplied @jaor is also giving the same Illegal instruction (core dumped) with v5.30.170-1 (install the .deb).
But launching the app regularly works well

@aunetx
Copy link
Owner

aunetx commented Feb 11, 2022

Well, that's weird... I'm sorry, I can't test it (xorg for me, sadly :/)
@ginolhac if you install version v5.30.160-1 (or before), does it work? And is it the same with flatpak/appimage?

@ginolhac
Copy link

Sure! always happy to help. v5.30.160-5 doesn't work neither:

$ deezer-desktop -enable-features=UseOzonePlatform  -ozone-platform=wayland
13:43:27.900 › Init App

Unexpected crash report id length
Failed to get crash dump id.
Report Id: 

Unexpected crash report id length
Failed to get crash dump id.
Report Id: 
Illegal instruction (core dumped)

But v5.30.160-1 as requested does start fine

@jaor
Copy link
Author

jaor commented Feb 11, 2022 via email

@aunetx
Copy link
Owner

aunetx commented May 8, 2022

I tried to fix this by disabling some patches, ... but it looks like the problem comes from one of the library downloaded at build time, which was updated just before v5.30.160-5 and is now crashing under wayland...

When I have more time for this I will try to compare the versions and if I found the faulty one, I could try to pin it to a lower version! However this will require some more time, and I'm not even sure this is the reason...

@bruwyvn
Copy link

bruwyvn commented Jul 3, 2022

I may be wrong but some versions of chromium does not seem to work well with Xwayland because of lack of proper VA-API support. I'm on Fedora 36 and this is what show up on my console:
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
One workaround that I got it to work on Wayland is to disable GPU acceleration using the --disable-gpu flag.

@cstamas
Copy link

cstamas commented Oct 24, 2022

Am on Fedora 36 + wayland + gnome 42 and flatpak app works perfectly. Tthis issue can be closed out IMHO

@bruwyvn
Copy link

bruwyvn commented Oct 30, 2022

Am on Fedora 36 + wayland + gnome 42 and flatpak app works perfectly. Tthis issue can be closed out IMHO

What GPU and drivers you're using, cause the app still doesn't work for me on wayland unless I disable GPU acceleration.

I have a GTX 960, and am using the proprietary driver.

@cstamas
Copy link

cstamas commented Oct 30, 2022

1050 Ti w/ nvidia/proprietary drivers

@bruwyvn
Copy link

bruwyvn commented Nov 5, 2022

It seems that the problem is happening with the Deezer installed with the RPM package, haven't tested with AppImage, DEB tho. Flatpak is indeed working.

@jonseppanen
Copy link

This issue is still happening in any wayland WM that has no xwayland support, such as niri.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants