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

AppImage does not run #245

Open
RickAndTired opened this issue Jun 7, 2024 · 8 comments
Open

AppImage does not run #245

RickAndTired opened this issue Jun 7, 2024 · 8 comments
Labels
Linux Affects Linux specifically

Comments

@RickAndTired
Copy link

I get this error when trying to run the v3.0.0-beta16 AppImage on Ubuntu 24.04

libEGL fatal: DRI driver not from this Mesa build ('24.0.5-1ubuntu1' vs '23.2.1-1ubuntu3.1~22.04.2')

@bdlukaa
Copy link
Collaborator

bdlukaa commented Jun 7, 2024

Hello! What is the Linux distribution and version you are using?

The error message you're encountering indicates a mismatch between the versions of the Mesa libraries and the Direct Rendering Infrastructure (DRI) drivers installed on your system. The error occurs because the Mesa version used by the AppImage (24.0.5) does not match the version installed on your system (23.2.1).

If you are using Ubuntu, you can run the following commands to upgrade your packages, and then Restart:

sudo apt update
sudo apt upgrade
sudo apt dist-upgrade

@bdlukaa bdlukaa added the Linux Affects Linux specifically label Jun 7, 2024
@RickAndTired
Copy link
Author

Ubuntu 24.04

My version of mesa is 24.0.5-1ubuntu1

@bdlukaa
Copy link
Collaborator

bdlukaa commented Jun 18, 2024

@RickAndTired Did you install mpv and libmpv-dev? See the instructions

If that doesn't work for AppImage, can you try to install the .deb file and see if it works?

@RickAndTired
Copy link
Author

mpv and libmpv-dev installed do not change the error

I installed the .deb file and it gives the error:

bluecherry_client: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory

@bdlukaa
Copy link
Collaborator

bdlukaa commented Sep 9, 2024

@RickAndTired Hello! Can you try again on the latest version? We have changed our video backend and the mpv libraries are no longer required. Thank you.

@RickAndTired
Copy link
Author

Still not working, the latest AppImage gives this error:
libEGL fatal: DRI driver not from this Mesa build ('24.0.9-0ubuntu0.1' vs '23.2.1-1ubuntu3.1~22.04.2')

@bdlukaa
Copy link
Collaborator

bdlukaa commented Sep 23, 2024

@RickAndTired If that doesn't work for AppImage, can you try to install the .deb file and see if it works? We are having distribution issues on some machines.

@RickAndTired
Copy link
Author

The .deb version is working - 3.0.0-beta19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linux Affects Linux specifically
Projects
Status: In Progress
Development

No branches or pull requests

2 participants