Snap application crashing

Hello, I’m trying to use IPTV Smarters Expert v.7.4.4 but the application crashes giving this error:

libEGL fatal: DRI driver not from this Mesa build (‘23.2.1-1ubuntu3.1~22.04.3’ vs ‘23.2.1-1ubuntu3.1~22.04.2’)

This happens after the latest snapd update (2.67). I’m experiencing this problem both in Linux Mint 22.1 (Xia) and in Manjaro. What could be the problem? Is this problem related to the application itself or a general snap problem?

Thank you

Does a snap revert snapd make it work again ?

Thanks for your answer. The command you wrote gives me this error:

cannot revert “snapd”: no revision to revert to

Oh? How did you install snapd then ? are you using a deb ?

Yes, I’ve installed it using apt.

Ah, right, then you can not roll back (even if you now switched to the snapd snap there wouldnt be a version to roll back to to verify it was really snapd’s fault)

does snap changes reveal anything interesting that was updated recently ?

snap changes doesn’t show any change.

This has probably something on how the snap is built rather on your host. The mesa libraries have mismatched.

Yeah, that is why I wanted to see snap changes, to see if the gnome extension or the mesa content snap got updated, my theory is that the snap ships parts of mesa itself and that was fine until the mesa libs from the content snap got updated, but without logs we wont know for sure … (sadly snapd wipes the changes list after a while)

Okay, one thing we missed here big time is that, the error says 22.04, mesa gpu snap was introduced for core24 and not for core22. So, there is definitely something else wrong. I also just faced it with marknote

In core22 environments the mesa libs simply live inside the gnome extension instead of being separated out… It isn’t much different and the issue would be the same if my envisioned scenario was true…

1 Like

UPDATE: the application works on Linux Mint with X11! I was using Wayland, I tried X11 before and it didn’t worked, but now suddenly it starts working. On Manjaro with X11 doesn’t work.